*{
    font-family: 'Oswald', sans-serif;
}

header{
    background: #000;
    width: 100%;
    height: 10em;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.cabecera{
    max-height: 100%;
    display: inline;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-content: center;
   margin-left: -3em;
    
}

#logo img{
    height: 5em;
    display: flex;    
    align-items: center;
    margin: 0em auto;
    margin-left: 6em;
    margin-top: 1em;
    margin-bottom: 1em;
    
    display: flex;
	justify-content: center;
	align-items: center;
	align-content: space-around;
}

#menu{
    margin-top: -0.5em;
    margin: 0em auto;
    text-align: center;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#menu a{
    text-decoration: none;
    list-style: none;
}

#menu nav ul a li{
    font-size: 0.7em;
    font-weight: 200;
    color: white;
    text-align: center;
    letter-spacing: 0.3em;
    padding-right: -1.5em;

    padding: 0.4em;
    margin-left: 1em;
    border-radius: 20em 20em;
    border: 1px solid #ffffff;
    text-align: center;
    text-decoration: none;
    list-style: none;
    
    display:inline;
    justify-content: center;
    align-items: center;  
}
#menu nav ul a li:hover{
    background-color: #FD9605;
    
    display:inline;
    justify-content: center;
    align-items: center;  
}

body{
    background: rgba(76,76,76,1);
    background: -moz-linear-gradient(45deg, rgba(76,76,76,1) 0%, rgba(76,76,76,1) 26%, rgba(0,0,0,1) 48%, rgba(17,17,17,1) 54%, rgba(28,28,28,1) 65%, rgba(19,19,19,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(76,76,76,1)), color-stop(26%, rgba(76,76,76,1)), color-stop(48%, rgba(0,0,0,1)), color-stop(54%, rgba(17,17,17,1)), color-stop(65%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1)));
    background: -webkit-linear-gradient(45deg, rgba(76,76,76,1) 0%, rgba(76,76,76,1) 26%, rgba(0,0,0,1) 48%, rgba(17,17,17,1) 54%, rgba(28,28,28,1) 65%, rgba(19,19,19,1) 100%);
    background: -o-linear-gradient(45deg, rgba(76,76,76,1) 0%, rgba(76,76,76,1) 26%, rgba(0,0,0,1) 48%, rgba(17,17,17,1) 54%, rgba(28,28,28,1) 65%, rgba(19,19,19,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(76,76,76,1) 0%, rgba(76,76,76,1) 26%, rgba(0,0,0,1) 48%, rgba(17,17,17,1) 54%, rgba(28,28,28,1) 65%, rgba(19,19,19,1) 100%);
    background-repeat: repeat;
    
}

h1{
    font-size: 2.5em;
    color: white;
    background-color: #F85E06;
    padding: 0.2em;
    font-weight: 900;
    margin: 0;
    text-align: center;
}

h2{
    font-size: 1em;
    color: #FD9605;
    font-weight: 100;
    margin-bottom: -0.3em;
    text-align: center;
}

p{
    font-size:0.8em;
    color: grey;
    font-weight: 200; 
    color: #fff;
    display:flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    align-content: space-around;
    margin: auto;
}

.cuestionario form{
   display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: 0 auto;
    }

.contenedordepregunta p2, p3, input{
    display: flex;
    flex-direction: column;
    font-size: 0.9em;
    text-align: center;
    color:#FD9605;
    margin:auto;
    width: 10em;
}
textarea{
    resize: vertical;
   
}

.contenedordepregunta p3{ 
    margin-top: -2em;
    font-size-adjust: 0.7em;
}

.contenedorderespuesta input, textarea, select{
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 0.2em;
    width: 13em;
    margin: auto;
    margin-left: 2em;
    font-size: 0.8em;
    color: grey;
    }

.contenedorderespuesta select {
    color: #000;
    flex-direction: column;
    display: flex;
    width: 13.5em;
    
}

.contenedorderespuesta select:hover {
    background-color: black;
    color: #FD9605;
}

.enviarcuestionario a {
    font-weight: 200;
    color: white;
    background-color: #FD9605;
    border-radius: 20em 20em;
    list-style: none;
    text-decoration: none;
    padding: 0.5em;
    display: flex;
	flex-wrap: nowrap;
  
    text-align: center;
}

#enviarcuestionario a:hover{
     background-color: #F85E06;
}

.enviarcuestionario {
    margin:0 auto;
   justify-content: center;
    width: 8em;
  }

.botonera{
    background-color: #000;
    width: 100%;
    height: 5em;
    justify-content: center;
    text-align: center;
     }

#botones a img{
    border-radius: 30%;
    width: 1.5em;
    padding: 0.5em;
    height: auto;
    margin: 1em;
    display: inline;
    flex-wrap: wrap;
    border: 1px solid #ffffff;
    justify-content: center;
  }


