
body {
	margin: 0px;
	padding: 30px;
	background-color: #909cc8;
	text-align: center;
	font-size: 80%;
}

a {
	color: #014895;
	text-decoration: none;
}

a:hover {
	color: #0099ff;
	text-decoration: underline;
}			

a img {
	border: 0px;
}

.Recorte, .recorte {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

#Principal {
	position:absolute;
	width: 800px;
	height: 500px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 6px solid #9eaad4;
	background-color: #fff;
	top:50%;
	left:50%;
	margin-left:-403px; /* la mitad de lo que mida de ancho */	
	margin-top:-253px; /* la mitad de lo que mida el div de altura */
	background-image: url(../img/fondo_Principal.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-family: Arial;
}			
#Logotipo {
	width: 173px;
	height: 114px;
	overflow: hidden;
	float: left;
}
#DatosCabecera {
	width: 627px;
	height: 114px;
	overflow: hidden;
	float: left;
	color: #014895;
	padding-top: 12px;
	line-height: 1.4em;
}

#Cuerpo {
	padding-left: 75px;
	height: 320px;
}

h1 {
	font-weight: normal;
	color: #004294;
	text-transform: uppercase;
	font-size: 1.6em;
	margin: 0px;
}

#Pie {
	font-size: 0.8em;
	color: #004997;
	text-align: center;
	padding: 8px;
}

a.Boton {
	display: block;
	border: 4px solid #9eaad4;
	margin-right: 75px;
	background-color: #fff;
	clear: both;
	margin-top: 20px;
	height: 114px;
}

a.Boton:hover {
	border: 4px solid #0099ff;
	text-decoration: none;
}

a.Boton span.LogoCampo {
	float: left;
	width: 277px;
}

a.Boton span.DatosLogos  {
	float: left;
	width: 320px;
	text-align: center;
	padding-top: 35px;
}

a.Boton span.DatosLogos h3 {
	margin: 0px;
} 
			

