/* orixianl: troncoso01-color.css - José Antonio Fernández Troncoso - marzo 2007 */

/* === COLORES PRINCIPALES === */

                   /* Azul 1 */
body {
background: #4E79A0;
}
                   /* Azul 2 oscuro */
h1, h2, h3, h4, #content th, #content div.box, #content div.toc, #content pre, .links li, dfn, em, strong {
color: #35526D;
}
#page, #footer, #content td, #content th, #content div.box, #content div.toc, #content pre, .links {
border-color: #35526D;
}
                   /* Azul 3 clarito */
#content th, #content div.toc h3, .links h3 {
background: #99CEFF;
}
                   /* Azul 4 muy clarito */
#content div.box, #content div.toc, #content pre {
background: #DDEEFF;
}
                   /* Blanco */
#page {
background: white;
}
.menu li a:hover, .menu li.selected {
color: white;
}
                   /* Naranja 1 */
.menu ul {
background: #FFBF71;
}
                   /* Naranja 2 más oscuro */
.menu li a:hover, .menu li.selected {
background: #DC8D2D;
}
                   /* Rojo oscuro */
.menu, .menu li a, .menu h3 {
color: #743C29;
}
.menu ul, .menu li {
border-color: #743C29;
}

/* === OTROS COLORES === */

                   /* Azules de los enlaces */
/* MSIE 6.0: si se define a:visited genéricamente, no se aplica el color
   de los enlaces vistados del menú */
#content a, #footer a, .links a {
color: #124CEC;
}
#content a:visited, #footer a:visited, .links a:visited {
/*color: #5373CC;
color: #4F6686;
*/
#124CEC;
}
                   /* Gris oscuro para el texto de la página */
#page {
color: #303030;
}
                   /* Naranja para estilos relacionados cos ordenadores */
code, kbd, samp, var {
color: #BF6000;
}
