@charset "utf-8";
/* CSS Document */

#contenedor {
	width:100%; height:100%; min-width:40em; min-height:30em;
	background-color:#FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

#presentacion {
	margin:auto; width:33em; height: 9.5em;
}

#saltarIntro {
	position:relative; top:14em; left:-6em;
}

.marcos {
	display:block; 
	margin:0; padding:0;
	width: 33em; height: 4em;
}

#superiorMarcoImagen {
	float:left;
	width: 33em; height: 4em;
	
	background-image:url(/imagenes/presentacionFondoGris.png);
	background-repeat:repeat;
	animation-direction: reverse;
}
#superiorImagen {
	margin-top:1em; margin-left:1em; padding:0;
	width: 0em; height: 2.25em;
	background-image:url(/imagenes/presentacionConsejo.png);
	background-repeat:no-repeat;
}


#inferiorMarcoImagen {	
	float:right;
	margin:0; padding:0;
	width: 33em; height: 4em;
	background-image:url(/imagenes/presentacionFondoRojo.png);
	background-repeat:repeat;
}
#inferiorImagen {
	margin:1em 0 0 8em; padding:0;
	width: 0em; height: 2em;
	background-image:url(/imagenes/presentacionConsultivo.png);
	background-repeat:no-repeat;
}

#pie {
    display:block;
	margin:0; padding:0;
	width: 33em; height: 1em;
}
#pieImagen {
	float:right;
	margin-right: 1.5em; margin-top:0.2em; padding:0;
	width: 0em; height: 1em;
	background-image:url(/imagenes/presentacionPie.png);
	background-repeat:no-repeat;
}

#central {
	visibility:hidden;
	position:relative; 
	top:-7.5em; left:11.5em;
	width: 6em; height: 5em;
	background-image:url(/imagenes/presentacionImgCentral.png);
	background-repeat:no-repeat;
}



.enlacesPresentacion { 
	font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:0.9em; color:#8B3A30; text-decoration:none; font-weight:bold;
}
.enlacesPresentacion:hover { 
	font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:0.9em; color:#8B3A30;  text-decoration:underline; font-weight:bold;
}