@charset "ISO-8859-1";
body {
	background-color: #004579;
}
#container { width: 100%; height: 100%; display: table; }
#position { display: table-cell; vertical-align: middle; width: 100%; text-align: left; }
#content { position: relative; left: 0px; top: 0px; }
#imagengeneral {
	text-align:center
}
#imagenfondo {
	z-index: 1;
	width: 90%;
}
#textoportada {
	z-index: 3;
	color: #D5EAFF;
	position: absolute;
	left: 45%;
	top: 5%;
	overflow: visible;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	width: 45%;
}
#textoportadasecundario {
	z-index: 3;
	color: #D5EAFF;
	position: absolute;
	left: 6%;
	top: 73%;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	width: 85%;
	font-size: small;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
#facebookbadge {
	position: absolute;
	z-index: 5;
	left: 0px;
	bottom: -16px;
}
#enlacealarchivo {
	position: absolute;
	z-index: 5;
	right: 0px;
	bottom: -20px;
	font-size: small;
	color: #FFF;
}
#menunavegacion {
	position: absolute;
	z-index: 5;
	width: 90%;
	color: #D5EAFF;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	left: 5%;
	top: -10px;
	background-color: #002F56;
	text-align: left;
}
#idiomas {
	text-align: left;
	float: left;
	font-size: x-small;
}
#elementosmenunavegacion {
	text-align: right;
}
