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


body {

  margin:0;
  padding: 0; 
  background-color:#FFF9AF; 
  
  }


#contenedor  

	{
		background-image: url(../imas/fondo.gif);
 
	}
	
	
#contenedor .pelicula 

	{
		width:780px;
		height:600px;
		margin: 0px auto 0;
  		padding: 0;

	}	
	
	
.style1 

	{
		color: #FFF9AF;

	}  	






