@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;  
}

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

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

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

.vermas{
    font-family: Roboto;
    font-size: 10pt;
    margin: 0 0 0 0.5rem;
    cursor:pointer;
}

@media screen{
    
  
    
    body footer{
    position:fixed;
    }
}

*html body{
    overflow:hidden;
}

img{
    width:12%;
    height: auto;
    margin-bottom:0.5%;
}

.flex{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    margin-top: 0;
}

section{
    flex-wrap: wrap;
    padding: 1rem;
}


button{
    object-position: center;
    text-align: left;
    height: 5rem;
    width: 100%;
    margin-top: 0.2rem;
    border-radius: 0.3rem;
    justify-content: space-between;
    cursor:pointer;
    border:none;
}


.alerta{
    color: #E94854;
    display:inline;
    margin-right:5px;
}

h2{
    display:inline-flex;
}

.artVisto{
     background-color: gainsboro;
}

.artNoVisto{
       background-color: mediumturquoise;
}

h2{
    font-family: Roboto; 
    font-weight: bold;
    font-size: 13pt;
    margin: 0.5rem;
}

h4{
    font-family: Roboto; 
    font-weight: 400;
    font-size: 10pt;
    margin-left: 0.5rem;
}