/* CSS Document */

/* Estilos generales */

html, body {
	background-color:#FDB000;
	overflow:hidden;
	margin:0;
}


.centrado {
	position:absolute;
	width: 1020px;
	height:612px;
	/* left:50%;*/
	/* top:50%;*/
	margin-left:0px;
	margin-top:0px;
}

#flashcontent {
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	margin:0;
}