/* CSS Document */

h1{
    font-size: 11px;
}

.titulo_cabecera_contenido{  
    background-color: #ffffff;
    border-bottom: 1px solid #990000;
    height:40px;
}

.titulo_cabecera_noticias_avisos{
    /*background-color: #ffffff;*/
    border-bottom: 1px solid #990000;
    height:20px;
    margin-bottom:10px; /*magin para la noticia parpadeante*/
}
.noticiaParpadeantes{
     border-bottom: 1px solid #990000;
     padding-bottom:10px; 
     color:#DD7E16;
     font-size: 12px;
     text-align:center;
    
}
.noticiaParpadeantes a{
     color:#DD7E16;
     font-size: 11px;
     
}
.titulo_cabecera_contenido_contacto{  
    /*color: #214a9c;*/
    /*font-size: 0.8em;*/
    /*font-weight:bold;*/
    background-color: #ffffff;
    border-bottom: 1px solid #ececec;
    height:25px;
    width:95%;
    /*margin:0 auto 0 auto;*/
    /*padding-top:25px;*/
    /*padding-bottom:5px;*/
}

.displaynone{
    display:none;
}


/*aviso legal*/
.contenido_info{
    background-color: #ffffff;
    margin-top:12px;
    padding:20px;
    text-align:justify;
    z-index:0;
    
}

.titulo_parrafo_grande{
    color: #CC0000;
    font-size:13px;
    
}


.colorTituloPrincipalMenu{color:#cccccc;}
.colorTituloSecundarioMenu {color:#dd7e16;}
.colorTituloSecundarioMenu a{color:#dd7e16;}


.base{
    padding-bottom:80px;
}
