@import "formularios.css";

body, html { height: 100%; font-family: "Trebuchet MS", Verdana, Arial, Garamond; font-size:11px;line-height: 18px; color:#777777; background-color:#FFFFFF; margin:0px 0px 0px 0px;}
select {font-family: "Trebuchet MS", Verdana, Arial, Garamond; font-size:11px; color:#5F6062; border:1px solid #7B9EBD; }

.menu { font: "Trebuchet MS", Verdana, Arial, Garamond; color:#000000; font-size:11px; font-weight:bold}
.cabeceratabla{font-weight:bold; color:#0064a8}   /*texto para tablas en azul */
.usuarioscoincidentes{font-weight:bold; color:#777777}  /* texto para tablas en gris #979797 */
.resultadosrojo{font-weight:bold; color:red} /* texto para tablas en rojo */
.resultadosrojooscuro{font-weight:bold; color:#610B0B} /* texto para tablas en rojo */

.primeraCeldaCabTabla{font-weight:bold; color:#0064a8; border: 1px solid #777777; text-align:center;} /* estilo de la primera celda de la cabecera de una tabla */
.celdaCabTabla{font-weight:bold; color:#0064a8; border: 1px solid #777777; border-left:none; text-align:center;} /* estilo de las siguientes celdas de la cabecera de una tabla */
.primeraCeldaTabla{font-weight:bold; color:#777777; border: 1px solid; border-top:none; text-align:center;} /* estilo de la primera celda de las demás filas de una tabla */
.celdaTabla{font-weight:bold; color:#777777; border: 1px solid; border-top:none; border-left:none; text-align:center;} /* estilo de las siguientes celdas de las demás filas de una tabla */

.resultados{
    border: 1px solid silver;
    text-align: right;
    color: #0064a8;
    padding-right: 5px;
    font-weight: bold;
    margin-bottom: 1em;
}
.resultados span{
    color: black;
}

.estirar{
    display: inline-block;
    width: 100%;
}

.negrita{font-weight:bold;}
.fondoGris{
    background-color:gray;
    color:white;
    font-weight:bold;
    text-align: center;
}
.linea_horizontal{
    padding:0px;
    margin-top:10px;
    margin-bottom:10px;
    width:100%;
    height:1px;
    border:0px;
    background-color:#d4d4d4;
    background-repeat:repeat;
    overflow:hidden;
    display:block;
}
.hr_small{
    padding:0px;
    margin-top: 5px;
    margin-bottom: 5px;
    width:100%;
    height:1px;
    border:0px;
    background-color:#d4d4d4;
    background-repeat:repeat;
    overflow:hidden;
    display:block;
}
.hr_small_azul{
    padding:0px;
    margin-top: 5px;
    margin-bottom: 5px;
    width:100%;
    height:1px;
    border:0px;
    background-color:#4D9FBF;
    background-repeat:repeat;
    overflow:hidden;
    display:block;
}

a.enlacetabla{font-family: "Trebuchet MS", Verdana, Arial, Garamond; font-size:11px; color:#777777; text-decoration:none}
a.enlacetabla:hover{font-family: "Trebuchet MS", Verdana, Arial, Garamond; font-size:11px; color:#777777; text-decoration: underline}


a.enlacetabla_azul{font-family: "Trebuchet MS", Verdana, Arial, Garamond; font-size:11px; color:#4D9FBF; text-decoration:none}
a.enlacetabla_azul:hover{font-family: "Trebuchet MS", Verdana, Arial, Garamond; font-size:11px; color:#4D9FBF; text-decoration: underline}

.titulo_subrayado{
    font-weight: bold;
    color: black;
    border-bottom: 1px solid #0064a8;
    margin: 10px 0px;
}

.caja_codigo {
    text-align: left;
    border: 1px solid #0064a8;
    padding: 2px;
    background-color: silver;
}
.caja_codigo span {
    display: block;
    color: white;
    font-weight: bold;
}
.caja_codigo strong {
    color: black;
}
.caja_codigo cite {
    color: green;
}
.caja_codigo em {
    color: red;
}

.linea_h{
    border: 1px solid #0064a8;
    height: 4px;
}

.area_texto{
    font-family: 'Trebuchet MS', Verdana, Arial, Garamond;
    font-size:11px;
    color:#5F6062;
}
a > img{
    border:none;
}
#lista_informes {
    font-weight: bold;
}
#lista_informes:hover {
    background-color: #0064a8;
    color: white;
}
.lista_informes {
    font-weight: bold;
}
.lista_informes:hover {
    background-color: #0064a8;
    color: white;
}

.lista_normal{
    list-style: none;
}

.lista_normal li{
    float: left;
    font-weight: bold;
}

.formatoTabla, .formatoTabla table{
    width: 100%;
    border-collapse: collapse;
    font-weight:bold;
    text-align:center;
}

.formatoTabla th, .formatoTabla td{
    border: 1px solid silver;
    padding: 2px;
    height: 30px;
}

.formatoTabla th{
    color: #0064a8;
}

.formatoTabla th a, .formatoTabla td a{
    text-decoration: none;
}

.formatoTabla th a{
    color: #0064a8;
}

.formatoTabla td a{
    color: gray;
}

.formatoTabla a:hover{
    color: orange;
    text-decoration: underline;
}

.tabs {
    width: 100%;
    border-collapse: collapse;
    border-color: #0064a8;
}

.tabs td {
    text-align: center;
    font-weight: bold;
    background-color: lightsteelblue;
    color: white;
    cursor: pointer;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
}

.tabs td:hover:not(.seleccionada){
    background-color: sandybrown;
}

.tabs-cuadro{
    border: 1px solid #0064a8;
    padding: 5px;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    box-shadow: 4px 2px 8px rgba(0,0,0,0.6);
    -moz-box-shadow: 4px 2px 8px rgba(0,0,0,0.6);
    -webkit-box-shadow: 4px 2px 8px rgba(0,0,0,0.6);
}

.seleccionada{
    background-color: #0064a8 !important;
    box-shadow: 1px -1px 8px rgba(0,0,0,0.6) !important;
    -moz-box-shadow: 1px -1px 8px rgba(0,0,0,0.6) !important;
    -webkit-box-shadow: 1px -1px 8px rgba(0,0,0,0.6) !important;
}

#fndoizq {
    background-image: url("../img/fndo_izq.png") !important;
    background-image: none;
    background-repeat:repeat-y;
    background-position:right;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fndo_izq.png');
}
#fndodcha {
    background-image: url("../img/fndo_dcha.png") !important;
    background-image: none;
    background-repeat:repeat-y;
    background-position:left;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fndo_dcha.png');
}
#fndobottom {
    background-image: url("../img/fndo_bottom.png") !important;
    background-image: none;
    background-repeat:repeat-x;
    background-position:top;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fndo_bottom.png');
    vertical-align:top;
}

.actualpaginar { font: "Trebuchet MS", Verdana, Arial, Garamond; color:#FF4040; font-size:11px; font-weight:bold}
a.enlacepaginar{font-family: "Trebuchet MS", Verdana, Arial, Garamond; font-size:11px; color:#FF4040; text-decoration:none}
a.enlacepaginar:hover{font-family: "Trebuchet MS", Verdana, Arial, Garamond; font-size:11px; color:#FF4040; text-decoration: underline}



a#enlace_submenu {
    display:block;
    text-indent:-9999em;
    width:118px;
    height:27px;
    background:url(../img/btn_submenu.gif) top left no-repeat;
}
a#enlace_submenu:hover {
    background-position:0 -27px;
}
/* Menu SISTEMA */
/*--------------*/
a#enlace_sistema {
    display:block;
    text-indent:-9999em;
    width:98px;
    height:28px;
    background:url(../img/btn_sistema.gif) top left no-repeat;
}
a#enlace_sistema:hover {
    background-position:0 -28px;
}

a#enlace_submenu_Administracion {
    display:block;
    text-indent:-9999em;
    width:118px;
    height:27px;
    background:url(../img/btn_Administracion.gif) top left no-repeat;
}
a#enlace_submenu_Administracion:hover {
    background-position:0 -27px;
}
a#enlace_informe_altas {
    display:block;
    text-indent:-9999em;
    width:118px;
    height:27px;
    background:url(../img/btn_informe_altas.gif) top left no-repeat;
}
a#enlace_informe_altas:hover {
    background-position:0 -27px;
}
a#enlace_detalle_liq {
    display:block;
    text-indent:-9999em;
    width:120px;
    height:27px;
    background:url(../img/btn_liquidaciones_detalle.gif) top left no-repeat;
}
a#enlace_detalle_liq:hover {
    background-position:0 -27px;
}
a#enlace_ficheros_por_actividad {
    display:block;
    text-indent:-9999em;
    width:118px;
    height:27px;
    background:url(../img/btn_ficheros_por_actividad.gif) top left no-repeat;
}
a#enlace_ficheros_por_actividad:hover {
    background-position:0 -27px;
}
a#enlace_evaluacion_cartera {
    display:block;
    text-indent:-9999em;
    width:118px;
    height:27px;
    background:url(../img/btn_evaluacion_cartera.gif) top left no-repeat;
}
a#enlace_evaluacion_cartera:hover {
    background-position:0 -27px;
}
a#enlace_informe_exp_entregados {
    display:block;
    text-indent:-9999em;
    width:118px;
    height:27px;
    background:url(../img/btn_exp_entregados.gif) top left no-repeat;
}
a#enlace_informe_exp_entregados:hover {
    background-position:0 -27px;
}

a#enlace_informe_exp_pendientes {
    display:block;
    text-indent:-9999em;
    width:118px;
    height:27px;
    background:url(../img/btn_exp_pendientes.gif) top left no-repeat;
}
a#enlace_informe_exp_pendientes:hover {
    background-position:0 -27px;
}

a#enlace_informe_porcentaje {
    display:block;
    text-indent:-9999em;
    width:118px;
    height:27px;
    background:url(../img/btn_informe_porcentaje.gif) top left no-repeat;
}
a#enlace_informe_porcentaje:hover {
    background-position:0 -27px;
}
a#enlace_informe_bajas {
    display:block;
    text-indent:-9999em;
    width:118px;
    height:27px;
    background:url(../img/btn_informe_bajas.gif) top left no-repeat;
}
a#enlace_informe_bajas:hover {
    background-position:0 -27px;
}
a#enlace_informe_fase2 {
    display:block;
    text-indent:-9999em;
    width:118px;
    height:27px;
    background:url(../img/btn_informe_fase2.gif) top left no-repeat;
}
a#enlace_informe_fase2:hover {
    background-position:0 -27px;
}
a#enlace_informe_albaranes {
    display:block;
    text-indent:-9999em;
    width:118px;
    height:27px;
    background:url(../img/btn_informe_albaranes.gif) top left no-repeat;
}
a#enlace_informe_albaranes:hover {
    background-position:0 -27px;
}

a#enlace_submenu_Usuarios {
    display:block;
    text-indent:-9999em;
    width:118px;
    height:27px;
    background:url(../img/btn_Usuarios.gif) top left no-repeat;
}
a#enlace_submenu_Usuarios:hover {
    background-position:0 -27px;
}

a#enlace_contador {
    display:block;
    text-indent:-9999em;
    width:118px;
    height:27px;
    background:url(../img/btn_visitas.gif) top left no-repeat;
}
a#enlace_contador:hover {
    background-position:0 -27px;
}

a#enlace_submenu_Mis_datos {
    display:block;
    text-indent:-9999em;
    width:118px;
    height:27px;
    background:url(../img/btn_Mis_datos.gif) top left no-repeat;
}
a#enlace_submenu_Mis_datos:hover {
    background-position:0 -27px;
}



/* Menu ADMINISTRACION */
/*---------------------*/
a#enlace_admin {
    display:block;
    text-indent:-9999em;
    width:120px;
    height:28px;
    background:url(../img/btn_admin.gif) top left no-repeat;
}
a#enlace_admin:hover {
    background-position:0 -28px;
}
a#enlace_admin_albaranes {
    display:block;
    text-indent:-9999em;
    width:120px;
    height:28px;
    background:url(../img/btn_Albaranes.gif) top left no-repeat;
}
a#enlace_admin_albaranes:hover {
    background-position:0 -28px;
}

a#enlace_boletines {
    display:block;
    text-indent:-9999em;
    width:120px;
    height:28px;
    background:url(../img/btn_boletines.gif) top left no-repeat;
}
a#enlace_boletines:hover {
    background-position:0 -28px;
}

a#enlace_admin_facturas {
    display:block;
    text-indent:-9999em;
    width:120px;
    height:28px;
    background:url(../img/btn_Facturas.gif) top left no-repeat;
}
a#enlace_admin_facturas:hover {
    background-position:0 -28px;
}
a#enlace_admin_liquidaciones {
    display:block;
    text-indent:-9999em;
    width:120px;
    height:28px;
    background:url(../img/btn_Liquidaciones.gif) top left no-repeat;
}
a#enlace_admin_liquidaciones:hover {
    background-position:0 -28px;
}
a#enlace_detalle {
    display:block;
    text-indent:-9999em;
    width:120px;
    height:28px;
    background:url(../img/btn_submenu_detalle.gif) top left no-repeat;
}
a#enlace_detalle:hover {
    background-position:0 -28px;
}
a#enlace_liq_formacion {
    display:block;
    text-indent:-9999em;
    width:120px;
    height:28px;
    background:url(../img/btn_menu_liq_formacion.gif) top left no-repeat;
}
a#enlace_liq_formacion:hover {
    background-position:0 -28px;
}
a#enlace_admin_remesas {
    display:block;
    text-indent:-9999em;
    width:120px;
    height:28px;
    background:url(../img/btn_Remesas.gif) top left no-repeat;
}
a#enlace_admin_remesas:hover {
    background-position:0 -28px;
}

a#enlace_cartas_recordatorio {
    display:block;
    text-indent:-9999em;
    width:130px;
    height:28px;
    background:url(../img/btn_cartas_recordatorio.gif) top left no-repeat;
}
a#enlace_cartas_recordatorio:hover {
    background-position:0 -28px;
}

a#enlace_formularios {
    display:block;
    text-indent:-9999em;
    width:130px;
    height:28px;
    background:url(../img/btn_formularios.gif) top left no-repeat;
}
a#enlace_formularios:hover {
    background-position:0 -28px;
}



a#enlace_admin_recibos {
    display:block;
    text-indent:-9999em;
    width:120px;
    height:28px;
    background:url(../img/btn_Recibos.gif) top left no-repeat;
}
a#enlace_admin_recibos:hover {
    background-position:0 -28px;
}

a#enlace_admin_personal {
    display:block;
    text-indent:-9999em;
    width:120px;
    height:28px;
    background:url(../img/btn_Personal.gif) top left no-repeat;
}
a#enlace_admin_personal:hover {
    background-position:0 -28px;
}
a#enlace_distribuidor {
    display:block;
    text-indent:-9999em;
    width:120px;
    height:28px;
    background:url(../img/btn_distribuidores.gif) top left no-repeat;
}
a#enlace_distribuidor:hover {
    background-position:0 -28px;
}

a#enlace_informes {
    display:block;
    text-indent:-9999em;
    width:130px;
    height:28px;
    background:url(../img/btn_informes.gif) top left no-repeat;
}
a#enlace_informes:hover {
    background-position:0 -28px;
}

a#enlace_informes_aut {
    display:block;
    text-indent:-9999em;
    width:130px;
    height:28px;
    background:url(../img/btn_inf_aut.png) top left no-repeat;
}
a#enlace_informes_aut:hover {
    background-position:0 -28px;
}

a#enlace_configuracion {
    display:block;
    text-indent:-9999em;
    width:130px;
    height:28px;
    background:url(../img/btn_submenu_configuracion.gif) top left no-repeat;
}
a#enlace_configuracion:hover {
    background-position:0 -28px;
}

a#informe_consultores{
    display:block;
    text-indent:-9999em;
    width:140px;
    height:28px;
    background:url(../img/btn_consultores.gif) top left no-repeat;
}
a#informe_consultores:hover {
    background-position:0 -28px;
}

a#informe_ingresos {
    display:block;
    text-indent:-9999em;
    width:140px;
    height:28px;
    background:url(../img/btn_ingresos.gif) top left no-repeat;
}
a#informe_ingresos:hover {
    background-position:0 -28px;
}

a#informe_estado {
    display:block;
    text-indent:-9999em;
    width:140px;
    height:28px;
    background:url(../img/btn_estado.gif) top left no-repeat;
}
a#informe_estado:hover {
    background-position:0 -28px;
}

a#informe_fases {
    display:block;
    text-indent:-9999em;
    width:130px;
    height:28px;
    background:url(../img/btn_fases.gif) top left no-repeat;
}
a#informe_fases:hover {
    background-position:0 -28px;
}

a#informe_facturacion {
    display:block;
    text-indent:-9999em;
    width:130px;
    height:28px;
    background:url(../img/btn_submenu_facturacion.gif) top left no-repeat;
}
a#informe_facturacion:hover {
    background-position:0 -28px;
}

a#informe_exp_terminados {
    display:block;
    text-indent:-9999em;
    width:130px;
    height:28px;
    background:url(../img/btn_submenu_exp_terminados.gif) top left no-repeat;
}
a#informe_exp_terminados:hover {
    background-position:0 -28px;
}

a#enlace_corregir_ec {
    display:block;
    text-indent:-9999em;
    width:130px;
    height:28px;
    background:url(../img/btn_submenu_corregir_ec.gif) top left no-repeat;
}

a#enlace_corregir_ec:hover {
    background-position:0 -28px;
}

a#enlace_comprobar_mtos {
    display:block;
    text-indent:-9999em;
    width:130px;
    height:28px;
    background:url(../img/btn_submenu_comprobar_mtos.gif) top left no-repeat;
}

a#enlace_comprobar_mtos:hover {
    background-position:0 -28px;
}

a#enlace_verificaciones {
    display:block;
    text-indent:-9999em;
    width:130px;
    height:28px;
    background:url(../img/btn_submenu_verificaciones.gif) top left no-repeat;
}

a#enlace_verificaciones:hover {
    background-position:0 -28px;
}

a#enlace_generar_subtareas {
    display:block;
    text-indent:-9999em;
    width:130px;
    height:28px;
    background:url(../img/btn_submenu_generar_subtareas.gif) top left no-repeat;
}

a#enlace_generar_subtareas:hover {
    background-position:0 -28px;
}

a#enlace_comerciales {
    display:block;
    text-indent:-9999em;
    width:120px;
    height:28px;
    background:url(../img/btn_enlace_comerciales.gif) top left no-repeat;
}
a#enlace_comerciales:hover {
    background-position:0 -28px;
}
a#enlace_formularios_pendientes {
    display:block;
    text-indent:-9999em;
    width:120px;
    height:28px;
    background:url(../img/btn_enlace_formularios_pendientes.gif) top left no-repeat;
}
a#enlace_formularios_pendientes:hover {
    background-position:0 -28px;
}
a#enlace_mantenimientos_pendientes {
    display:block;
    text-indent:-9999em;
    width:120px;
    height:28px;
    background:url(../img/btn_enlace_mantenimientos_pendientes.gif) top left no-repeat;
}
a#enlace_mantenimientos_pendientes:hover {
    background-position:0 -28px;
}



/* Menu CLIENTES */
a#enlace_clientes {
    display:block;
    text-indent:-9999em;
    width:80px;
    height:28px;
    background:url(../img/btn_clientes.gif) top left no-repeat;
}
a#enlace_clientes:hover {
    background-position:0 -28px;
}
a#enlace_clientes_sub {
    display:block;
    text-indent:-9999em;
    width:80px;
    height:28px;
    background:url(../img/btn_Clientes_menu.gif) top left no-repeat;
}
a#enlace_clientes_sub:hover {
    background-position:0 -28px;
}
a#enlace_clientes_cursos {
    display:block;
    text-indent:-9999em;
    width:80px;
    height:28px;
    background:url(../img/btn_Cursos_menu.gif) top left no-repeat;
}
a#enlace_clientes_cursos:hover {
    background-position:0 -28px;
}
a#enlace_menu_nuevo_cliente {
    display:block;
    text-indent:-9999em;
    width:118px;
    height:27px;
    background:url(../img/btn_menu_nuevo_cliente.gif) top left no-repeat;
}
a#enlace_menu_nuevo_cliente:hover {
    background-position:0 -27px;
}
a#enlace_menu_configurar_altas {
    display:block;
    text-indent:-9999em;
    width:118px;
    height:27px;
    background:url(../img/btn_submenu_config_altas.gif) top left no-repeat;
}
a#enlace_menu_configurar_altas:hover {
    background-position:0 -27px;
}
/* Menu SERVICIOS */
a#enlace_servicios {
    display:block;
    text-indent:-9999em;
    width:88px;
    height:28px;
    background:url(../img/btn_servicios.gif) top left no-repeat;
}
a#enlace_servicios:hover {
    background-position:0 -28px;
}
a#enlace_servicios_Inscripcion {
    display:block;
    text-indent:-9999em;
    width:88px;
    height:28px;
    background:url(../img/btn_NInscripcion.gif) top left no-repeat;
}
a#enlace_servicios_Inscripcion:hover {
    background-position:0 -28px;
}
a#enlace_servicios_Doc_seg {
    display:block;
    text-indent:-9999em;
    width:88px;
    height:28px;
    background:url(../img/btn_DocSeguridad.gif) top left no-repeat;
}
a#enlace_servicios_Doc_seg:hover {
    background-position:0 -28px;
}

a#enlace_servicios_mto {
    display:block;
    text-indent:-9999em;
    width:88px;
    height:28px;
    background:url(../img/btn_menu_mto.gif) top left no-repeat;
}
a#enlace_servicios_mto:hover {
    background-position:0 -28px;
}

a#enlace_servicios_cartas {
    display:block;
    text-indent:-9999em;
    width:88px;
    height:28px;
    background:url(../img/btn_envio_cartas.gif) top left no-repeat;
}
a#enlace_servicios_cartas:hover {
    background-position:0 -28px;
}

a#enlace_autorizar {
    display:block;
    text-indent:-9999em;
    width:88px;
    height:28px;
    background:url(../img/btn_menu_autorizar.gif) top left no-repeat;
}
a#enlace_autorizar:hover {
    background-position:0 -28px;
}

a#enlace_fed {
    display:block;
    text-indent:-9999em;
    width:88px;
    height:28px;
    background:url(../img/btn_menu_cargar_fed.gif) top left no-repeat;
}
a#enlace_fed:hover {
    background-position:0 -28px;
}

a#enlace_bajas{
    display:block;
    text-indent:-9999em;
    width:88px;
    height:28px;
    background:url(../img/btn_menu_cargar_bajas.gif) top left no-repeat;
}
a#enlace_bajas:hover {
    background-position:0 -28px;
}

a#enlace_perfiles_ada {
    display:block;
    text-indent:-9999em;
    width:88px;
    height:28px;
    background:url(../img/btn_submenu_config_perfiles_ada.gif) top left no-repeat;
}
a#enlace_perfiles_ada:hover {
    background-position:0 -28px;
}

a#enlace_servicios_informeA {
    display:block;
    text-indent:-9999em;
    width:88px;
    height:28px;
    background:url(../img/btn_InformeA.gif) top left no-repeat;
}
a#enlace_servicios_informeA:hover {
    background-position:0 -28px;
}
a#enlace_servicios_informeB {
    display:block;
    text-indent:-9999em;
    width:88px;
    height:28px;
    background:url(../img/btn_InformeB.gif) top left no-repeat;
}
a#enlace_servicios_informeB:hover {
    background-position:0 -28px;
}

a#enlace_servicios_doc_seg_impresos {
    display:block;
    text-indent:-9999em;
    width:88px;
    height:28px;
    background:url(../img/btn_impresos.gif) top left no-repeat;
}
a#enlace_servicios_doc_seg_impresos:hover {
    background-position:0 -28px;
}

a#enlace_servicios_conf_documentos {
    display:block;
    text-indent:-9999em;
    width:88px;
    height:28px;
    background:url(../img/btn_submenu_config_modelos.gif) top left no-repeat;
}
a#enlace_servicios_conf_documentos:hover {
    background-position:0 -28px;
}

/* Menu COMERCIAL */
a#enlace_comercial {
    display:block;
    text-indent:-9999em;
    width:99px;
    height:28px;
    background:url(../img/btn_comercial.gif) top left no-repeat;
}
a#enlace_comercial:hover {
    background-position:0 -28px;
}
a#enlace_comercial_telemarketing {
    display:block;
    text-indent:-9999em;
    width:99px;
    height:28px;
    background:url(../img/btn_Telemarketing.gif) top left no-repeat;
}
a#enlace_comercial_telemarketing:hover {
    background-position:0 -28px;
}
a#enlace_comercial_Estructura_com {
    display:block;
    text-indent:-9999em;
    width:99px;
    height:28px;
    background:url(../img/btn_Estructura_com.gif) top left no-repeat;
}
a#enlace_comercial_Estructura_com:hover {
    background-position:0 -28px;
}
a#enlace_comercial_listados {
    display:block;
    text-indent:-9999em;
    width:99px;
    height:28px;
    background:url(../img/btn_listados.gif) top left no-repeat;
}
a#enlace_comercial_listados:hover {
    background-position:0 -28px;
}

a#enlace_listado_recepcion_formularios {
    display:block;
    text-indent:-9999em;
    width:88px;
    height:28px;
    background:url(../img/btn_listado_recepcion_formularios.gif) top left no-repeat;
}
a#enlace_listado_recepcion_formularios:hover {
    background-position:0 -28px;
}

/* Menu MIS DATOS - CLIENTE */
/*--------------*/
a#enlace_misdatos {
    display:block;
    text-indent:-9999em;
    width:80px;
    height:28px;
    background:url(../img/btn_misdatos.gif) top left no-repeat;
}
a#enlace_misdatos:hover {
    background-position:0 -28px;
}

a#enlace_menu_formularios {
    display:block;
    text-indent:-9999em;
    width:98px;
    height:28px;
    background:url(../img/btn_menu_formularios.gif) top left no-repeat;
}
a#enlace_menu_formularios:hover {
    background-position:0 -28px;
}

a#enlace_menu_proyectos {
    display:block;
    text-indent:-9999em;
    width:98px;
    height:28px;
    background:url(../img/btn_menu_proyectos.gif) top left no-repeat;
}
a#enlace_menu_proyectos:hover {
    background-position:0 -28px;
}

/* Menu SERVICIOS - CLIENTE */
/*--------------*/
a#enlace_servicios {
    display:block;
    text-indent:-9999em;
    width:88px;
    height:28px;
    background:url(../img/btn_servicios.gif) top left no-repeat;
}
a#enlace_servicios:hover {
    background-position:0 -28px;
}

a#enlace_vacio {
    display:block;
    text-indent:-9999em;
    width:98px;
    height:28px;
    background:url(../img/btn_menu_vacio.gif) top left no-repeat;
}
a#enlace_vacio:hover {
    background-position:0 -28px;
}

/* Menu FICHEROS - CLIENTE */
/*--------------*/
a#enlace_ficheros {
    display:block;
    text-indent:-9999em;
    width:80px;
    height:28px;
    background:url(../img/btn_ficheros.gif) top left no-repeat;
}
a#enlace_ficheros:hover {
    background-position:0 -28px;
}

/* Menu DOCUMENTO - CLIENTE */
/*--------------*/
a#enlace_documento {
    display:block;
    text-indent:-9999em;
    width:120px;
    height:28px;
    background:url(../img/btn_documento.gif) top left no-repeat;
}
a#enlace_documento:hover {
    background-position:0 -28px;
}

/* Menu ACTUALIDAD - CLIENTE */
/*--------------*/
a#enlace_actualidad {
    display:block;
    text-indent:-9999em;
    width:99px;
    height:28px;
    background:url(../img/btn_actualidad.gif) top left no-repeat;
}
a#enlace_actualidad:hover {
    background-position:0 -28px;
}

a#enlace_actualidad_legislacion {
    display:block;
    text-indent:-9999em;
    width:120px;
    height:28px;
    background:url(../img/btn_legislacion_menu.gif) top left no-repeat;
}
a#enlace_admin_actualidad_legislacion:hover {
    background-position:0 -28px;
}

a#enlace_actualidad_noticias {
    display:block;
    text-indent:-9999em;
    width:120px;
    height:28px;
    background:url(../img/btn_noticias_menu.gif) top left no-repeat;
}
a#enlace_admin_actualidad_noticias:hover {
    background-position:0 -28px;
}

a#enlace_actualidad_novedades {
    display:block;
    text-indent:-9999em;
    width:120px;
    height:28px;
    background:url(../img/btn_novedades_menu.gif) top left no-repeat;
}
a#enlace_admin_actualidad_novedades:hover {
    background-position:0 -28px;
}

/*-------------*/
a#enlace_registro {
    display:block;
    text-indent:-9999em;
    width:80px;
    height:46px;
    background:url(../img/btn_contratar.gif) top left no-repeat;
}
a#enlace_registro:hover {
    background-position:0 -46px;
}

a#olvido_password {
    display:block;
    text-indent:-9999em;
    width:80px;
    height:46px;
    background:url(../img/btn_olvido_password.gif) top left no-repeat;
}
a#olvido_password:hover {
    background-position:0 -46px;
}

a.enlaceblanco{font-family: "Trebuchet MS", Verdana, Arial, Garamond; font-size:12px; color:#FFFFFF; text-decoration:none}
a.enlaceblanco:hover{font-family: "Trebuchet MS", Verdana, Arial, Garamond; font-size:12px; color:#FFFFFF; text-decoration: underline}

.selectArea {
    /*width:200px;*/
    height:21px;
    color: #979797;
    font-weight:bold;
    font-family:"trebuchet MS", Arial, verdana;
}

/* CSS PARA TEXT INPUTS */
.textinput, .textinputHovered {
    /*width:409px;*/
    height:16px;
    /*background:url(../img/img_input.gif) no-repeat left top;*/
    background-position:0 6px;
    /*border:none;*/
    font-family: "Trebuchet MS", Verdana, Arial, Garamond;
    font-size:11px;
    color:#5F6062;
    /*padding-top:10px;*/
    padding-left:6px;
}
.textinputHovered {
    background-position:left bottom;
}
.inputmenu {
    width:88px;
    height:17px;
    border:1px solid #9f9f9f;
    font-family: "Trebuchet MS", Verdana, Arial, Garamond;
    font-size:11px;
    color:#666666;
}


/* CSS PARA RADIO BUTTONS */
/* Off  */
.radioOff {
    display: inline;
    margin: 0px;
    padding: 2px;
    padding-left: 20px;
    color: #979797;
    font-weight:bold;
    font-family:"trebuchet MS", Arial, verdana;
    font-size:11px;
    background: transparent url(../img/off.gif) no-repeat 0% 50%;
}
/* On  */
.radioOn {
    display: inline;
    margin: 0px;
    padding: 2px; /* NS 6 problem */
    padding-left: 20px;
    color: #979797;
    font-weight:bold;
    font-family:"trebuchet MS", Arial, verdana;
    font-size:11px;
    background: transparent url(../img/on.gif) no-repeat 0% 50%;
}
/* Hover */
.radioOn:hover {
    background-image: url(../img/on_hover.gif);
}
.radioOff:hover {
    color: #838181 !important;
    background-image: url(../img/off_hover.gif);
}

/* Alternativo Off */
.altRadioOff {
    display: inline;
    margin: 0px;
    padding: 2px;
    padding-left: 20px;
    color: #979797;
    line-height: 16px;
    font-family: "Trebuchet MS", Verdana, Arial, Garamond;
    font-size: 11px;
    font-weight:bold;
    background-image: url(../img/alt_off.gif);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    border: 0px;
    cursor: pointer;
}
/* Alternativo On */
.altRadioOn {
    display: inline;
    margin: 0px;
    padding: 2px; /* NS 6 problem */
    padding-left: 20px;
    line-height: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight:bold;
    background-image: url(../img/alt_on.gif);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    border: 0px;
    cursor: pointer;
    text-decoration: underline;
}
/* CHECKBOX ////////////////*/
/* Estado OFF CHECKBOX */
.checkboxOff {
    display: inline;
    margin: 0px;
    padding: 2px; /* NS 6 problem */
    padding-left: 20px;
    line-height: 16px;
    font-size: 11px;
    font-weight:bold;
    background-image: url(../img/alt_on.gif);
    background-image: url(../img/checkbox_off.gif);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    border: 0px;
}
/* Estado ON CHECKBOX */
.checkboxOn {
    display: inline;
    margin: 0px;
    padding: 2px; /* NS 6 problem */
    padding-left: 20px;
    line-height: 16px;
    font-size: 11px;
    font-weight:bold;
    background-image: url(../img/alt_on.gif);
    background-image: url(../img/checkbox_on.gif);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    border: 0px;
}


/* REEMPLAZO DE BOTON POR IMAGEN ////////////////////*/

#replacement-agenda {
    width: 30px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/agenda_16x16.png) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-agenda { /* For non-IE browsers*/
                           height: 0px;
}
.replacement-cambiar-pass {
    width: 121px;
    height: 19px;
    padding: 19px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_cambiar_pass.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>.replacement-cambiar-pass { /* For non-IE browsers*/
                                 height: 0px;
}


#replacement-2 {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_buscar.jpg) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-2 { /* For non-IE browsers*/
                      height: 0px;
}



#replacement-etiqueta {
    width: 332px;
    height: 97px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/etiqueta.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-etiqueta { /* For non-IE browsers*/
                             height: 0px;
}

#replacement-etiqueta2 {
    width: 332px;
    height: 97px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/etiqueta2.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-etiqueta2 { /* For non-IE browsers*/
                              height: 0px;
}


#replacement-imprimir {
    width: 36px;
    height: 40px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_impresora.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-nueva_tarea { /* For non-IE browsers*/
                                height: 0px;
}

#replacement-btn_imprimir {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_imprimir.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-nueva_tarea { /* For non-IE browsers*/
                                height: 0px;
}

#replacement-btn_excel {
    width: 37px;
    height: 36px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_excel_grande.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-btn_excel { /* For non-IE browsers*/
                              height: 0px;
}

#replacement-asesorias {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_liquidar_asesorias.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-nueva_tarea { /* For non-IE browsers*/
                                height: 0px;
}

#replacement-comerciales {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_liquidar_comerciales.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-nueva_tarea { /* For non-IE browsers*/
                                height: 0px;
}

#replacement-je {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_liquidar_je.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-nueva_tarea { /* For non-IE browsers*/
                                height: 0px;
}

#replacement-imprenta {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_cesta_imprenta.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-imprenta { /* For non-IE browsers*/
                             height: 0px;
}

#replacement-baja {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_baja.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-replacement-baja { /* For non-IE browsers*/
                                     height: 0px;
}

#replacement-avanzar_fin {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_avanzar_hasta_fin.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-replacement-avanzar_fin { /* For non-IE browsers*/
                                            height: 0px;
}

#replacement-nueva_tarea {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_nueva_tarea.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-nueva_tarea { /* For non-IE browsers*/
                                height: 0px;
}

#replacement-corregir_ec {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_corregir_ec.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-corregir_ec { /* For non-IE browsers*/
                                height: 0px;
}

#replacement-nueva_subtarea {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_nueva_subtarea.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-nueva_subtarea { /* For non-IE browsers*/
                                   height: 0px;
}


#replacement-avanzar_fase{
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_avanzar_fase.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-avanzar_fase { /* For non-IE browsers*/
                                 height: 0px;
}

#replacement-mas{
    width: 15px;
    height: 15px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/mas_11x11.png) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-mas { /* For non-IE browsers*/
                        height: 0px;
}

#replacement-menos{
    width: 15px;
    height: 15px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/menos_11x11.png) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-mas { /* For non-IE browsers*/
                        height: 0px;
}


#replacement-libro{
    width: 30px;
    height: 30px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/buscar2_16x16.png) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-libro { /* For non-IE browsers*/
                          height: 0px;
}


#replacement-PDF{
    width: 50px;
    height: 50px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/PDF.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-PDF { /* For non-IE browsers*/
                        height: 0px;
}

#replacement-borrar {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_limpiar.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-borrar { /* For non-IE browsers*/
                           height: 0px;
}

#replacement-cesta {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_cesta.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-cesta { /* For non-IE browsers*/
                          height: 0px;
}

#replacement-crearRemesa {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_creaRemesa.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-crearRemesa { /* For non-IE browsers*/
                                height: 0px;
}


#replacement-devolverRemesa {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_devolverRemesa.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-devolverRemesa { /* For non-IE browsers*/
                                   height: 0px;
}




#replacement-anadir-a-factura {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_anadir_a_factura.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-anadir-a-factura { /* For non-IE browsers*/
                                     height: 0px;
}

#replacement-imprimir_cesta_etiquetas {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_imprimir_cesta_etiquetas.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-imprimir_cesta_etiquetas { /* For non-IE browsers*/
                                             height: 0px;
}

#replacement-devolver {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_devolver.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-devolver { /* For non-IE browsers*/
                             height: 0px;
}

#replacement-mostrar-resultados {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_mostrar_resultados.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-mostrar-resultados { /* For non-IE browsers*/
                                       height: 0px;
}

#replacement-servicios {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_mostrar_servicios.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-servicios { /* For non-IE browsers*/
                              height: 0px;
}

#replacement-siguiente {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_siguiente.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-siguiente { /* For non-IE browsers*/
                              height: 0px;
}

#replacement-validarusuario {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_validarusuario.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-validarusuario { /* For non-IE browsers*/
                                   height: 0px;
}

#replacement-modificar {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_modificar.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-modificar { /* For non-IE browsers*/
                              height: 0px;
}

#replacement-generar_informe {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_generar_informe.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-generar_informe { /* For non-IE browsers*/
                                    height: 0px;
}

#replacement-form {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_generar_formularios.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-form { /* For non-IE browsers*/
                         height: 0px;
}

#replacement-nueva_sub_comercial {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_plantilla_subtarea.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-nueva_sub_comercial { /* For non-IE browsers*/
                                        height: 0px;
}

#replacement-rellenar {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_rellenar.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-rellenar { /* For non-IE browsers*/
                             height: 0px;
}

#replacement-eliminar {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_eliminar.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-eliminar { /* For non-IE browsers*/
                             height: 0px;
}

#replacement-autorizar {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_autorizado.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-autorizar { /* For non-IE browsers*/
                              height: 0px;
}

#replacement-expediente {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_expediente.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-expediente { /* For non-IE browsers*/
                               height: 0px;
}

#replacement-informe {
    width: 121px;
    height: 50px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_informe.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-informe { /* For non-IE browsers*/
                            height: 0px;
}


#replacement-desactivar {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_dar_de_baja.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-desactivar { /* For non-IE browsers*/
                               height: 0px;
}
#replacement-ver_estado {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_ver_estado.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-ver_estado { /* For non-IE browsers*/
                               height: 0px;
}


#replacement-activar {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_dar_de_alta.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-activar { /* For non-IE browsers*/
                            height: 0px;
}

#replacement-marcar {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_marcar_todos.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-marcar { /* For non-IE browsers*/
                           height: 0px;
}

#replacement-alta_etd {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_alta_etd.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-alta_etd { /* For non-IE browsers*/
                             height: 0px;
}

#replacement-facturar {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_facturar.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-facturar { /* For non-IE browsers*/
                             height: 0px;
}

#replacement-agrupar-factura {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_agrupar_factura.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-agrupar-factura { /* For non-IE browsers*/
                                    height: 0px;
}
#replacement-devolver-factura {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_devolver.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-devolver-factura { /* For non-IE browsers*/
                                    height: 0px;
}


#replacement-ver-cesta {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_ver_cesta.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-ver-cesta { /* For non-IE browsers*/
                              height: 0px;
}

#replacement-verCesta {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_verCesta.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-verCesta { /* For non-IE browsers*/
                             height: 0px;
}


#replacement-salir {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_salir.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-salir { /* For non-IE browsers*/
                          height: 0px;
}

.replacement-boton {
    width: 121px;
    height: 19px;
    
    margin: 0;
    border: 0;
    background: transparent no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>.replacement-boton { /* For non-IE browsers*/
                          height: 0px;
}

.replacement-botonWH {
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>.replacement-boton { /* For non-IE browsers*/
                          height: 0px;
}

#replacement-anterior {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_anterior.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-anterior { /* For non-IE browsers*/
                             height: 0px;
}

#replacement-x {
    width: 20px;
    height: 20px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/eliminar_16x16.png) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-x { /* For non-IE browsers*/
                      height: 0px;
}

#replacement-btn_agenda {
    width: 20px;
    height: 20px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/agenda_16x16.png) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}

#replacement-albaran_ds {
    width: 20px;
    height: 20px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_albaran_ds.png) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-btn_agenda { /* For non-IE browsers*/
                               height: 0px;
}

#replacement-btn_alumno {
    width: 20px;
    height: 20px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/doc_alumno_16x16.png) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-btn_alumno { /* For non-IE browsers*/
                               height: 0px;
}

#replacement-btn_hoja {
    width: 20px;
    height: 20px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/doc_solicitud_16x16.png) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-btn_hoja { /* For non-IE browsers*/
                             height: 0px;
}

#replacement-btn_contrato {
    width: 20px;
    height: 20px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/doc_contrato_16x16.png) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-btn_contrato { /* For non-IE browsers*/
                                 height: 0px;
}

#replacement-btn_anexo_e {
    width: 20px;
    height: 20px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/doc_anexoE_16x16.png) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-btn_anexo_e { /* For non-IE browsers*/
                                height: 0px;
}

#replacement-btn_anexo_i {
    width: 20px;
    height: 20px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/doc_anexoI_16x16.png) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-btn_anexo_i { /* For non-IE browsers*/
                                height: 0px;
}

#replacement-btn_anexo_c {
    width: 20px;
    height: 20px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/doc_anexoC_16x16.png) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-btn_anexo_c { /* For non-IE browsers*/
                                height: 0px;
}

#replacement-btn_estructura {
    width: 20px;
    height: 20px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/organigrama_16x16.png) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-btn_estructura { /* For non-IE browsers*/
                                   height: 0px;
}

#replacement-btn_factura {
    width: 20px;
    height: 20px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/doc_factura_16x16.png) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-btn_factura { /* For non-IE browsers*/
                                height: 0px;
}

#replacement-btn_albaran {
    width: 20px;
    height: 20px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/doc_albaran_16x16.png) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-btn_albaran { /* For non-IE browsers*/
                                height: 0px;
}

#replacement-btn_certificado {
    width: 20px;
    height: 20px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/certificado_16.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-btn_certificado { /* For non-IE browsers*/
                                    height: 0px;
}

#replacement-btn_agencia_relleno {
    width: 20px;
    height: 20px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/hoja_verif_16.png) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-btn_agencia_relleno { /* For non-IE browsers*/
                                        height: 0px;
}

#replacement-cesta_etiquetas {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_cesta_etiquetas.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}


form>#replacement-cesta_etiquetas { /* For non-IE browsers*/
                                    height: 0px;
}

#replacement-cesta_etiquetas_dir {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_cesta_etiqueta_dir.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-cesta_etiquetas_dir { /* For non-IE browsers*/
                                        height: 0px;
}

#replacement-cesta_etiquetas_exp {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_cesta_etiqueta_exp.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-cesta_etiquetas_exp { /* For non-IE browsers*/
                                        height: 0px;
}

#replacement-cesta-imprenta {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_a_cesta_imprenta.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-cesta_imprenta { /* For non-IE browsers*/
                                   height: 0px;
}

#replacement-ver-ec {
    width: 23px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_ver_ecomercial.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-ver-ec { /* For non-IE browsers*/
                           height: 0px;
}


#replacement-ver-informe {
    width: 28px;
    height: 25px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_informe.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-ver-informe { /* For non-IE browsers*/
                                height: 0px;
}


#replacement-cobrar {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_cobrar.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-cobrar { /* For non-IE browsers*/
                           height: 0px;
}

#replacement-nueva_factura {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_nueva_factura.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-nueva_factura { /* For non-IE browsers*/
                                  height: 0px;
}

#replacement-ver_cesta_facturas {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_ver_cesta_facturas.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-ver_cesta_facturas { /* For non-IE browsers*/
                                       height: 0px;
}

#replacement-ver_cesta_agenda {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_ver_cesta_agenda.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-ver_cesta_agenda { /* For non-IE browsers*/
                                     height: 0px;
}

#replacement-nuevo_cliente {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_nuevo_cliente.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}

#replacement-ania_FED {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_ania_FED.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}

form>#replacement-nuevo_cliente { /* For non-IE browsers*/
                                  height: 0px;
}

#replacement-nuevo_personal {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_nuevo_personal.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-nuevo_cliente { /* For non-IE browsers*/
                                  height: 0px;
}

#replacement-nuevo_curso {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_nuevo_curso.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-nuevo_curso { /* For non-IE browsers*/
                                height: 0px;
}

#replacement-nuevo_curso2 {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_nuevo_curso2.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-nuevo_curso2 { /* For non-IE browsers*/
                                 height: 0px;
}

#replacement-alta {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_alta.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-alta { /* For non-IE browsers*/
                         height: 0px;
}
#replacement-consultar {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_consultar.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-consultar { /* For non-IE browsers*/
                              height: 0px;
}
#replacement-estr-comercial {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_estr_comercial.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-estr-comercial { /* For non-IE browsers*/
                                   height: 0px;
}
#replacement-datos-cliente {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_datos_cliente.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-datos-cliente { /* For non-IE browsers*/
                                  height: 0px;
}
#replacement-cancelar {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_cancelar.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-cancelar { /* For non-IE browsers*/
                             height: 0px;
}

#replacement-editar_cliente {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_editar_cliente.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-editar_cliente { /* For non-IE browsers*/
                                   height: 0px;
}


#replacement-alta_servicio {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_alta_servicio.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-alta_servicio { /* For non-IE browsers*/
                                  height: 0px;
}

#replacement-convocatorias {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_convocatorias.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-convocatorias { /* For non-IE browsers*/
                                  height: 0px;
}

#replacement-nueva_convocatoria {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_nueva_convocatoria.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-nueva_convocatoria { /* For non-IE browsers*/
                                       height: 0px;
}

#replacement-asignar_curso {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_nueva_convocatoria.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-asignar_curso { /* For non-IE browsers*/
                                  height: 0px;
}

#replacement-ver_liquidacion {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_ver_liquidacion.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-ver_liquidacion { /* For non-IE browsers*/
                                    height: 0px;
}

#replacement-generar_liquidacion {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_generar_liquidacion.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-generar_liquidacion { /* For non-IE browsers*/
                                        height: 0px;
}

#replacement-generar {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_generar.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-generar { /* For non-IE browsers*/
                            height: 0px;
}

#replacement-nueva_liquidacion {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_nueva_liquidacion.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-nueva_liquidacion { /* For non-IE browsers*/
                                      height: 0px;
}

#replacement-ver_liq_anteriores {
    width: 121px;
    height: 19px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_ver_liq_anteriores.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
form>#replacement-ver_liq_anteriores { /* For non-IE browsers*/
                                       height: 0px;
}

/* FIN REEMPLAZO DE BOTON POR IMAGEN //////////////////*/

/* BOTON DE INPUT FILE ///////////////////////////////*/

.SI-FILES-STYLIZED label.cabinet
{
    width: 79px;
    height: 22px;
    background: url(btn-choose-file.gif) 0 0 no-repeat;

    display: block;
    overflow: hidden;
    cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

/* FIN DEL BOTON DE INPUT FILE //////////////////////*/

/* MEN� DESPLEGABLE //////////////////*/

#nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#nav a {
    display: block;
    width: 10em;
}

#nav li {
    float: left;
    width: 10em;
}
#nav li ul {
    position: absolute;
    width: 10em;
    left: -999em;
}

#nav li:hover ul {
    left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}

#nav li ul ul {
    margin: -2.2em 0 0 10.0em; /*El primer parametro es para subir o bajar el boton, el ultimo parametro es para desplazarlo a izq o derecha*/
}

#nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
    left: auto;
}

/* FIN MEN� DESPLEGABLE /////////////*/
/*cuantika*/
#replacement-cestanotificacion {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_cestanotificacion.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
#replacement-cestamodificacion {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_cestamodificacion.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
#replacement-cestasupresion {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_cesta_supresion.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
#replacement-cestaimpresion {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_cestaimpresion.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}

#replacement-cestaimprmodsupr {
    width: 180px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_cestaimpresion_mod_supr.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}

#replacement-cesta_notificacion {
    width: 180px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_cesta_notificacion.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
#replacement-cesta_modificacion {
    width: 180px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_cesta_modificacion.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}

#replacement-cesta_supresion {
    width: 180px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_acesta_supresion.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}

#replacement-cesta_impresion {
    width: 180px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_cesta_impresion.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}

#replacement-cesta_impresion_mod_supr {
    width: 180px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_acesta_impr_mod_supr.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
#replacement-notificar {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_notificar.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}
#replacement-desbloquear {
    width: 122px;
    height: 21px;
    padding: 21px 0 0;
    margin: 0;
    border: 0;
    background: transparent url(../img/btn_desbloquear.gif) no-repeat center top;
    overflow: hidden;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */ color: transparent;
}

/*cuantika*/
