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

body {
	background:  #f7f5dc url(../images/bghome.gif) repeat-x;
	padding: 0;
	margin: 0;
	color: #88123a;
	font: normal 11px "Verdana";
	letter-spacing: -1px;
}

#topo {
	background:  url(../images/topo_detalhe.gif) repeat-x bottom;
	width:100%;
	height: 200px;

}

#linhamaior {
	margin: auto;
	width: 757px;
}

p {
	margin: 0;
	padding: 0;
}

input {
	border-top: solid 1px #ebdfa0;
	border-right: solid 1px #f4efd3;
	border-bottom: solid 1px #f4efd3;
	border-left: solid 1px #ebdfa0;
	color: #88123a;
	font: normal 11px Verdana;
}

input._clear {
	border: none;
}

button {
	background: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#rodape {
	margin: auto;
	width: 756px;
	background: url(../images/bg_rodape.gif);
	padding: 10px 30px 21px 10px;
	font-size: 9px;
	color: #2fe5ff;
	letter-spacing: normal;

}
#rodape a {
	color: #2fe5ff;
	text-decoration: none;
}
#rodape a:hover {
	color: #f8981d;
	text-decoration: none;
}

.roda_esq {
	fload: left;
	width: 280px;
}

.roda_dir {
	float: right;
	text-align: right;
}


#alerta {
	float: left; 
	display: inline;
	text-align: left; 
	padding: 10px 0 0 10px; 	
	font-size: 9px;
}