/*
Daniel Henriquez
www.dhenriquez.cl
*/
@font-face {
      font-family: "Abadi MT Condensed Light";
      src: url("abadiL.ttf");
}
@font-face {
      font-family: "Abadi MT Condensed Bold";
      src: url("abadiS.ttf");
}
body{
	margin:0;
	background-color:#000;
	color:#000;
	font-family:"Abadi MT Condensed Light",Verdana, Geneva, sans-serif;
	font-size:20px;
}
img{
	border:0;
}
#contenedor{
	width:800px;
	height:530px;
	position: absolute; /*Posicionamiento absoluto*/
	top: 50%; /*Desde arriba, colocar al 50% de la pantalla*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	margin-top: -265px; /*Restamos la mitad de alto del SWF para centrarlo verticalmente*/
	margin-left: -400px; /*Restamos la mitad de ancho del SWF para centrarlo horizontalmente*/
	background:#000;
	border:3px solid #F00;
}
#contenidoVideo{
	width:480px;
	height:390px;
	position: absolute; /*Posicionamiento absoluto*/
	top: 50%; /*Desde arriba, colocar al 50% de la pantalla*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	margin-top: -195px; /*Restamos la mitad de alto del SWF para centrarlo verticalmente*/
	margin-left: -240px; /*Restamos la mitad de ancho del SWF para centrarlo horizontalmente*/
	overflow:hidden;
}
.imagenPrincipal{
	width:800px;
	height:500px;
	background:url(images/load.gif) no-repeat center center;
}
.sinopsis{
	width:100px;
	height:30px;
	float:left;
	background:url(images/load.gif) no-repeat center center;
}
.fichaTecnica{
	width:131px;
	height:30px;
	float:left;
	background:url(images/load.gif) no-repeat center center;
}
.fotos{
	width:94px;
	height:30px;
	float:left;
	background:url(images/load.gif) no-repeat center center;
}
.prensa{
	width:101px;
	height:30;
	float:left;
	background:url(images/load.gif) no-repeat center center;
}
.extra{
	width:374px;
	height:30;
	float:left;
	background:url(images/load.gif) no-repeat center center;
}
