@charset "utf-8";
@import url("estilos2.css");

body {
	margin: 0px;
	background-image: url(img/fondo.jpg);
}

#contenedor1 {
	margin-right: auto;
	margin-left: auto;
}

#imagen{
	width: 1000px;
	height: 475px; 
	background-image: url(img/titular.jpg);
	top: 0px;
	left: 50%x;
	margin: auto;
	opacity: 0;
	position: relative;
		
	animation-name: imagen; 
	-webkit-animation-name: imagen;	
	-moz-animation-name: imagen;
	-ms-animation-name: imagen;
	-o-animation-name: imagen;
	
	animation-duration: 2s;
	-webkit-animation-duration:2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
}

@-webkit-keyframes imagen{
	0%{opacity:0}
	100%{opacity:1}
}

@-ms-keyframes imagen{
	0%{opacity:0}
	100%{opacity:1}
}

@-o-keyframes imagen{
	0%{opacity:0}
	100%{opacity:1}
}

@-moz-keyframes imagen{
	0%{opacity:0}
	100%{opacity:1}
}

.advisory{
	width: 294px;
	height: 90px; 
	position: absolute;
	top: -100px; 
	left: 50%;
	margin-left: 10px;
	background-image: url(img/parents-advisory.jpg);
	
	animation-name: advisory;
	-webkit-animation-name: advisory;
	-ms-animation-name: advisory;
	-moz-animation-name: advisory;
	-o-animation-name: advisory;
	
	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
}

@-webkit-keyframes advisory{
	0%{top:-100px; left: 20px;}
	100%{top: 45px; left:20px}
}
@-o-keyframes advisory{
	0%{top:-100px; left: 20px;}
	100%{top: 45px; left:20px}
}
@-ms-keyframes advisory{
	0%{top:-100px; left: 20px;}
	100%{top: 45px; left:20px}
}
@-moz-keyframes advisory{
	0%{top:-100px; left: 20px;}
	100%{top: 45px; left:20px}
}

#redes {
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: -80px; 
	left: 50%;
	margin-left: 0px;
	background-color: rgb(0,0,0); 
	width: 990px;
	height: 70px;
	line-height: 60px;
	padding-right: 10px;
	padding-top: 5px;

	animation-name: redes;
	-webkit-animation-name: redes;
	-ms-animation-name: redes;
	-moz-animation-name: redes;
	-o-animation-name: redes;
	
	animation-duration: 0.8s;
	-webkit-animation-duration: 0.8s;
	-ms-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-o-animation-iteration-count: 1;
	
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
}

@-webkit-keyframes redes{
	0%{top:-80px; left: 0px;}
	100%{top: 20px; left:0px}
}
@-o-keyframes redes{
	0%{top:-80px; left: 0px;}
	100%{top: 20px; left:0px}
}
@-ms-keyframes redes{
	0%{top:-80px; left: 0px;}
	100%{top: 20px; left:0px}
}
@-moz-keyframes redes{
	0%{top:-80px; left: 0px;}
	100%{top: 20px; left:0px}
}
	

.imagen{
	float: right;
	margin: 10px;
	-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

.imagen:hover{
	-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}

#contenedor2 {
	margin-right: auto;
	margin-left: auto;
}

#contenido2 {
	width: 1000px;
	height: 420px; 
	margin-left: auto;
	margin-right: auto;
}


.contenido2video {
	width: 740px;
	height: 400px; 
	float: left;
	background-color: rgb(255,255,0);
	padding: 10px; 
}

.contenido2menu {
	width: 240px;
	height: 420px; 
	float: left;
	background-color: rgb(255,255,0);
	font-family: 'Anton', sans-serif;
	font-size: 16px;
}

#contenedor2 #contenido2 .contenido2menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#contenedor2 #contenido2 .contenido2menu ul li a {
	color: rgb(0,0,0);
	text-align: center;
	display: block;
	text-decoration: none;
	line-height: 70px;
	height: 70px;
	font-size: 28px;
}

#contenedor2 #contenido2 .contenido2menu ul li a:hover {
	color: rgb(255,255,0);
	background-color: rgb(0,0,0);
}

#contenedortexto {
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.text{
	width: 650px;
	height: 88px;
	text-align: center;
	background-color: #FFFF00;
	color: #000000;
	font-family: 'Anton', sans-serif;
	font-size: 23px;
	line-height: 7px;
	padding-top: 1px;
	clear: both;
	text-transform: uppercase;
	margin: auto;
	-webkit-border-radius: 20px 0;
border-radius: 20px 0;
}

#contenedor3 {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#contenido3 {
	width: 1000px;
	height: 830px;
	margin-left: auto;
	margin-right: auto;
}

.contenido31 {
	width: 1000px;
	height: 151px;
	margin-left: auto;
	margin-right: auto;
}
.contenido32 {
	width: 400px;
	height: 151px;
	float: left; 
}
.contenido33 {
	width: 600px;
	height: 151px;
	float: left; 
}
.text2{
	text-align: center; 
	color: rgb(255,255,0);
	font-family: 'Anton', sans-serif;
	margin-top: 30px;
}

.relleno{
	width: 1000px; 
	height: 20px; 
	margin: auto;
}

.contenido34{
	width: 1000px; 
	height: 110px; 
	margin: auto;
}
.contenido34izda{
	width: 389px; 
	height: 110px;
	float:left;
}
.contenido34izdatexto{
	height: 30px;
	font-family: 'Anton', sans-serif;
	font-size: 20px;
	color: #FFFF00;
}
.contenido34izdaimagenes{
	width: 389px;
	height: 80px;
	float: left;
	border: thin solid #FFFF00;
}

.contenido34centro{
	width: 252px; 
	height: 110px;
	float:left;
}

.contenido34centroimagenes{
	width: 250px; 
	height: 80px;
	float: left;
	background-color:#FFFF00;
	border: thin solid #FFFF00;
}
.contenido34dchaa{
	width: 350px; 
	height: 110px;
	float:left;
}

.contenidobso{
	width: 350px; 
	height: 80px;
	float:left;
	border: thin solid #FFFF00;
}
#contenidovolvermenu{
	width: 1000px; 
	height: 50px;
	clear: both;
}

.contenidovolvermenu2{
	width: 190px; 
	height: 50px;
	margin-left: 170px;
}

#contenedor4 {
	margin-right: auto;
	margin-left: auto;
}

#contenido4 {
	width: 1000px;
	height: 620px;
	margin-left: auto;
	margin-right: auto;
}
.contenido41 {
	width: 1000px;
	height: 175px;
	margin-left: auto;
	margin-right: auto;
}
.contenido42 {
	width: 400px;
	height: 175px;
	float: left; 
}
.contenido43 {
	width: 600px;
	height: 85px;
	float: left; 
	text-align: right; 
	margin-top: 90px;
}

.contenido4videos {
	width: 1000px;
	height: 420px;
	margin-left: auto;
	margin-right: auto;
}

.contenido4videosarriba {
	width: 1000px;
	height: 210px;
	background-color: #CCCCCC;
}

.video1{
	width: 334px; 
	height: 188px; 
	padding-top: 22px; 
	float: left;
	background-color: #FFFF00;
}
.video2{
	width: 332px; 
	height: 188px; 
	padding-top: 22px; 
	float: left;
	background-color: #FFFF00;
}
.video3{
	width: 334px; 
	height: 188px; 
	padding-top: 22px;
	float: left;
	background-color: #FFFF00;
}
.contenido4videosabajo {
	width: 1000px;
	height: 210px;
	background-color: #666666;
}

.videolucha1{
	width: 334px; 
	height: 188px; 
	padding-top: 22px; 
	float: left;
	background-color: #FFFF33;
}
.videolucha2{
	width: 332px; 
	height: 188px; 
	padding-top: 22px; 
	float: left;
	background-color: #FFFF33;
}
.videolucha3{
	width: 334px; 
	height: 188px; 
	padding-top: 22px;
	float: left;
	background-color: #FFFF33;
}

#contenedor5 {
	margin-right: auto;
	margin-left: auto;
}

#contenido5 {
	width: 1000px;
	height: 420px; 
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
}

.contenido51 {
	width: 1000px;
	height: 175px;
	margin-left: auto;
	margin-right: auto;
}
.contenido511 {
	width: 400px;
	height: 175px;
	float: left; 
}
.contenido512 {
	width: 600px;
	height: 85px;
	float: left; 
	text-align: right; 
	margin-top: 90px;
}

.contenido52 {
	width: 1000px;
	height: 135px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/shadowgalery.jpg);
}

.galeria {
	width: 1000px;
	height: 67px;
	float: left;
	padding-top: 23px; 
	margin-left: 5px;
}

#relleno1{
	width: 1000px; 
	height: 40px; 
	margin: auto;
	clear: both;
}

#contenedor6 {
	margin-right: auto;
	margin-left: auto;
}

#contenido6 {
	width: 1000px;
	height: 600px; 
	margin-left: auto;
	margin-right: auto;
}

.contenido61 {
	width: 1000px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
}
.contenido611 {
	width: 400px;
	height: 120px;
	float: left; 
}
.contenido612 {
	width: 600px;
	height: 60px;
	float: left; 
	text-align: right; 
	margin-top: 60px;
}

.contenido62 {
	width: 1000px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/descargsaCARTELES.png);
}
.contenido622 {
	width: 1000px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.contenido62izda {
	width: 700px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	background-image: url(img/descargasWALLPAPERS.png);
}

.contenido62dcha {
	width: 300px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	background-image: url(img/descargasBSO.jpg);
}

.bso {
	width: 200px;
	height: 200px;
	background-image: url(img/descargasBSO.jpg);
	margin-top: 80px;
	margin-left: 50px;
	border: thin solid #FFFF00;
	-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.bso:hover{
	-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}

.wallpapers {
	width: 200px;
	height: 125px;
	margin-top: 100px;
	margin-left: 20px;
	border: thin solid #000;
	-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}
.wallpapers:hover{
	-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}

.posters {
	height: 200px;
	margin-top: 80px;
	margin-left: 18px;
	border: thin solid #FFFF00;
	-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

.posters:hover{
	-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
-o-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
}

#contenedor7 {
	margin-right: auto;
	margin-left: auto;
}

#relleno2{
	width: 1000px; 
	height: 100px; 
	margin: auto;
	clear: both;
}

#contenido7 {
	width: 1000px;
	height: 500px; 
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/preestreno.png);
}

.contenido71 {
	width: 1000px;
	height: 158px;
	margin-left: auto;
	margin-right: auto;
}

.contenido711 {
	width: 400px;
	height: 158px;
	float: left; 
}
.contenido712 {
	width: 600px;
	height: 68px;
	float: left; 
	text-align: right; 
	margin-top: 90px;
}
.mapa{ 
	width: 440px;
	height: 400px; 
	float: left;
	margin-top:80px;
	margin-left: 32px;
	border: thin solid #FFFF00;
}

.formulario{
	height: 400px;
	width: 220px;
	color: #000000;
	font-family: 'Anton', sans-serif;
	line-height: 18px;
	text-align: left;
	float: left;
	margin-top: 80px;
	margin-left: 32px;
	background-color: #FFFF00;
	padding-left: 10px;
}

.flash{
	width: 195px;
	height: 400px; 
	float: left;
	margin-top: 80px;
	margin-left: 32px;
	background-color: #669999;
}

#contenedor8 {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFF00; 
}
#contenido8 {
	margin-right: auto;
	margin-left: auto;
	width: 335px;
	height:70px;
	background-color: #FFFF00; 
}

.contenido8texto{
	width: 225px;
	height: 50px; 
	float: left;
	line-height: 70px;
	font-family: 'Anton', sans-serif;
	font-size: 16px;
	color: #333333;
}

.contenido8imagen{
	width: 109px;
	height: 50px; 
	float: left;
	padding-top: 10px;
}