a:link    {text-decoration: none; color: #85765F;}
a:active  {text-decoration: none; color: #85765F;}
a:visited {text-decoration: none; color: #85765F;}
a:hover	  {text-decoration: underline; color: #85765F;}

body {
	background-color: #E1D4C0;
	margin: 0px;
	background-image: url(../img/bg_layout.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Tahoma;
	color: #85765F;
}

#banner_flutuante {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	z-index:1000;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/bg_main.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	width: 770px;
	height: 300px;
}
.bgladoesquerdo {
	background-image: url(../img/layout_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 440px;
}
.bgladodireito {
	background-image: url(../img/layout_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.centro {
	width: 770px;
}
.bglinhatop {
	background-image: url(../img/bg_linha_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
table {
	font-family: Tahoma;
	font-size: 11px;
	color: #85765F;
}
.fontepadrao {

	font-family: Tahoma;
	font-size: 11px;
	color: #85765F;
}
.fontepadraonegrito {
	font-family: Tahoma;
	font-size: 11px;
	color: #85765F;
	font-weight: bolder;
}
.fontetitulo {
	font-family: Tahoma;
	font-size: 18px;
	color: #85765F;
	font-weight: bold;
	letter-spacing: 5px;
	text-decoration: underline;
}
.fontesubtitulo {
	font-family: Tahoma;
	font-size: 16px;
	color: #85765F;
	font-weight: bold;
}
.botoes {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../img/bg_botoes.gif);
	border: 1px solid #FFCC00;
	padding: 2px;
}
.formularios {
	font-family: Tahoma;
	font-size: 13px;
	color: #85765F;
	background-attachment: fixed;
	background-image: url(../img/bg_forms.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 1px solid #E1D4C0;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
}
.fontetitulodapagina {
	font-family: Tahoma;
	font-size: 18px;
	color: #85765F;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: underline;
	text-transform: uppercase;
	text-indent: 25px;
	background-image: url(../img/bullet_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul {
	list-style-image: url(../img/bullet_1.gif);
	list-style-type: circle;
	list-style-position: inside;
	font-size: 12px;
	vertical-align: middle;
	white-space: normal;
	margin: 0px;
}
.linhadivisoriaesquerda {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #85765F;
	border-right-color: #85765F;
	border-bottom-color: #85765F;
	border-left-color: #85765F;
}
