*{
    margin: 0;
    padding: 0;
    box-sizing: border-box; /*Esta propiedad sirve
    para cuando vayamos mas adelante a crear margenes a 
    otros elementos, los margenes que creamos no se
    salgan de la caja*/
}

body { /*Todo el texto va a tener por defecto una letra 62.5% de grande*/
    
      
/*    font-family: W TYFRDRFDXCRCambria, sans-serif;*/
    
}

header{
    position: relative;
    width: 100%;
    height: 220px;
    top: 0;
    left: 0;
    margin-bottom: 3em;
    
       
    
}

#inicio img{
        width: 100%;
        height: auto;
        margin: 0;
    }

main {
    position: absolute;
    width: 100%;
    max-width: 1860px;
    
    
}

h3 {
  text-align: center;  
}

.rsocial{
    text-align: center;
}

label{
    font-size: 17px;
}

h4{
    text-align: center;
    padding-left: 20px;
}

.correos a{
    position: absolute;
    padding-left: 10px;
     width: 100%;
     text-align: center;
}


@media (min-width:1500px){
    header{
        height: 300px;
        margin-bottom: 1.1em;
    } 
}
