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

html, body{
	margin:0px;
	height:100%;
	background:#a3742c;
	}

#geral{
	width:100%;
	min-height:100%;
	position:relative;
	
	background-image:url(../img/bg_continuo.gif);
	background-position:top;
	background-repeat:repeat-y;
	

	}

#topo{
	background-image:url(../img/bg_topo.gif);
	background-position:top;
	background-repeat:no-repeat;
	position:relative;
	
	height:100%;
	width:auto;
	
	}
	
#rodape{
	background-image:url(../img/bg_rodape.gif);
	background-position:top;
	background-repeat:no-repeat;
	position:absolute;
	height:250px;
	width:100%;
	text-align:center;
	}
		

.menu{
	position:relative;
	left:50%;
	margin-left:-348px;
	top:125px;
	
	}
	
#menu2{
	position:absolute;
	left:50%;
	margin-left:-265px;
	top:145px;
	width:auto;
	text-decoration:none;
	}

#idioma{
	position:absolute;
	right:2%;
	top:10px;
	width:auto;

	}

.logo{
	position:relative;
	left:50%;
	margin-left:-275px;
	top:30px;
	}
	
.conteudo{
	left:50%;
	margin-left:-150px;	
	top:10px;
	padding:10px;
	margin-bottom:10px;
	position:relative;
	height:100%;
	width:480px;
	/*background:#E5E5E5; */
	
	}
	
	
/*FORMATAÇÃO DO TEXTO*/

.texto_geral, p{
	font-family:tahoma, arial;
	font-size:11px;
	color:#333333;
	}
.texto_menu_lateral{
	font-family:tahoma, arial;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	}
	
.fonte_branca{
	font-family:tahoma, arial;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	}
	
.fonte_cinza{
	color:#333333;
	}
	
.fonte_marrom{
	font-family:tahoma, arial;
	color:#a3742c;
	font-size:18px;
	}
	
.form {
	height: 18px; font-family: Tahoma, Arial, sans-serif;font-size: 11px;color: #777777;text-decoration: none; background-color:#FFFECC;
	border-top-color: #999999;border-right-color: #FFFFFF;border-bottom-color: #FFFFFF;border-left-color: #999999;
	border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;
	border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;
}
