/*estilo para los documentos genericos*/ /* estilos generales para tags html */ body { font-family: Arial; font-size: 12px; font-weight: normal; color: #333; background: #FFFFFF; } p { font-family: Arial; font-size: 12px; font-weight: normal; color: #333; line-height: 15px; } input [type= "submit"] { text-align: center; font-family: Arial; font-size: 16px; color: #86A126; border: 1px solid; /* background-color: white;*/ border-color: #428922; } input [type="text"] { border-color: #C6C7C8; border: 1px; text-align: left; font-family: Arial; font-size: 12px; font-weight: normal; } H1 { font-family: Arial; font-size: 16px; font-weight: bold; color: #EE7F00; } H2 { font-family: Arial; font-size: 16px; font-weight: bold; color: #707173; } H4 { font-family: Arial; font-size: 14px; font-weight: bold; color: #333; } H5{ font-family: Arial; font-size: 12px; font-weight: bold; color: #333; } /* Estilo de botones */ .Boton { text-align: center; font-family: Arial; font-size: 14px; color: #428922; border: 1px solid; background-color: white; border-color: #428922; } .BotonConfirmar { text-align: center; font-family: Arial; font-size: 14px; color: white; } .BotonEliminar { text-align: center; font-family: Arial; font-size: 14px; color: white; background-color: #CB081C; } .BotonIngresar { background-image: url(../images/ingresar.png); background-repeat: no-repeat; background-color: transparent; height: 25px; width: 70px; border: 0px; } /* si no se usa botón, se usa texto*/ .Confirmar { font-family: Arial; font-size: 12px; color: #859302; background-color: white; border: 0px; } .Eliminar { font-family: Arial; font-size: 12px; color: #CB081C; background-color: white; border: none; } /* Estilo para el Menu */ #menu ul { font-family: Arial; padding: 0px; margin: 0px; list-style: none; font-size: 11px; color: #707173; font-weight: normal; height: 12px; /*float: left;*/ /*background: transparent url(../images/siguiente.png) no-repeat scroll 2px 0.5em;*/ } #menu ul li { display: inline; } #menu ul li a:link,#menu ul li a:visited { font-family: Arial; color: #707173; padding: 5px 12px; /* float: left;*/ text-decoration: none; } #menu ul li a:hover,#menu ul li a:active { font-family: Arial; color: #12c0c9; /* height: 12px*/ } .image { color: #FFF; border: none; list-style: none; } .ImagenTransparente { background-color: transparent; border: none; list-style: none; } /********************** Complementos ************************/ /* Estilo para caja de texto */ .TxtNormalInput{ border-color: #C6C7C8; border: 1px; text-align: left; font-family: Arial; font-size: 12px; font-weight: normal; } /* Estilo para textos */ /* igual que H2 */ .Titulo1 { font-family: Arial; font-size: 16px; font-weight: bold; color: #707173; } /* igual que H1 */ .Titulo2 { font-family: Arial; font-size: 16px; font-weight: bold; color: #EE7F00; } /* igual que H5 */ .Titulo3{ font-family: Arial; font-size: 12px; font-weight: bold; color: #333; } .TxtNormal { font-family: Arial; font-size: 12px; font-weight: normal; color: #333; } .TxtNormalResaltado { font-family: Arial; font-size: 12px; font-weight: bold; color: #333; line-height: 15px; } .TxtIndependiente1 { font-family: Arial; font-size: 14px; font-weight: normal; color: #333; } .TxtNormalLabel { font-family: Arial; font-size: 12px; font-weight: normal; color: #707173; } .TxtNormalLabelRequerido { font-family: Arial; font-size: 12px; font-weight: bold; color: #707173; } .TxtObservacion { font-family: Arial; font-size: 14px; font-weight: normal; color: #333; } /* Estilos para especificar obligatoriedad */ span.required { font-family: Arial, sans-serif; font-weight: bold; font-size: 15px; color: #ff0000; } .AsterObligatorio { font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; color: #CB0A1D; } /* Estilos para mensajes */ .TxtMessageError { text-align: left; vertical-align: top; font-family: Arial, sans-serif; font-size: 10px; font-weight: bold; color: #CB0A1D; } .TxtMessageErrorGrave { text-align: left; vertical-align: top; font-family: Arial, sans-serif; font-size: 12px; color: #CB0A1D; } .TextBoxError, .TxtBoxError { border-color: #CB0A1D; } .TxtMessageOk { text-align: left; vertical-align: top; font-family: Arial, sans-serif; font-size: 11px; border: 0px; font-weight: bold; color: #306F1C; } .TxtMessageOkEmergente { text-align: left; vertical-align: top; font-family: Arial, sans-serif; font-size: 12px; border: 0px; color: #306F1C; } .TxtBoxOk { border-color: #306F1C; } /* Estilos para tablas */ .TablaCabezalFila { font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; color: #F37021; border-bottom: 1px solid #F37021; } .TablaCelda { font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; color: #333; } .bordeDerPunteado { border-right: 1px dotted #707173; } .bordeAbajoPunteado { border-bottom: 1px dotted #707173; } /* accion secundaria positiva */ .TxtAccionSecundariaPos { font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; color: #306F1C; text-decoration: underline; } /* accion secundaria destructiva */ .TxtAccionSecundariaNeg{ font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; color: #CB081C; text-decoration: underline; } /* navegación entre páginas */ .TxtAnterior{ font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; color: #F37021; text-decoration: underline; } .TxtSiguiente { font-family: Arial, sans-serif; font-size: 12px; font-weight: normal; color: #F37021; text-decoration: underline; } /************** Estilos para cabezal, pie y cuerpo de la pagina *************/ /****************************************************************************/ .PaginaGral { text-align:left; vertical-align:top; font-family:Arial, sans-serif; font-size:2pt; font-weight:normal; color:#000000; background-color:#E0E0E0; border:0pt; height:100%; } .CabezalPlantilla { background-image: url(../images/cabezalIMM.png); background-position: top left; background-repeat: no-repeat; background-color:transparent; font: 14pt Arial, sans-serif; font-weight: bold; color: #FFFFFF; height: 75px; width: 910px; } .PiePlantilla { background-image: url(../images/pieIMM.png); background-position: top left; background-repeat: no-repeat; background-color: transparent; font: 7pt Arial, sans-serif; color: #FFFFFF; height: 70px; width: 910px; } .SubPiePlantilla { background-position: top left; background-repeat: no-repeat; background-color: transparent; font: 9pt Arial, sans-serif; color: #FFFFFF; background-position: top center; vertical-align:text-top; } .ColumnaLateral { width: 16px; background-color: transparent; background-position: bottom right; background-repeat: no-repeat; text-align: center; } .ColumnaLateralBody { width: 16px; background-color: #FFFFFF; background-position: bottom right; background-repeat: no-repeat; text-align: center; } .ColumnaCentralBody { background-color: #FFFFFF; background-position: bottom right; background-repeat: no-repeat; width: 878px; } .CuerpoMedioCentral { background-color:#FFFFFF; background-position: center; background-repeat: no-repeat; border: 0px; width: 910px; } /****************************************************************************/ /* ENLACES */ /****************************************************************************/ .EnlaceComun { font-family: Arial; font-size: 12px; font-weight: normal; color: #12c0c9; border: 0pt; text-decoration: none; } .EnlaceComunSubrayado { font-family: Arial; font-size: 12px; color:#12c0c9; font-weight: normal; border: 0px; text-decoration: underline; } .EnlaceComunSubrayado:visited { color: #96509D; } .EnlaceComun:visited { color: #96509D; } /* Pasa el raton */ .EnlaceComun:hover { text-decoration: underline; } .EnlaceDesactivado { color: #C6C7C8; }