@charset "UTF-8";

#conteudos_fundo {
	width: 100%;
	background-image: url(../imagens/backgrounds/desenho_fundo01.png);
	background-repeat: no-repeat;
	background-position: center 200px;
	background-attachment: fixed;
}


#fundo_left {
	height: 830px;
	width: 600px;
	float: left;
	display: block;
	border-radius: 20px;
	-webkit-box-shadow: 0px 4px 0px 0px #B77E0E;
	box-shadow: 0px 4px 0px 0px #B77E0E;
	background-image: url(../imagens/backgrounds/bg_gradiente_laranja.jpg);
}


#galeria_left {
	height: 300px;
	width: 385px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 29px;
}

#textos_left {
	height: 450px;
	width: 400px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.titulos_left {
	font-family: 'Merienda One', cursive;
	font-size: 16px;
	color: #C60;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	margin-top: 15px;
	margin-bottom: 10px;
}
