html , body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#323232;
}
#contenedor {
	width:766px;
	height:100%;
	background-image:url(../imagenes/fondos/fondo_flash.jpg);
	background-repeat:repeat-y;
}
#contenedor #flash {
	width:766px;
	height:750px;
}
#portada {
	position:absolute;
	left:276px;
	top:254px;
}
#logo_portada {
	float:left;
}
#idiomas {
	margin-left:268px;
	margin-top:40px;
	height:24px;
	background-image:url(../imagenes/fondos/reflejo_banderas.jpg);
	background-repeat:no-repeat;
	background-position:0 13px;
}
#idiomas img {
	margin-right:2px;
}