/* ESTILOS LOOK */
td.celdaPrincipalC1{
    background: url(imagenes/imgLook_1.gif);
    background-color:rgb(60, 123, 92);
}

td.celdaPrincipalC2{
    background-color:rgb(0, 0, 0);
}

td.celdaSuperiorTexto{
    font-family:verdana, arial;
    font-size: 10px;
    color:rgb(255, 255, 255);
}

/* GENERALES */

p, li, ol, ul, a, span, td{
    color:       rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    font-size:   12px;
}

span.Destacado{
}

H1, span.H1{
    color:rgb(0, 0, 0);
    font-family: Times New Roman, Times, serif;
    font-size: 22px;
    font-weight: normal;
    font-style:italic;
}

H2, span.H2{
    color:rgb(60, 123, 92);
    font-family: Times New Roman, Times, serif;
    font-size: 19px;
    font-weight: normal;
}

H3, span.H3{
    color:rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

a.Destacado{
}

/* TABLAS DE VALORES */
td.celdaValoresTitulo{
}

td.celdaValoresSubTitulo{
}

td.celdaValoresTexto{
}


/* VARIOS */
p.Comentario, span.Comentario{
}

/* PERSONALIZADOS */
#textoBarraLateral{
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color:rgb(191, 224, 205);
    color:white;
}

span.textoImagenes{
	font-size:10px;	
}