@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background: black;
}

#centro {
    position: absolute;
    height: 312px; /* el alto total de las imagenes de la portada */
    width: 511px;
	/* centramos la capa vertical y horizontalmente */
	left: 50%;
    top: 50%;
	margin-top: -156px; /* el alto total de las imagenes dividido por -2 */
    margin-left: -255px;
} 

a#espanol { display:block; width:78px; height:29px; background:url(../images/portada_espanol.gif) top left no-repeat; }
a#espanol:hover { background-position:0 -29px; }
a#english { display:block; width:124px; height:29px; background:url(../images/portada_english.gif) top left no-repeat; }
a#english:hover { background-position:0 -29px; }
