body {

	margin:0;

	padding:0;

	background-color:#c2ddd993;

	background-repeat: no-repeat;

	background-position: center 0px;

	background-image: url(images/fundo.jpg);

}



#principal {

	width: 900px;

	height: 700px;

	margin-top: 0px;

	margin-right: auto;

	margin-bottom: 0px;

	margin-left: auto;

}



#topo {

        width: 900px;

        height: 250px;

}



#lateral_esquerda {

        float: left;

        width: 230px;

		height: 300px;

        padding: 0px;  margens

        background-color: #ccc;

}



#miolo_pagina {

        float: left;

        width: 900px;

		height: 630px;

        padding: 0px;

}



#lateral_direita {

		float: right;

        width: 170px;

        height: 300px;

        padding: 0px;

}



#rodape {

        width: 900px;

        height: 30px;

        padding: 0 0px;

		clear: both;

}



.titulo_roxo {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;

	font-weight: bold;

	color: #3B3170;

}

/*################ Otimizção para SEO ###################*/
h1.oculto_otimizacao, h2.oculto_otimizacao, p.oculto_otimizacao {display:none;}
#menu_rodape {
	clear:both;
	background-color:#260073; 
	border-color:#FFF; 
	border:10px 0 5px; 
	text-align:center; 
	height:23px; 
	padding:5px;
	}
#menu_rodape li {
	list-style:none; 
	display:inline; 
	height:20px;
	}
#menu_rodape li a {
	color:#FFF; 
	text-decoration:none; 
	padding:3px 15px; 
	border-right:1px solid #3b3170; 
	border-left:1px solid #3b3170; 
	}
#menu_rodape li a:hover {
	color:#ffbf00; 
	text-decoration: none; 
	background-color:#3b3170;
	}
