html{
   min-height: 100%;
   min-width: 650px;
   position: relative;
   margin:0;
   padding: 0;
   font-size: 16px;
}

/*Cabecera*/
#logo_cab_c{
    float: left;
    overflow: hidden;
    width: 100%;    
}
#logo_cab_c img{
    min-width: 150px;
}



/*MENU Cabecera*/
#menu_cabecera{
    width: 100%;
    color:#ffffff;
    overflow: hidden;
    background-color: #0262a2;
    height: 4rem;
    font-family: 'Wendy One', sans-serif;
}
#contenedor_modulos{
    float:left;
    line-height: 4rem;
}
#contenedor_banderas{
    float: right;
    line-height: 4rem;
}
#menu_cabecera ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #0262a2;
}
#menu_cabecera li{
    display: inline;
    float:left;   
}
#menu_cabecera li a{
    display: block;
    color: white;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    text-decoration: none;
    cursor: pointer;
}
#menu_cabecera li a:hover {
  background-color: #024a7a;
  color:#ffba11;
  font-weight: bold;
}

#contenedor_banderas li :hover{
    color:#ffba11;
    font-weight: bold;
}
.icono_bandera{
    width: 2rem;
    cursor: pointer;
    margin-right: 2rem;
}
#contenido{
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: absolute;
    
}

footer{
    text-align: center;
    position:absolute;
    width: 100%;
    bottom: 0;
    height: 10rem;
    color: #fff;
    background-color: #0262a2;
    overflow: hidden;
    font-family: 'Wendy One', sans-serif;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
footer img{
    width: 6rem;
}
.titulo_modulo{font-size: 2rem;color: #0262a2;font-family: 'Wendy One', sans-serif;}

@media screen and (max-width: 1000px){
    html{font-size:14px;}
}