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

* {
margin:0;
padding:0;
}

html, body {
height:100%;
width:100%;
}
body {
background-color:#CCCCCC;
text-align:center; /* horizontal centering for IE Win quirks */
}

#contenedorPelicula { 
width:50%;
height:50%;
margin-bottom:-17.15em; /* half of contenido's height */
float:left;
}

#contenido{
display:none;
margin:0 auto;
position:relative; /* puts container in front of contenedorPelicula */
height:34.3em;
width:49.3em;
clear:left;
}
#pelicula{

}


