html { 
  background: url(../imagenes/fondo.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    	/* Flexbox */
	display:flex;
	flex-flow:row wrap;
}

body {
   font-family: 'Roboto Condensed', sans-serif;
    
}

h1{
   font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    font-size: 3rem;
    letter-spacing: 0.7rem;
    text-align:center;
    color:white;
    text-align: center;
    margin-top: 0,5%;
    padding: 40px;
}

nav div{
    background-color:rgba(0,0,0,0.5);
    padding-top: 1rem;
    padding-bottom: 1rem;;
    width: 100%;    
}

main{
    background-color:rgba(0,0,0,0.5);
    width:100%;
    text-align: center;
    margin: auto;
}

p{
    color:white;
    margin-left: 25%;
    margin-right: 25%;
    font-weight: 200;
}

div.botones a {
    margin-left: 30px;
    margin-right: 30px;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
}
div{
    text-align: center;
    margin: auto;
    border-radius: 15px;
    width: 100%;
}
#leyenda{
    color:white;
    font-family: sans-serif;
    font-size: 0.8rem;
    margin-left: 10px;
    margin-right: 10px;
    background-color:rgba(0,0,0,0.5);
    padding-top: 1rem;
    padding-bottom: 1rem;

}


main section img.img{

    width: 95%;
    margin-top: -2em;
    
}

.boton-resaltado{
    font-weight: 600;
}

