@charset "iso-8859-1";
/* CSS Document */

body {
	background-image: url(../img/bg/bg.png);
	background-position:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1E4B5F;
	font-family:Arial, "Helvetica", sans-serif;
	font-size:11px;
	line-height:15px;
	text-align:left;
	color:#FFF;
}

p {margin-top:0;}

h1 {
	font-size:18px;
	margin-top:0px;
	margin-bottom:3px;
	font-weight:100;
}


img {border:0}

A:link,A:visited{
	color:#FFF;
}

A:hover{
	color:#F00;
}

A{
	text-decoration:underline;
	color:#FFF;
}

#tudo {
	margin:0 auto;
	position: absolute;
	min-width:960px;
	height: auto;
	min-height: 100%; 
	width: 100%;
}

/* conteudo */
		
		#base_conteudo {
	margin:0 auto;
	width: 960px;
	min-height: 830px;
	position: relative;
	z-index:2;
	text-align:left;
		}
			#bg_fundo {
	margin-left:127px;
	margin-top:20px;
	width:624px;
	height:587px;
	position:absolute;
	z-index:1;
			}
			#boquinha {
				background-image:url(../img/template/boquinha1.png);
				background-repeat:no-repeat;
				margin-left:80px;
				margin-top:530px;
				width:160px;;
				height:160px;
				position:absolute;
				z-index:2;
			}
			#boca_grande {
				background-image:url(../img/template/boca_grande1.png);
				background-repeat:no-repeat;
				margin-left:315px;
				margin-top:200px;
				width:386px;
				height:246px;
				position:absolute;
				z-index:2;
			}
			#infantil {
				background-image:url(../img/template/infantil1.png);
				background-repeat:no-repeat;
				margin-left:13px;
				margin-top:221px;
				width:204px;
				height:68px;
				position:absolute;
				z-index:2;
			}
			#juvenil {
				background-image:url(../img/template/juvenil1.png);
				background-repeat:no-repeat;
				margin-left:735px;
				margin-top:109px;
				width:210px;
				height:74px;
				position:absolute;
				z-index:2;
			}
			#twitter {
				background-image:url(../img/template/twitter1.png);
				background-repeat:no-repeat;
				margin-left:783px;
				margin-top:175px;
				width:119px;
				height:203px;
				position:absolute;
				z-index:2;
			}
			#adulto {
				background-image:url(../img/template/adulto1.png);
				background-repeat:no-repeat;
				margin-left:680px;
				margin-top:509px;
				width:208px;
				height:93px;
				position:absolute;
				z-index:2;
			}
			#slogan {
	background-image:url(../img/template/slogan.png);
	background-repeat:no-repeat;
	margin-left:227px;
	margin-top:610px;
	width:505px;
	height:124px;
	position:absolute;
	z-index:2;
			}

/* rodapé */

#rodape {
	margin:0 auto;
	position:absolute;
	background-color:#00404C;
	width:100%;
	height:70px;
	z-index:3;
	bottom:0px;
	overflow:hidden;
}
		#infos {
			margin:0 auto;
			width: 900px;
			height: 70px;
			position: relative;
		}
				#copyright {
					margin-top: 20px;
					margin-left: 60px;
					position:absolute;
				}
				#dados {
					margin-top: 12px;
					margin-left: 460px;
					position:absolute;
				}
				#fones {
					width:125px;
					margin-top: 12px;
					margin-left: 780px;
					position:absolute;
				}
