BODY  {
        background-color: White;
        font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
        color: Black;
        font-size: 11px;
        margin-top : 5px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 20 px; 
}

H1 {
        font-family : inherit;
        font-size : 14px;
        color: #333399;
}

H2 {
        font-family : inherit;
        font-size : 12px;
        color: #333399;
}

H3 {
        font-family : inherit;
        font-size : 10px;
        color: #333399;
}

P {
        font-family: inherit;
        font-size: 11px;
        color: inherit;
        text-align: justify;
        line-height : 15px;
}

.color {
        font-family: inherit;
        font-size: inherit;
        color: #DE1220;
        line-height : inherit;
}

.colorb {
        font-family: inherit;
        font-size: inherit;
		font-weight: bold;
        color: #DE1220;
        line-height : inherit;
}

.sec {
        font-family: inherit;
        font-size: inherit;
        color: #404040;
        line-height : inherit;
}

LI {
        font-family: inherit;
        font-size: 11px;
        text-align: justify;
        list-style-type: square;
        padding-bottom: 8px;
        line-height : 15px;
}


IMG {
        border-width: 1px;
        border-color: 333399;
        margin-left: 10px;
}

IMG.old {
        border-width: 1px;
        border-color: Grey;
        margin-left: 10px;
}

IMG.sin {
        border-width: 0px;
}

A {
        font-family: inherit;
        font-size: inherit;
        text-align: inherit;
        color: 333399;
        font-weight: bold;
}

A: visited {
        font-family: inherit;
        font-size: inherit;
        text-align: inherit;
        color: 333399;
        font-weight: normal;
}

LI.tri {
        list-style-image: url(img/b_li_p.gif);
        margin-bottom: 8px;
}

A.tri {
        font-family: inherit;
        font-size: 11;
        text-align: inherit;
        color: 333399;
        font-weight: bold;
        text-decoration: none;
}

A.tri:visited {
        font-family: inherit;
        font-size: 11;
        text-align: inherit;
        color: 333399;
        list-style-image: url(img/b_li_p.gif);
        text-decoration: none;
}

TABLE {margin-top: 15px; margin-bottom: 15px;}
TABLE.sin {margin-top: 0px; margin-bottom: 0px;}

TD {font-family: inherit; font-size: 11; }

/* estilos para celdas de tablas */
TD.td1 {font-family: inherit; font-size: 12; font-weight: bold; color: #D0DBEF; background-color: #3333CC; text-align: center;}
TD.td2 {font-family: inherit; font-size: 11; color: #215D91; background-color: #D0DBEF;}
TD.td3 {font-family: inherit; font-size: 11; color: #395B67; background-color: #EFF5F7; text-align: justify;}

TD.tda {font-family: inherit; font-size: inherit; color: Black; background-color: #FFC090; text-align: center;}
TD.tdb {font-family: inherit; font-size: inherit; color: #215D91; background-color: #C8DBEA;}

A.td1 {font-family: inherit; font-size: inherit; text-align: inherit; color: #D0DBEF; font-weight: inherit;}
A.td1:visited {font-family: inherit; font-size: inherit; text-align: inherit; color: #AAAAFF; font-weight: inherit;}
A.td2 {font-family: inherit; font-size: inherit; text-align: inherit; color: #333399; font-weight: inherit;}
A.td3 {font-family: inherit; font-size: inherit; text-align: inherit; color: Black; font-weight: normal;}

.espacio {padding-bottom: 15px;}

HR { color : 205F96; border-width: thin; border-style: dotted; margin-top: 20px; }

/* ------------                 para formularios y comentarios           ------------------------------------ */

TD.fila0 {    color: Black;     background: #FFFFE0;   }
TD.fila1 {    color: #DE1220;   background: White; }

INPUT.borde {
	background-color: White;
	color: Navy;
	border: 1px solid Navy ;
}

SELECT {
	background-color: White;
	color: #215D91;
	border: 1px solid #C8DBEA;
}

FIELDSET {
	border: 1px solid Navy ;
}
LEGEND{
        font-family: inherit;
        font-size: inherit;
		font-weight: bold;
        color: #DE1220;
        line-height : inherit;
}

/* para botones de formulario: */
.boton {font-family: inherit; font-size: 12; font-weight: bold; color: Navy; background-color: #FFD700; 	padding: 5px; border: 1px solid Navy ;}
