body tr, td, p, div, span {
    font-family: arial,verdana,helvetica;
    font-size: 14px;
    color: #555555;
}

input, textarea, select {
    font-family: arial,verdana,helvetica;
    font-size: 12px;
    border: solid 1px #CCCCCC;
}

.radio {
    border: solid 0px #FFFFFF;
}


.FondoFormulario {
    background-color: #EFEFEF;
    margin-bottom: 1px;
    margin-top: 1px;
}

.TablaCabecera {
    border: solid 1px #CDCDC2;
    background-color: #EEEEE7;
}

/* 1º Linea de la cabecera */
a.TextoCabecera {
    font-size: 20px;
    color: #4D88C4;
    font-weight: bold;
    text-decoration: none;
}

    a.TextoCabecera:link {
        font-size: 20px;
        color: #4D88C4;
        font-weight: bold;
        text-decoration: none;
    }

    a.TextoCabecera:hover {
        font-size: 20px;
        color: #4D88C4;
        font-weight: bold;
        text-decoration: none;
    }

    a.TextoCabecera:visited {
        font-size: 20px;
        color: #4D88C4;
        font-weight: bold;
        text-decoration: none;
    }

/* 2º Linea de la cabecera */
.TextoCabeceraLinea2 {
    color: #4D88C4;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

/* Enlaces generales */
a {
    color: #336699;
    text-decoration: none;
}

    a:link {
        color: #4D88C4;
        text-decoration: none;
    }

    a:hover {
        color: #4D88C4;
        text-decoration: underline;
    }

    a:visited {
        color: #4D88C4;
    }

    a:active {
        color: #FF0000;
        text-decoration: none;
    }



.tbMenu {
    border: dotted 1px #CDCDC2;
    background-color: #EEEEE7;
}
/* */


/* Links del Menu */

.LinkMenuBorderOver {
    border: solid 1px #CDCDC2;
    background: #E1EcE7;
    font-size: 12px;
    font-family: Arial;
    text-decoration: none;
}

.LinkMenuBorderOut {
    border: solid 1px #EEEEE7;
    font-size: 12px;
    font-family: Arial;
    text-decoration: none;
}

.linkMenu {
    font-size: 12px;
    color: #4d88c4;
    font-family: Arial;
    text-decoration: none;
}

a.linkMenu:link {
    font-size: 12px;
    color: #4d88c4;
    font-family: Arial;
    text-decoration: none;
}

a.linkMenu:hover {
    text-decoration: none;
    font-size: 12px;
    font-family: Arial;
}

a.linkMenu:active {
    text-decoration: none;
    font-size: 12px;
    font-family: Arial;
}

/* Link menu 
.linkMenu			{color:#336699;font-size:11px;text-decoration:none;}
a.linkMenu:link     {color:#4D88C4;font-size:11px;text-decoration:none;}
a.linkMenu:hover    {color:#4D88C4;font-size:11px;text-decoration:underline;}
a.linkMenu:active   {color:#FF0000;font-size:11px;text-decoration:none;}
*/

.TablaPie {
    background-color: #EEEEE7;
}

/* Enlace de titulos */
.TitNoticia {
    color: #4D88C4;
    font-weight: bold;
    text-decoration: none;
}

a.TitNoticia:link {
    color: #4D88C4;
    font-weight: bold;
    text-decoration: none;
}

a.TitNoticia:hover {
    color: #4D88C4;
    font-weight: bold;
    text-decoration: underline;
}

a.TitNoticia:visited {
    color: #336699;
    font-weight: bold;
}

a.TitNoticia:active {
    color: #4D88C4;
    font-weight: bold;
    text-decoration: none;
}


/* Texto de la fecha en Cabecera */
.CabFecha {
    color: #4D88C4;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

/* Titulo en cada seccion */
.TitSec {
    font-size: 14px;
    font-weight: bold;
    color: #4D88C4;
}

.TitutoSeccion {
    font-size: 14px;
    color: #4D88C4;
    background-color: #EEEEE7;
}

/* Estilos Bordes Titulo */

.sep {
    font-size: 3px;
    line-height: 2px;
}
/* Fin Estilos Bordes Titulo */

/* Botones de formulario */
.button {
    color: #336699;
    background-color: #f1f2f3;
    padding: 5px;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    border-style: outset;
    cursor: pointer;
}

.buttonborder {
    color: #336699;
    background-color: #FFFFFF;
    padding: 5px;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
}


/* Tablas de Modelos */
.tbModA {
    border: solid 0px #76757A;
}

.tbModB {
    border: solid 0px #76757A;
}


.tbEncuesta {
    border: dotted 1px #CDCDC2;
}

.TitEncuesta {
    padding: 5px;
    background-color: #EEEEE7;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.EncuestaFondo {
    border: solid 1px #f1f2f4;
    background-color: #f1f2f4;
}

.EncuestaColorVoto {
    background-color: #FF0000;
    height: 12px;
}

.tbEstadisticas {
    border: dotted 1px #CDCDC2;
}

.tbLogin {
    BORDER: solid 2px #4D88C4;
}

.FondoLogin {
    background-color: #4D88C4;
}

.alerta {
    color: #FF0000;
}

/* TextoSecundario - Fecha superior */
.TextoSecundario {
    font-weight: normal;
}


/* Fechas del calendario */
/*.FechaHoy { border:solid 1px #336699; color:#FF0000;}*/
.FechaTituloCalendario {
    border: none 0px #FFFFFF;
    background-color: #EEEEE7;
    font-weight: bold;
}

.FechaSemanaCabecera {
    border: none 0px #FFFFFF;
    color: #4D88C4;
    font-weight: bold;
}

.FechaSeleccionada {
    background-color: #336699;
    color: #FFFFFF;
}

.FechaOtroMes {
    color: #FFFFFF;
    font-weight: normal;
}



.background-blog {
    border: solid 1px #CDCDC2;
    width: 600px;
    background-color: #f1f2f3;
}

.background-consola {
    color: #FFFFFF;
    border: solid 1px #f1f2f3;
    background-color: #000000;
}

/* Registro */
.FondoFormulario {
    background-color: #EFEFEF;
    margin: 4px;
}


/*Gadget*/
.tbGadget {
    border: dotted 1px #CCCCCC;
}

.TitGadget {
    background-color: #EFEFEF;
    color: #CCCCCC;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
