@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: 100%;   
}

header{
    background-color: #221f22;
    height: 9%;
    width: 100%;
    position: absolute;
    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: 100%;
    width: 100%;
    overflow: auto;
}

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

.imgPerfilCamara{
    height: inherit;  
    margin-top: 23%;
    cursor:pointer;
}

.nombrePersona{
    text-align: center; 
    font-size: 15pt;
    font-family: Cuprum;
    margin: 2.4rem 0 0 0;
}

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

.miscursos{
    margin: 2rem 1rem 0 1rem; 
    background-color: #E94854; 
    width: 90%; 
    height: 14%; 
    border-radius: 0.3rem; 
    text-align: center; 
    font-family: Roboto;
    font-weight:100;
}

.tituloRecuadro{
    height: 100%;
    color: white;
    font-family: Roboto;
    font-size: 13pt;
    position: relative;
    top: 23%;
}

.imgTabla{
    width: 90%;
    margin: 0.7rem 1rem 0 1rem; 
    border-radius: 0.3rem;
}

.altura80{
    height:80%;    
}

.altura50{
    height:45%;
}

.textoCentrado{
    text-align: center;
}

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 header{
position:fixed;
}
    
body footer{
position:fixed;
}

*html body{
overflow:hidden;
}
}