/* azu estándar (de fondo): #3A7CC6 */
/* azul claro (login escritorio): #D7E4F3 */
/* azul oscuro: #23559E */





/* ESTILOS LOOK */
td.celdaPrincipalC1{
    background-color:rgb(101, 101, 155);
}

td.celdaPrincipalC2{
    background-color:rgb(204, 204, 255);
}

td.celdaPrincipalC3{
    background-color:rgb(255, 255, 255);
}

td.celdaPrincipalC4{
    background-color:rgb(0, 0, 50);
}


/* GENERALES */

p, li, ol, ul, a, span, td{
    color:rgb(0, 0, 0);
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
}

span.Destacado{
    color:rgb(0, 0, 50);
    font-weight:bold;
}

H1, span.H1{
    color:rgb(0, 0, 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight:bold;
    font-style:normal;
}

H2, span.H2{
    color:rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

H3, span.H3{
    color:rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight:bold;
    font-style:normal;
}

H4, span.H4{
    color:rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:normal;
    font-style:italic;
    text-decoration:none;
}

#titEscritorio{
    color:rgb(255, 255, 255);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:bold;
    font-style:normal;
}

#peqEscritorio{
    color:rgb(0, 0, 0);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style:normal;
}

#nombreEmpresa{
    font-weight:bold;
}

a.Destacado{
}

/* TABLAS DE VALORES */
td.celdaValoresTitulo{
}

td.celdaValoresSubTitulo{
}

td.celdaValoresTexto{
}


/* VARIOS */
p.Comentario, span.Comentario{
}



/* NAVEGACION */

a {
	color:       rgb(0, 0, 0);
	font-family: Arial, Helvetica, sans-serif;
	font-size:   12px;
	text-decoration:none;
}

a:link {
	color:rgb(0, 0, 0);
}


a:hover {
	color:rgb(0, 0, 0);
	text-decoration:underline;
}

a:visited {
	color:rgb(0, 0, 0);
}


a.anchor {
	color:       rgb(0, 0, 0);
	font-family: Arial, Helvetica, sans-serif;
	font-size:   12px;
	text-decoration:none;
}

a.anchor:link {
	color:rgb(0, 0, 0);
}


a.anchor:hover {
	color:rgb(0, 0, 0);
	text-decoration:underline;
}

a.anchor:visited {
	color:rgb(0, 0, 0);
}


#navSec{
    font-family:verdana, arial, helvetica;
    font-size: 10px;
    color:rgb(128, 128, 128);
    text-decoration:none;
}

a.cm:link {
	color:rgb(200, 200, 200);
	text-decoration:none;
}


a.cm:hover {
	color:rgb(200, 200, 200);
	text-decoration:none;
}

a.cm:visited {
	color:rgb(200, 200, 200);
	text-decoration:none;
}


/* PERSONALIZADOS */
td.celdaSlogan{
    background-color:rgb(101, 101, 155);
}

td.celdaListaProds{
    color:rgb(0, 0, 0);
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

td.celdaTituloListaProds{
    background-color:rgb(101, 101, 155);
    color:rgb(255, 255, 255);
    font-family: verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

