


.container {
z-index: 1;
	width: 1330px;
	/* background-color: FFFFFF;  */                         /*es el que tiene todos los componentes */
	margin:5PX auto; /* el valor automático de los lados, unido a la anchura, centra el diseño  */
	/*padding-left:1%;*/
	
}



.header
{
border:0px solid red;
width:1330px;
height:320px; 
margin-top:0px;
/* background-image:url("../IMAGEN/FONDO_WEB/Botonera Superior.png");*/
/*background-position: left top;
/*background-attachment: scroll|fixed|local|initial|inherit;*/

}



/*https://www.youtube.com/watch?v=VJjGih3zg_k*/
















.top1-0{
width:258px;

height:320px; 
border:0px solid #0000FF;
float:left;
 /* margin-top:-320px;*/
}


.top1-1{


width:100%;
height:100%; 
border:0px solid purple;
float:left;
 /* margin-top:-320px;*/
}

.top1-2{


width:100%;
height:100%; 
border:0px solid purple;
float:left;
 /*margin-top:-320px;*/
}

.top1-3{


width:100%;
height:100%; 
border:0px solid purple;
float:left;
 margin-top:-320px;
}


.top2-0{

/* width:23%;*/
width:332px;
height:320px; 
border:0px solid #0000FF;
float:left;


}



.top2-1{


width:100%;
height:100%; 
border:0px solid #0000FF;
float:left;
background-repeat:no-repeat;

}



.top2-2{

width:100%;
height:100%; 
border:0px solid #0000FF;
margin-top:-320px;


}



.top3-0{
width:745px;
height:320px; 
margin-left:589px;
border:0px solid red;
margin-top:0px;

}


.top3-1{
width:740px;
height:320px;  
margin-top:0px;
background :url("../IMAGEN/FONDO_WEB/Botonera Superior3.png") ;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: static;
border:0px solid red;

}



.top3-2{
width:100%;
height:100%; 
border:0px solid red;


}


.top5-0{
width:100%;
height:45px; 
border:0px solid #0000FF;
}
#ITeinteresa{
width:465px}

.top6{
width:730px;
height:60px; 
border:0px solid red;
margin-left:1px;
margin-top:25px;
}

.top7{
width:1340px;
height:500px;  
border:0px solid red;
/* background :url("../IMAGEN/FONDO_WEB/Botonera Superior3.png") ;*/
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position: static;
}



.izquierda{
border:0px solid brown;
width:175px;
height:300px;  
}


.centro{
border:0px solid black;
width:780px;
height:300px;
float:left;
margin-left:177px;
margin-top:-302px;
}

.derecha{
border:0px solid grey;
float:right;
width:350px;
height:300px; 
margin-top:-302px; 
}


.derecha1{
border:0px solid blue;
width:350px;
height:149px; 
}




.derecha2{
border:0px solid red;
width:350px;
height:140px; 
}



.footer{
border:0px solid orange;
width:1320px;
height:20px; 

margin-top:0px;


}

#pie{
width:1290px}















/* .....................................menu..................................*/


		/*el asterisco es para colocarlo en jeneral los atributos*/
		 * {
		padding:0px;
		margin:0px 0px;
		z-index: 9999; /*funciona para que el menu salga alante de todas las etiquetas*/
		}
		
	
		
		ul, ol{
		
		list-style:none;
		z-index: 9999;
		
		}
		
		.nav li a{
		/* background-color:red;*/
		/*color:red;*/
		border:1px solid #red;
		text-decoration:none;
		padding:0px 0px;
		/*es para colocarlo en forma separada */
		display:block;
		z-index: 9999;
		}
		
		.nav li a:hover {
		/*esto es que al pasar el mause cambie de color */
/*		background-color:trasparen;*/
		z-index: 9999;
		
		}
		.nav > li 
		{
		/*colocar los primeros option en orizontal*/
		float:left;
		
		}
		
		.nav li ul{
		display:none;
		position:absolute;
		/*esto para darle el mismo tamaño y no se agrande  cada nombre */
		min-width:140px;
		 
		}
		/*el signo de mallor que > es un apuntador s directo a los  etiqueta */
		.nav li:hover > ul {
		 display:block;
		
		 }
		 .nav li ul li {
		 position:relative;
/*		 separar de boton a boton */
		margin-top:-3px;
		 }
		 .nav li ul li ul {
		 right:-140px;
		
		 }
		
		
		
/*..............................Fin del menu  ................................*/


/*..............................Galeria  ................................*/

#movies {
	/*margin: 100px auto 0 auto;*/
	-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow:  0px 0px 10px #333;
	box-shadow:  0px 0px 10px #333;
	clear:right;
}

/*..............................Fin del Galeria  ................................*/