/***************************************************************************************************

										  ESTILOS HOME 

/**************************************************************************************************/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}


body {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/fundo.jpg);
	background-repeat:repeat-x;
	background-color:#CBAB5E;
	text-align:center; /* hack para o IE */
}

a {
	color:#AA8837;

}

#geral {
	width:777px;
	height:auto;
	margin:0 auto; /* centralização no FF */
	text-align:left; /* "remédio" para o hack do IE */
	background-color:#FFF;	
}


#topo {
	width:777px;
	height:387px;	
}

#meio {
	width:777px;
	background-color:#fff;
	float:left;
}

#menu_lateral { 
	width:148px;
	float:left;
	margin-top:47px;
	background-color:#FFF;	
}

#conteudo_home { 
	width:579px;
	height:auto;
	float:right;
	margin-top:47px;
	margin-right:20px;
	text-align:justify;
	background-color:#FFF;	
}

#navegacao_redundante {	
	width:100%;
	float:left;	
	font-size:11px;
	text-align:center;
	background-color:#FFF;
	padding-top:55px;
	padding-bottom:40px;
}

#navegacao_redundante a {
	color:#000;
	text-decoration:none;	
}

#navegacao_redundante a:hover {
	color:#000;
	text-decoration:underline;	
}

#rodape {	
	width:100%;
	height:auto;
	float:left;		
	background-color:#fff;	
	border-top:4px solid #ccc;
}

#pbcom {	
	width:777px;
	float:left;
	font-size:10px;
	text-align:right;	
	padding-top:10px;
	padding-left:120px;
	padding-bottom:10px;
}


#pbcom a {	
	color:#fff;
	text-decoration:underline;
	}
	
.titulo_interna {	
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	margin:0;
	padding:0;
	}	
	
.espacamento_onde_hospedar {
	line-height:20px;
	
}
		
.text_box {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #999;
	background-color: #fff;
	color:#AF8B38;
}	

