body {
font-family: sans-serif;
font-size: 12.5px;
display: flex;
justify-content: center;
align-items: center;
background-color:#bce7f0;
}



.contenedor {
width: 800px;
text-align: center;
}

.titulo h1{
text-align: center;
 color:#375534;  
 font-size: 1.4em;
 padding: 2px;
 text-decoration: none;
}

.titulo a{
    text-decoration: none;
     color:#375534;  
}

.titulo a:hover{
    text-decoration: none;
     color:#375534;  
}

.notepad {
    width: 100%;
    height: 100%;
   padding: auto;
   margin: auto;
}


.contenido {
 text-align: left;
 padding: 3px;
 font-size: 1em;
 background-color:#f2f6f7;


}

.menus_simples li{
     font-size: 1.1em;
     list-style: none;
     color:#375534;  

}

 b {
         color:#800517; 

 }
.menus_simples li b {
    font-size: 1.1em;
     list-style: none;
     color:#000000; 
     font-weight: bold; 

}

.menu_principal {
 list-style: none;
  color:#375534;  

 
}

.menu_principal a{
 font-size:1.2em; 
 font-weight: bold;
 color:#375534;  
 text-decoration: none;
 }



.menu_secundario {
   list-style: none;  
}

.menu_secundario a{
 font-size:1.2em; 
 color:#375534;  
 text-decoration: none;
}

.menu_secundario a:hover{
 text-decoration: underline;
}

.pie {
    text-align: center;
     color:darkgreen;  
    font-size: 1em;
    padding-top: 15px;
    padding-bottom:15px;

    font-weight: bold;
     background-color:#f2f6f7;

}

h2 {
    color:#375534;  
    font-size: 1.2em;
    padding:5px;  
}

h3 {
    color:#375534;  
    font-size: 1.1em;
    padding:5px;  
}



hr {
    color:darkgreen;  
    border-width:1px;
    border-style:dashed;
    padding: 0;
    margin: 1;
}

.regresar {
    font-size: 1em;
    text-decoration: none;
    color:darkgreen;  
    font-weight: bold;
}


.menu_etiquetas {
    font-size: 1.2em;
}

.menu_etiquetas b{
    font-size: 1em;
}

.menu_etiquetas li{
        font-size: 1.1em;
         list-style: none;
}

.menu_etiquetas a {
    text-decoration: none;
    color:darkgreen; 
}

.menu_etiquetas a:hover {
    text-decoration: underline;
    color:darkgreen;  
    font-weight: bold;
}

.titulo {
    text-decoration: underline;
}

.tabla_etiquetas {
    width: 95%;
    margin: 10px;

}

.tabla_etiquetas td, th{
  font-size: 1.2em;
}



.arriba {
    text-decoration: none;
    color:darkgreen;  
   font-size: 0.9em;

}

p {
       font-size: 1.2em;
       margin: 1px;

}

.imagenes_generales {
 text-align: center;
 margin-top: 10px;
 margin-bottom:10px ;
}

.oculto {
    margin: auto;
    text-align: center;
    width: 90%;
    background-color: azure;    
    border-collapse: collapse;
}

.oculto th {
    font-weight: bold;
    color: #ffffff;
    background-color: rgb(20, 104, 76);
    
}


.oculto tr{
   border-bottom: #375534 solid 2px; 
}


.oculto a{
    text-decoration: none;
    color: darkgreen;
    font-weight: bold;

}
/**
.oculto td, th{
    border-bottom: #375534 solid 2px;
}
**/

.menu_tipificacion {
    font-size: 1.2em;
    font-weight: bolder;
    color: darkgreen;
}

.menu_tipificacion_2 {
    font-size: 1em;
    font-weight:normal;

    color: rgb(0, 0, 0);
}

