/* CSS Document */
*{
	margin:0;
	padding:0;
}
html, body {height:100%;}
body{
	background:url(../imgs/bg_body.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
ul{
	list-style:none;
}
ul li {	padding: 1px 1px 1px 1px;}
h1{
	display:none;
}
#geral{
	background:url(../imgs/bg_geral.jpg);
	width:650px;
	margin:0 auto;
	overflow:visible;
	position:relative;
	min-height:100%;
	text-align:left; 
}
* html #geral {height: 100%;}
#conteudo {
	padding-bottom:30px;
	width:650px;
	margin:0 auto;
}
#menu { width:200px; padding-top:40px; overflow:hidden; float:left; text-align:right; }
#texto { width:430px; padding:3px; overflow:visible; float:right; }
#texto_locacao { width:420px; padding:3px; overflow:hidden; float:left; }

#datar {
	background:#999900;
	width:81px;
	padding: 7px 0 7px 0;
	text-align:center;
	overflow:hidden;
	float:left;
	color:#FFF;
}
#imgreceita {
	width:100px;
	height:75px;
	text-align:center;
	overflow:hidden;
	float:left; 
}
#nomer {
	width:500px;
	overflow:hidden;
	float:right;
	padding-bottom:10px;
}
#nomer h3 {
	color:#FFCC00;
}
#textorecador {
	width:340px;
	overflow:visible;
	float:right;
	padding-left:5px; 
}
#textoreceita {
	width:320px;
	overflow:visible;
	float:right; 
}
#textorecador a:hover { text-decoration:underline; color:#999900; }

#topo {

	width:100%;
	margin:auto;
	overflow:hidden;
	height:223px;
}
#corpo {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	float:left; 
}
#base {
	width:100%;
	margin:0 auto;
	height:50px;
	overflow:hidden;
	float:left;
	padding-bottom:30px;
	position:relative;
	bottom:0;
	text-align:center;
}
#base_aux {
	background:url(../imgs/bg_base.jpg) center top no-repeat;
	width:650px;
	overflow:hidden;
	height:89px;
	margin:0 auto;
	text-align:right;
	padding-right:15px;
	padding-top:15px;
}
#icones { width:400px; overflow:hidden; float:right; text-align:right; padding-right:10px;}
.clear {clear:both;}
table tr td { width:100px; }
h2.branco { color:#FFF;}

A:link {
	COLOR: #333; TEXT-DECORATION: none;
}

A:visited {
	COLOR: #333; TEXT-DECORATION: none;
}

A:active {
	COLOR: #333; TEXT-DECORATION: none;
}

A:hover {
	COLOR: #333; TEXT-DECORATION: underline;
}
label,  input {   
    display: block;   
    float: left;   
}   
label {    
    text-align: left;   
    width: 70px;   
    padding-right: 2px;   
    padding-bottom: 13px;   
}   
fieldset {   
    border: solid 0 #000;   
	padding-top:20px;
	padding-bottom:10px;
}   
br {   
    clear: left;   
}   
input, select, textarea {
	border: 1px solid #333;
	color: #333;
	padding:3px;
}  
img {border:0;}