@charset "utf-8";
/* CSS Document */
cabecero {
	position:absolute;
	left:100px;
	top:150px;
}
.fondo_blanco{
	position:absolute;
	top:338px;
	background-color:#FFF;
	width:1024px;
	height:250px;
	margin-left:-3px;
	z-index:-10;
}
.botones {
	position:relative;
	right:-5px;
	text-align:right;
}
fondo_pie {
	position: relative;
}
.texto_pie {
	position:relative;
	font-size: 10px;
	color:#6E9A35;
	top:-20px;
	font-weight: bold;
}
.menu_inferior {
	z-index:1;
	position:relative;
	top:-30px;
	color:41444E;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
.dicho {
	position:absolute;
	float:none;
	width:466px;
	top:369px;
	left:auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #666;
	text-align:justify;
	line-height: 24px;
	z-index: 10;
	margin-left: 12px;
}
.texto_derecha {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #666;
}
