@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	font-family:Segoe UI, Tahoma;
	font-size:14px;
	color:#333;
}

#topo{
	width:100%;
	height:177px;
	background-color:#ffffff;
	margin:0px;
}

#topo_interno{
	width:950px;
	height:177px;
	background:#ffffff;
	margin:0 auto;
}

.logo{
	position:absolute
}

#menu{
	width:600px;
	height:44px;
	float:right;
	margin-top:133px;
}

.item_menu{
	width:105px;
	height:44px;
	text-align:center;
	background-image:url(../img/btn_apagado.png);
	background-repeat:no-repeat;
}

.item_menu a{
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#333;
	padding-right:15px;
}

.item_menu:hover{
	background-image:url(../img/btn_aceso.png);
	background-repeat:no-repeat;
}

/**------------BANNER----------------**/

.banner{
	width:100%;
	height:350px;
	padding-top:40px;
	background-image:url(../img/fundo_banner.png);
	background-repeat:repeat-x;
}

/**------------Conteúdo----------------**/

#conteudo{
	margin:0 auto;
	width:900px;
	background:#FFF;
}

#blocos{
	margin:0 auto;
	width:900px;
	height:235px;
	background:#FFF;
}

.bloco1{
	width:295px;
	height:235px;
	background-image: url(../img/bloco1.png);
	background-repeat:no-repeat;
}

.bloco2{
	width:320px;
	height:235px;
	background-image: url(../img/bloco2.png);
	background-repeat:no-repeat;
}

.bloco3{
	width:284px;
	height:235px;
	background-image: url(../img/bloco3.png);
	background-repeat:no-repeat;
}


.bloco1 p{
	font-size:18px;
	color:#FFF;
}

.bloco1 span{
	font-size:13px;
	color:#FFF;
}
.bloco3 p{
	font-size:18px;
	color:#FFF;
}

.bloco3 span{
	font-size:13px;
	color:#FFF;
}

.bloco3 td{
	color:#fff;
	font-size:13px;
}
/**------------Rodapé----------------**/

.rodape{
	margin:0 auto;
	width:900px;
	margin-top:30px;
}
