*{

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;
 }
 h4{
 	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:90%;
 background: #fff;
 margin:auto;

}

.galeria-contenedor{
width:510px;
height:340px;
background-color:#fff;
margin:0px 0px 40px 10px;
float:left;
position: relative;

}
.img-galeria{

width:450px;
height:280px;
margin:0px 0px 0px 35px;
border: 10px solid;
position: absolute;
bottom: 0px;

}
.texto{
text-align:justify;
margin :20px;
color:#6a6767;
word-wrap:break-word;
}


footer{
	background: black;
clear:both;

}