#page {   font-size: 100%;     font-family:Arial, Helvetica, sans-serif; width: 99%; }
#page  header {
    height: 10%;
    border: solid 1px grey; 
    border-radius: 5px;
    background-image: linear-gradient( #8e544c, white);
    padding:10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#page nav {    
    padding:10x;
    display: flex;
}
#page header p, #titulo {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 2em;
    text-shadow: 2px 2px #928787;
    color:#662726;
}
#page header #izq {
    background-image: url("../img/erasmus/cabecera.png");
    background-size: 70%;
    background-position: 0px;
    background-repeat: no-repeat;
    width: 40%;
    height: 100%;
    float:left;
}
#page header #cen {    width: 40%;    float:left;}
#page header #der {
    /*background-image: url("../img/ies/ies_logo.jpg");*/
    background-image: url("../img/ies/logo_ies_transparente.png");
    background-position: 0px;
    background-size:70%;
    background-repeat: no-repeat;
    width: 20%;
    height: 100%;
    float: right;
}
main #iconos {
    text-align: center;
}
main #iconos ul{
    list-style-type:none;
    padding: 0px;
    margin: 0px;
}
main #iconos img{
   /*width:180px;*/
   max-width: 180px;
   padding: 5px;
}
main #portada {
    font-size: 1.2em;
    text-align: justify;
    color:#662726;
}
#novedades-message, #historico-message {
    padding:5px;
    margin:5px 0px 0px 5px;
    border:1px grey solid;
    border-radius: 10px;
    background-image: linear-gradient( #8e544c, white);
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1em;
    color:#662726;
    font-weight:bold;
}
/*main  #novedades ul li a, main  #historico ul li a {*/
main  #novedades ul li a{
    color:rgb(57, 64, 65);
    text-decoration:none;
}
main #historico > ul > li > a {   /* primer nivel carpetas en azul*/
    color:blue;
    text-decoration:none;
} 
main #historico > ul > li > ul  li  a{   /* siguientes niveles normal */
    color:rgb(57, 64, 65);
    text-decoration:none;
    font-size: 0.7em;
} 

main #novedades ul, main #historico ul{
    width:100%;
    padding:5px;
    margin:0px 0px 0px 5px;
    list-style:inside;
}


main  #novedades ul li a:hover, main #historico ul li a:hover{ color:red; }
main #novedades ul li , main #historico ul li  { list-style: none;}

footer {
    margin-top: 10px;
    text-align:center; 
    font-size: 1em;
    color:#662726;
    border: solid 1px grey; 
    background-image: linear-gradient( white,  #8e544c);
    border-radius: 5px; 
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width:99%;
}
footer #redes_sociales {  width:20%; }
footer #redes_sociales img {  width:20px;    padding:5px;}
footer p {    width:50%;}

/* per enllaços en la part central */
.enlaces-centro{
    margin:25px 0px 25px 0px;
}
.enlaces-centro ul{
    width:100%;
    padding:5px;
    margin:0px 0px 0px 50px;
    list-style:none;
}
.enlaces-centro ul li a{
    color:rgb(57, 64, 65);
    text-decoration:none;
}
.enlaces-centro ul li a:hover{ color:red; }

img.banderas  {
    width: 25px;
}
.col-contenedor {
    width: 100%;
    display: flex;
}
.col-contenedor  .col-izq {
    float:left;
    width: 50%;
    text-align: center;
}
.col-contenedor  .col-izq .enlaces-centro, .col-contenedor  .col-der .enlaces-centro{    text-align: left; }

.col-contenedor  .col-der {   width: 50%; text-align: center;}

/* intento centrar las imagenes del thumbail pero no lo consigo, al final pongo margin-left*/
.imagenes {
    margin-left: 10%;
    padding: 10px;
}

/* Responsive table styles */
@media (max-width: 576px) {
    .table th:nth-child(5),
    .table td:nth-child(5) {
        display: none;
    }
    .table td, .table th {
        padding: 0.3em 0.4em;
        font-size: 0.75em;
    }
}