@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 #009245;
	box-shadow: 0px 4px 0px 0px #009245;
	background-image: url(../imagens/backgrounds/bg_gradiente_verde.jpg);
}


#galeria_left {
	height: 300px;
	width: 500px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
	margin-top: 29px;
}

#textos_left {
	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: #009245;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.links_uteis {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-align: left;
	padding-top: 17px;
	margin-bottom: 17px;
	line-height: 26px;
	padding-left: 0px;
	margin-left: -29px;
	list-style-type: disc;
}


.links_uteis a {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 700;
	color: #000000;
	text-decoration: none;
}

.links_uteis a:hover {
	color: #009245;
	text-decoration: none;
}


#barra_contactos_uteis {
	font-family: 'Merienda One', cursive;
	font-size: 16px;
	height: 65px;
	width: 240px;
	text-align: center;
	border-radius: 18px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333;
	background-image: -webkit-gradient(linear, 0.00% 49.13%, 100.00% 50.87%, color-stop( 0% , rgba(240,240,240,1.00)),color-stop( 100% , rgba(152,151,151,1.00)));
	background-image: -webkit-linear-gradient(359deg,rgba(240,240,240,1.00) 0%,rgba(152,151,151,1.00) 100%);
	background-image: linear-gradient(91deg,rgba(240,240,240,1.00) 0%,rgba(152,151,151,1.00) 100%);
	-webkit-box-shadow: 0px 2px 1px #333;
	box-shadow: 0px 2px 1px #333;
	margin-top: 10px;
}

.telefone_util {
	font-family: 'Merienda One', cursive;
	font-size: 20px;
	height: 5px;
	width: 240px;
	text-align: center;
	color: #0066CC;
	margin-top: 0px;
	padding-top: 12px;
}

.barra_babyastrology {
	background-image: url(../imagens/baby_astrology.png);
	background-repeat: no-repeat;
	height: 167px;
	padding-left: 122px;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 12px;
	margin-top: 23px;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none;
	display: block;
	}
	
	.barra_babyastrology:hover a {
	color: #222;
	text-decoration: none;
	display: block;

	}
	
.barra_babyastrology a {
	color: #FFF;
	text-decoration: none;
	display: block;

	}
