html, body {height:100%;}
@font-face{
	src: url('NettoOT.eot');
	font-style: normal;
	font-weight: normal;
	font-family: NettoOt;
}

@font-face {
	font-family: NettoOt;
	src: url('NettoOT.otf') format('opentype');
}
body {
	margin:0; 
	padding:0;
	background:#ddd;
	margin: 0px;
	color:#666;
	background:url(../images/fundo_relva_2.jpg) repeat-x;
	background-position: top center; 
	/*font:75%/1.4 Verdana, Arial, Helvetica, sans-serif;*/
	font-family: NettoOt, Verdana, Arial;
	text-align:center;
	}
A {
	color:#666;
	text-decoration:none;
	
}
#tudo { 
	width:100%;
	position:relative;  /*Contexto de posicionamento */
	/*background:#fff url(bg-auxiliar.gif) repeat-y right;*/
	margin:0 auto;
	text-align:left;
	min-height:100%;
	}
 * html #tudo {height: 100%;}
#conteudo {width:100%;text-align:center;padding-bottom:50px;}
#topo {
	/*background:#cfc;*/

	width:100%;
	height:601px;
	text-align:center;
	padding-top:1px;
	
	}
#logo {
	margin: 0 auto;
	text-align:left;
	width: 1052px;
	height: 601px;
	background:url(../images/img_header_2.jpg);
	background-repeat:no-repeat;
	background-position:center; 
	}
#caixa_topo {
	width: 262px;
	height:249px;
	margin-left: 25px;
	/*border:1px solid white;*/
	background:#ffffff;
	border-bottom-left-radius:0.4em; /*lado esquerdo rodap�*/
    border-bottom-right-radius:0.4em; /*lado direito rodap�*/
    border-top-left-radius:0.4em; /*lado esquerdo topo*/
    border-top-right-radius:0.4em; /*lado direito topo*/
	/*efeito relevo */
	border:solid;
	border-color: #cdcdcd #aaaaaa #ffffff #eeeeee;
	border-width: 1px 1px 1px 1px;
	}
#caixa_topo div {
	height:209px; 
	overflow:hidden; 
	padding: 20px 15px;
}

#text_logo {
	margin-bottom: 10px; 
	margin-top: -15px;
	text-align: center; 
	margin-left: 31px; 
	width: 250px; 
	color:#1E90FF; 
	font-size: 10px;
}
#menu {
	float: right;
	position: relative;
	top: -145px; /*Original 105px*/
	right: 170px;
	/*border:1px solid white;*/
	padding:15px;
	text-transform:uppercase;
	/*background:#ffffff;*/
	border-bottom-left-radius:0.4em; /*lado esquerdo rodap�*/
    border-bottom-right-radius:0.4em; /*lado direito rodap�*/
    border-top-left-radius:0.4em; /*lado esquerdo topo*/
    border-top-right-radius:0.4em; /*lado direito topo*/
/*efeito relevo */
	border:solid;
	border-color: #ffffff #aaaaaa #cdcdcd #eeeeee;
	border-width: 1px 1px 1px 1px;
}


#principal {
	margin: 0 auto;
	width:1252px; /*estava em 1052 */
	padding-top:10px;
	margin-top:-70px;
	text-align:center;
	}

.canto_arredondados
	{
 	border:solid;
	border-color: #ffffff #aaaaaa #cdcdcd #eeeeee;
	border-width: 1px 1px 1px 1px;
	padding:10px;
	background:#F0F0F0;
	border-bottom-left-radius:0.4em; /*lado esquerdo rodap�*/
    border-bottom-right-radius:0.4em; /*lado direito rodap�*/
    border-top-left-radius:0.4em; /*lado esquerdo topo*/
    border-top-right-radius:0.4em; /*lado direito topo*/
	width: 200px; 
	height: 220px; 
	margin-right: 20px; 
	display: inline-table;
	margin-bottom: 10px;
	line-height: 25px;
	}
	
#rodape {
	width:100%;
	height:50px;
	position: absolute;
	bottom: 0; 
	text-align:center;
	background-image:url('../images/fundo_rodape.png');
	background-repeat: repeat-x;
	white-space:nowrap;
	min-width:1244px;
	}
#rodape img {
	margin-top: 13px;
	height: 25px;
	border: 0;
	margin-left: 20px;
}
a.pagina_actual{
	color: #1E90FF;
	text-decoration: underline;
}
.clear {clear:both;}