@import url(https://fonts.googleapis.com/css?family=Cuprum);
@import 'https://fonts.googleapis.com/css?family=Roboto';
@import url('https://fonts.googleapis.com/css?family=Roboto:700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100');

*{
    padding: 0;
    margin: 0;
}

html{
    height: 100%;
    width: 100%;
}

body{
    height: 100%; 
    background-image: url(img/fondo.jpg);
    background-repeat: no-repeat;
    background-size: 120%;   
}

header{
    background-color: #221f22;
    height: 9%;
    width: 100%;
    top: 0;
    left: 0;
}

header .menusup{
    height:100%;
    width:100%;
}

header .menusup .boton20{
    width: 16%;
    margin-right: 0.6rem;
    height: 100%;
    display: inline-block;
}

main{
    height: 80%;
    width: 100%;
    overflow: auto;
 
}

.tituloPrincipal{
    font-family: Cuprum; 
    font-weight: bolder;
    font-size: 12pt;
    margin: 0 0 0 5%;
    margin-top:6%;
}

hr{
    width: 90%; 
    margin: 0.2rem 0 0 1rem;
    border: 1px solid;  
}

main .titulo{
    display: inline-block;
}

.iconoContactoNegro{
    float:left; 
    height: 30%; 
    margin: 1rem 0 0 1rem;  
}

.ceibo{
    font-family: Roboto;
    font-weight: bold;
    margin: 1.2rem 0 0 3.2rem;
    font-size: 14pt;
}

.tel{
    font-family: Roboto;
    font-weight: 400;
    margin-left: 3.2rem;
    font-size: 10pt;
}

#mapa{
    width:90%; 
    height:95%;
    margin: 1rem 0 0 1rem;
    border-radius: 0.3rem;
    box-shadow: 2px 2px 3px grey;
}

.altura65{
    height: 65%;
}

.boton20 img{
    width: 100%;
    height: 100%;
    max-height: inherit;
    cursor: pointer;
}

footer{
    background-color: #221f22;
    height: 9%;
    position: absolute;
    bottom: 0;
    left: 0;
}

footer .boton20{
    width: 15%;
    margin-left: 0.65rem;
    display: inline-block;
}

@media screen{


    body footer{
    position:fixed;
    }
}

*html body{
    overflow:hidden;
}