body {
	background-color: #FFFFFF;
	text-align: center;
}
.bodylogo {
	background-image: url(images/logo_fondo.jpg);
	background-repeat: no-repeat;
}
.contenedor {
	width: 790px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-image: url(images/sombra.jpg);
	background-repeat: repeat-y;
}
.pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	margin-right: 8px;
	margin-left: 8px;
	width: 774px;
	color: #ED0A37;
}
.contenido {
	height: 580px;
	margin-right: 8px;
	margin-left: 8px;
}
.adjust {
	margin-right: 7px;
	margin-left: 8px;
	width: 775px;
	color: #4891f4;
}
.lateral {
	float:left;
	width: 230px;
	height: 580px;
}
.cuerpo {
	width:544px;
	margin-left: 230px;
	height: 520px;
}
.cajatexto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4891f4;
	text-align: left;
	padding-top: 10px;
	padding-right: 60px;
	padding-left: 60px;
}
.header {
	text-align: center;
}
.enlaces {
	height: 60px;
	width: 500px;
	float: left;
}
.mensaje {
	color:#FFFFFF;
	text-align: center;
	background-color: #FF6666;
}
.datos {
	color: #6666CC;
}

a {color:#ed0a37;}
a:hover {text-decoration:none;}
