*{
	padding: 0px;
	margin: 0px;
}

body{
	font-family: 'Barlow', sans-serif;
	font-size: 1.2em;
	background: #000;
	color:#444;
}
@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:purple;
 }
 h3{
 	text-align: center;
 	color:#6a6767;
 }
  a{
 	color:white;
 }

#Contenedor{
	width: 100%;
	margin:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	

}
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;
}

#Contenido{
	width: 97%;
	height: auto;
	background: #fff;
	float:left;
	padding: 2%;
	word-wrap:break-word;
	font-size: 1.5em;

}
.form-consulta {
	max-width: 500px; 
	background: #fff;
	padding: 25px; 
    font-family:'Barlow', sans-serif;
    float: left;
    display: inline-block;
    margin: auto;

}
.campo-form {
	width:100%; height:36px; 
	margin:2px 0 6px; 
	padding-left:6px; 
	box-sizing: border-box; 
	border-radius:3px; 
	border:1; 
border-color:#000;
	font-family: 'Barlow', sans-serif;
	font-size:1em;

}
label span {
	color: #f00;
}
textarea {
	min-height: 150px!important;
}
.btn-form {
	display: inline-block; 
	border:0; 
	background: #f00; 
	height: 46px; 
	line-height: 46px; 
	padding: 0 20px; 
	border-radius: 6px; 
	color:#fff; 
	text-decoration: none; 
	text-transform: uppercase; 
	letter-spacing: 1px
}
.btn-form:hover {
	background: #444;
}




.enlaceboton {    
	display: inline-block; 
	font-family: 'Barlow', sans-serif;
   font-size: 15pt;
   font-weight: bold;
   padding: 10px;
/*color de fondo del boton al morado de la pàgina nostros*/
   background-color: #424242;
   color: #ffffff;
   text-decoration: none;
}
.enlaceboton:link,
.enlaceboton:visited {
   border-top: 1px solid #cccccc;
   border-bottom: 2px solid #666666;
   border-left: 1px solid #cccccc;
   border-right: 2px solid #666666;
  /* border-radius: 50px;*/
}
.enlaceboton:hover {
    border-bottom: 1px solid #cccccc;
   border-top: 2px solid #666666;
   border-right: 1px solid #cccccc;
   border-left: 2px solid #666666;
} 


footer{
	background: black;
clear:both;

}