body {background-color: #DBFFD3;
}
img {width: 100%;
     height: auto;
     padding: 3px;
}
header {background-image: url("../img/Comun/Fondo_cabecera.png");
        background-repeat: no-repeat;
/*        background-size: cover;*/
        background-size: 100% 100%;
        max-height: 100px;
}
//#cabecera {max-height: 100px;}
/*#foto_2 {display: none;
}*/
#escudo {height: 95px;
         width: 52px;}
#titulo {height: 95px;}
#bandera_es {height: 20px;
             padding:0px;
             border:0px;
             margin:0px;
}
#bandera_en {height: 20px;
             padding:0px;
             border:0px;
             margin:0px;
}
#nada       {height: 15px;
             padding:0px;
             border:0px;
             margin:0px;
}
#menu       {height: 30px;
             padding:0px;
             border:0px;
             margin:0px;
}
nav {background-image: url(../img/Comun/Fondo_menu.png);
        background-repeat: no-repeat;
        background-size: cover;
        max-height: 40px;
        display: block;
        font-size: 0.8em;
        font-weight: bold;
}

.opcion {margin: 10px;
         color: black;
}
a:hover:not(.active){background-color: white;
}
.subopciones {position: absolute;
              top: 10px;
              left: 20px;
/*              background-color: #A5A5FF;*/
              background-color: #FFFFFF;
              padding: 10px;
              border: 2px solid;
              color: black;
              font-size: 0.8em;
              font-weight: bold;
              display: none;
              z-index: 1;}
.titulo_subops {font-size: 1.3em;
                font-weight: bold;
                text-align: left;
                margin-left: 0px;
                padding-left: 0px;
                border-left: 0px;
}
.subopcion {font-size: 1.0em;
            margin-left: 20px;
}
.subsubopcion {font-size: 1.0em;
            margin-left: 30px;
}

p {text-align: justify;
   text-indent: 30px;
}

@media only screen and (min-width: 768px) {
    nav {height: 40px;
         display: block;
         font-size: 1em;
    }
    #opciones {padding: 10px 0px 0px 20px;}
}

@media only screen and (min-width: 992px) {
    #foto_2 {display: block;}
}
