/* CSS Document */

body{
	background:#1b406a;
}

body, p{
	font-family:Arial;
	font-size:11px;
	color:#012d5d;
	margin:0;
	padding:0;
}

a { 
	color:#6e466f;
	text-decoration:none;
}

.central{
	width:954px;
	margin: 0 auto;
}

.topo{
	margin-top:5px;
	background:url(../images/topo.png) no-repeat;
	behavior: url(css/iepngfix.htc);
	height:46px;
}

.miolo{
	background:url(../images/filMiolo.png) repeat-y;
	behavior: url(css/iepngfix.htc); 
	padding-left:6px;
	padding-right:4px;
}

.rodape{
	background:url(../images/rodape.png) no-repeat;
	behavior: url(css/iepngfix.htc);
	height:18px;
	clear: both;
}

.creditos{
	height:30px;
	float:right;
	margin-right:4px;
	margin-top:2px;
	clear:both;
}

.logo{
	background:url(../images/logo.jpg) no-repeat bottom left;
	height:130px;
	margin-left:22px;
}

.banner{
	background:url(../images/bannerApresentacao.jpg) no-repeat;
	height:248px;
}

.conteudo{
	padding-top:20px;
	height:260px;
}

.box{
	height:250px;
	width:312px;
	border-right:#d1d8e4 1px solid;
	float:left;
}

.box1{
	height:250px;
	width:312px;
	float:left;
}

.foto{
	width:137px;
	float:left;
}

.texto{
	width:165px;
	float:left;
	margin-left: 5px;
}

.link01{
	width:314px;
	height:180px;
	float:left;
	margin-top: 35px;
	
}

.testeira{
	float:right;
	width:500px;
	margin-top:50px;
	margin-right:20px;
	font-size:12px;
}

.txtAzulClaro{
	color:#85b5e8;
}

.txtAzulEscuro{
	color:#2a8cf5;
}

.txtBranco{
	color:#FFFFFF;
}

