*{

padding:0px;
margin:0px;

 }


 body{
 	background: #000;
 	font-family: 'Barlow', sans-serif;
 	font-size: 1.2em;
 	color:#6a6767;
 }
@keyframes rotate {from {transform: rotate(0deg);}
    to {transform: rotate(200deg);}}
@-webkit-keyframes rotate {from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(200deg);}}
  
#logo3{
    -webkit-animation: 10s rotate linear infinite;
    animation: 10s rotate linear infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
 h1{
 	text-align: center;
 	color:purple;
 }
 h2{
 	text-align: center;
 	color:#6a6767;
 }
 h3{
 	text-align: center;
 	color:#6a6767;
 }
  a{
 	color:white;
 }


 /*Contenedor del contenido*/
 #contenedor{
 	width:100%;
 	margin:auto;
 	background:#fff;

 }
 header{
 	width: 100%;
 	background: #000;
 	
 	 }

 /*Menu*/
 nav{
background:black;
width: 100%;
heigth:auto;
float:right;

 }
 nav ul {

		margin: 0;
		padding: 0;
		list-style: none;
		padding-right: 20px;
	}
	
nav ul li {
			display: inline-block;
			line-height: 80px;
		}
			
nav ul li a {
				display: block;
				padding: 0 20px;
				text-decoration: none;
				font-family: 'Barlow Condensed', sans-serif;
				font-size: 1.1em;
				color:white;
			}
			
nav ul li a:hover {
					background: #434343;
                    height:auto;
                                                     
				}
#logotipo {
margin: 0px 0;
width:100%;
}
#logotipo ul {
padding:0;
margin:10;
list-style-type:none;
}
#logotipo ul li {
float: left;
margin:-5px 0px 0px 50px;
display: inline;
}

/*Todo el contenido*/
#contenido{
 width:85%;
 background: #fff;
 margin:auto;
 font-size: 1.2em;
}
.contenedor-futuro{
width:80%;
height:auto;
background:#fff;
padding: 0%;
margin:auto;





}
.video-cortometraje{
background: white;
width:560px;
height:315px;
margin:auto;


}
.texto{
text-align:justify;
margin :20px;
color:#6a6767;
word-wrap:break-word;
font-size:1.2em;
margin-top: 0px;

}
.text{
text-align:justify;
margin :20px;
color:#6a6767;
word-wrap:break-word;
font-size:1.5em;
text-align: center ;
}



footer{
	background: black;
clear:both;

}