body{
	background-color:#FBFDF1;
	width:1257px;
}
input,
textarea{
	border:#D4D0C8 solid 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#806F54;
}
.titulo{
	font-weight:bold;
	color:#485C0C;
}
.fondo {
	float:left;
	width:1257px;
	background-image: url(Images/fondo.gif);
	background-repeat: repeat-y;
	margin-bottom:5px;
}
.encabezado{
	float:left;
	width:1257px;
	height:113px;
	background-image: url(Images/encabezado.gif);
	background-repeat:no-repeat;
}
.eng_encabezado{
	float:left;
	width:1257px;
	height:113px;
	background-image: url(Images/eng_encabezado.gif);
	background-repeat:no-repeat;
}
.cuerpo{
	float:left;
	width:1257px;
	background-image: url(Images/pie.gif);
	background-repeat:no-repeat;
	background-position:bottom right;

}
.contenido{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #867B73;
font-size:11px;
	float:left;
	width:608px;
	padding-left:20px;
	min-height:272px;
	padding-bottom:100px;
	height:auto !important;
	height:272px; 
}
.extra{
	float:right;
	width:629px;
}
.extra_enc{
	float:left;
	width:629px;
	height:169px;
	background-image: url(Images/extra_enc.gif);
	background-repeat:no-repeat;
}

a{color:#5E5E00}