/* ------ Estilos generales ------- */ BODY, FONT, TABLE, TR, TD { font-family: Arial; font-size: 8pt; color: #3C3C3C; } a:link { font-size: 100%; text-decoration: none ; color: #3C3C3C; } a:visited { font-size: 100%; text-decoration: none ; color: #3C3C3C; } a:hover { font-size: 100%; text-decoration: none ; color: #125696; } /* ------ Estilos particulares ------ */ .texto { text-align: justify; } .tituloPagina { font-family: "Arial Narrow"; font-size: 15px; color: #125696; text-decoration: none; text-transform: uppercase; font-weight: bold; } .subtituloPagina { font-family: "Arial Narrow"; font-size: 13px; color: #1C6CB7; text-decoration: none; font-weight: bold; } .tituloParrafo { font-family: "Arial Narrow"; font-size: 13px; color: #1C6CB7; text-decoration: none; font-weight: bold; } .fondoPie { background-image: url(../img/fondoLineaPie.gif); background-repeat: repeat-x; background-position: top; } .fondoPieMenu { background-color: 404F8A; } .leyendaPie { font-family: "Arial"; font-size: 11px; color: #404F8A; } .nivel1Menu { background-color: #1C6CB7; } .nivel2Menu { background-color: #CFE1EE; } .nivel1MenuPortada { text-align: center; background-color: #1C6CB7; } .CabVentana { color: #465079; background-color: #D0D0D0; } .CuerpoVentana { background-color: #E8E8E8; } .bordeVentana { border-color: #003366; } /* ------ Estilos de formulario ------- */ .nombreCampo { font-family: "Verdana"; font-size: 10px; letter-spacing: 1px; text-align: right; color: #3C3C3C; } .campo { font-family: "Verdana"; font-size: 10px; color: #3C3C3C; } .boton { font-family: "Verdana"; font-size: 10px; color: #50619F; font-weight: bold; letter-spacing: 1px; cursor: hand; } /* ------ Estilos de Links ------- */ a.linkPie:link { font-family: "Arial"; font-size: 11px; color: #404F8A; text-decoration: none; } a.linkPie:active { font-family: "Arial"; font-size: 11px; color: #404F8A; text-decoration: none; } a.linkPie:visited { font-family: "Arial"; font-size: 11px; color: #404F8A; text-decoration: none; } a.linkPie:hover{ font-family: "Arial"; font-size: 11px; color: #6C85E4; text-decoration: none; } a.linkNivel1Menu:link { font-family: "Arial Narrow"; font-size: 13px; color: #FFFFFF; text-decoration: none; } a.linkNivel1Menu:active { font-family: "Arial Narrow"; font-size: 13px; color: #FFFFFF; text-decoration: none; } a.linkNivel1Menu:visited { font-family: "Arial Narrow"; font-size: 13px; color: #FFFFFF; text-decoration: none; } a.linkNivel1Menu:hover { font-family: "Arial Narrow"; font-size: 13px; color: #D0D0D0; text-decoration: none; } a.linkNivel2Menu:link { font-family: "Arial"; font-size: 11px; color: #50619F; font-weight: bold; text-decoration: none; } a.linkNivel2Menu:active { font-family: "Arial"; font-size: 11px; color: #50619F; font-weight: bold; text-decoration: none; } a.linkNivel2Menu:visited { font-family: "Arial"; font-size: 11px; color: #50619F; font-weight: bold; text-decoration: none; } a.linkNivel2Menu:hover { font-family: "Arial"; font-size: 11px; color: #313B62; font-weight: bold; text-decoration: none; }