/*
    CLASES VARIAS
*/

body {                                              /* CLASE DEL CUERPO DE LA PAGINA */
    background-color: #fff9f9;
    margin: 5px;
}

.encabezado {                                       /* CLASE DEL ENCABEZADO */
    background-color: #fff9f9;
    border: 0px none;
    color: #ffffff;
    font-family: Arial Black;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    height: 55px;
    width: 750px;
}

.titulo {                                           /* CLASE DEL TITULO DE CADA PAGINA "rubrique", "articles" y "breves" */
    color: #000000;
    font-family: Tahoma, Verdana, Arial;
    font-size: 14pt;
    font-weight: bold;
}


/*
    CLASES DE LA TABLA PRINCIPAL Y LAS TRES SECCIONES DEL SITIO
*/

.principal {
    background-color: #fff9f9;
    border: 0px none;
    width: 750px;
}

.secc_izquierda {
    background-color: #fff9f9;
    font-family: Tahoma, Verdana, Arial;
    vertical-align: top;
    width: 170px;
}

.secc_central {
    background-color: #fff9f9;
    font-family: Tahoma, Verdana, Arial;
    padding: 10px;
    vertical-align: top;
    width: 400px;
}

.secc_derecha {
    background-color: #fff9f9;
    font-family: Tahoma, Verdana, Arial;
    vertical-align: top;
    width: 150px;
}

.secc_derecha2 {                                    /* CLASE DE LA SECCION DERECHA PARA VER ARTICULOS Y BREVES */
    background-color: #fff9f9;
    font-family: Tahoma, Verdana, Arial;
    padding: 10px 0px 10px 10px;
    vertical-align: top;
    width: 600px;
}


/*
    CLASES PARA EL MENU PRINCIPAL
*/

A.men_enlace1 {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

A.men_enlace1:hover {
    color: #cc0000;
    text-decoration: none;
}

A.men_enlace1:visited {
    color: #777777;
    text-decoration: none;
}

A.men_enlace2 {
    color: #000000c;
    font-weight: bold;
    text-decoration: none;
}

A.men_enlace2:hover {
    color: #cc0000;
    text-decoration: none;
}

A.men_enlace2:visited {
    color: #777777;
    text-decoration: none;
}

.men_encabezado {
    background-color: #dddddd;
    border: 1px dashed #a0a0a0;
    font-size: 10pt;
    font-family: Tahoma, Verdana, Arial;
    padding: 0px 5px 0px 5px;
    text-align: center;
}

.men_mapa {
    background-color: #ffffbb;
    border: 0px none #a0a0a0;
    font-size: 10pt;
    font-family: Tahoma, Verdana, Arial;
    padding: 0px 5px 0px 5px;
    text-align: center;
}

.men_opcion1 {
    background-color: #cccccc;
    border: 0px none #a0a0a0;
    font-size: 10pt;
    font-family: Tahoma, Verdana, Arial;
    padding: 0px 5px 0px 5px;
    text-align: center;
}

.men_opcion2 {
    background-color: #cccccc;
    border: 0px none #a0a0a0;
    font-size: 8pt;
    font-family: Tahoma, Verdana, Arial;
    padding: 0px 5px 0px 5px;
    text-align: left;
}

.men_ppal {
    background-color: #fff9f9;
    border: 0px none #a0a0a0;
    font-size: 10pt;
    font-family: Tahoma, Verdana, Arial;
    padding: 0px 5px 0px 5px;
    text-align: center;
}

.men_tabla {
    border: 1px solid #a0a0a0;
    border-collapse: collapse;
    padding: 0px;
    width: 100%;
}



/*
    CLASES PARA LOS ARTICULOS
*/

A.art_enlace {
    color: #0000cc;
    text-decoration: none;
    font-size: 11pt;
}

A.art_enlace:hover {
    color: #cc0000;
    text-decoration: none;
}

A.art_enlace:visited {
   color: #777777;
   text-decoration: none;
}

.art_antetitulo {
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;
}

.art_autores {
    font-size: 8pt;
}

.art_fecha {
    font-size: 8pt;
}

.art_intro {
    font-size: 10pt;
    font-weight: bold;
    text-align: justify;
}

.art_texto {
    font-size: 10pt;
    text-align: justify;
}

.art_subtitulo {
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;
}

.art_postscri {
    font-size: 10pt;
    font-style: italic;
    font-weight: bold;
}

.art_tabla {
    background-color: #fff9f9;
    border: 0px none;
    font-family: Tahoma, Verdana, Arial;
    font-size: 10pt;
    padding: 10px;
    text-align: left;
    width: 100%;
}

.art_titulo {
    font-size: 12pt;
    font-weight: bold;
}

.art_notas {
    font-size: 10pt;
    font-family: Tahoma, Verdana, Arial;
    font-weight: normal;
}



/*
    CLASES PARA LAS BREVES
*/

A.bre_enlace {
    color: #0000cc;
    font-weight: bold;
    text-decoration: none;
}

A.bre_enlace:hover {
    color: #cc0000;
    text-decoration: none;
}

A.bre_enlace:visited {
    color: #555555;
    text-decoration: none;
}

.bre_fecha {
    font-size: 8pt;
    font-style: italic;
}

.bre_novedad {
    background-color: #c8c8e4;
    border: 0px none #a0a0a0;
    font-size: 0pt;
    font-family: Tahoma, Verdana, Arial;
    padding: 5px 5px 5px 5px;
    text-align: left;
}

.bre_tabla {
    background-color: #dae1e9;
    border: 1px solid #a0a0a0;
    padding: 0px;
    width: 100%;
}

.bre_titulo {
    font-size: 9pt;
}
