/*  NOMBRE ARCHIVO : */
/*  DESCRIPCION: Clases generales de header, footer y contenidos con listado simple  */
/*  para caracteristicas especiales se llama a la clase asociada las cuales estan  */
/*  estan incluidas en el encabezado de esta lista */
/*  FECHA DE CREACION: 29/10/2007*/
/*  ULTIMA MODIFICACION: 24/03/2008*/
* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    background-image: url(../imagenes_Consulta/fondos/background.gif);
    background-repeat: repeat;
    background-color: #336699;
    font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
    border-top: 4px solid #CC0000;
    color: #666;
    min-width: 976px;
    width: expression((documentElement.clientWidth <976)? "976px"

: "100%" );
}

a {
    color: #336699;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    empty-cells: show;
    border-spacing: 0px;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.clear_both {
    clear: both;
}

.principal {
    width: 94%;
    background: #FFFFFF;
    margin: 0 auto;
}
/***** ESTILOS DEL HEADER *************/
#header {
    width: 94%;
    background: #FFFFFF;
    margin: 0 auto;
    padding: 14px;
    padding-bottom: 0;
    height: 56px;
    text-align: right;
    font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
}

#header-logo {
    background: url(../imagenes_Consulta/logos/logo.jpg) no-repeat;
    border: 0;
    margin: 0;
    padding: 0;
    height: 59px;
    margin-top: -17px;
}

#header-logoAyuda {
    background: url(../imagenes_Consulta/logos/logo.jpg) no-repeat;
    border: 0;
    margin: 0;
    padding: 0;
    height: 59px;
    margin-top: -12px;
}

#header #header-menu-sup {
    font-size: 8pt;
    font-family: "Lucida Grande", Verdana, Tahoma, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    margin-right: 5px;
    margin-top: -5px;
    color: #999;
}

#header #header-menu-sup a {
    text-align: right;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    color: #999;
    text-decoration: none;
}

#header #header-menu-sup a:hover {
    text-align: right;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    color: #336699;
    text-decoration: none;
}

#header-login {
    font-family: "Lucida Grande", Verdana, Tahoma, Helvetica, sans-serif;
    text-align: right;
    margin: 0;
    padding: 0;
    float: right;
    margin-top: 3px;
}

#header-login .usuario {
    font-size: 8pt;
    color: #666;
    margin-top: 5px;
    margin-right: 5px;
    padding-bottom: 0;
    margin-bottom: 0;
    vertical-align: bottom;
    display: block;
}

#header-login .usuario .espacios {
    padding-left: 5px;
}

#header-login .opciones {
    font-family: "Lucida Grande", Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 8pt;
    color: #336699;
    margin-top: 0;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 3px;
}

#header-login .input-login {
    border: #999999 1px solid;
    background-color: #ffffff;
    font-size: 10px;
    width: 80px;
}

#header-login .boton_entrar {
    font-size: 7pt;
    font-family: "Lucida Grande", Verdana, Tahoma, Helvetica, sans-serif;
    border: 1px solid #b2b2b2;
    padding: 1px;
    margin: 0 1px;
    color: #336699;
    height: 18px;
    background-color: #FFFFFF;
    /*text-decoration: none;*/
    cursor: pointer;
}

#header-login .boton_entrar:hover {
    border: 1px solid #336699;
}

#header-login .mensajeLogin {
    font-size: 8pt;
    position: absolute;
    background-color: #FFC;
    width: 350px;
    color: #ff0000;
    border: 1px solid #ff9933;
    padding: 5px;
    top: 4%;
    right: 3%;
}

.header-input {
    width: 127px;
    border: #999999 1px solid;
}

.header-botentrar {
    width: 40px;
    height: 18px;
    background: url(../imagenes_Consulta/botones/bot_entrar.gif) 0px 0px no-repeat;
    border: none;
    cursor: pointer;
    letter-spacing: -1px;
    color: #999;
    margin: 0px 0px 0px 5px;
    text-align: left;
    font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
}

.login-registro {
    float: right;
    margin-top: 6px;
    margin-right: 45px;
}

.login-olvide {
    float: right;
    margin-top: 6px;
    font-size: 11px;
    font-family: Tahoma;
}

.login-preferencias, .login-alertas, .login-micuenta {
    float: right;
    margin-top: 6px;
}
/***** ESTILO DEL MENU PRINCIPAL************/
.menu {
    width: 94%;
    background: #DFDFDF;
    margin: 0 auto;
    height: 40px;
    font-size: 9pt;
    font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
    border-left: 9px solid #A0B0BF;
    border-right: 9px solid #A0B0BF;
    padding: 0 14px;
}

.menu-centrado {
    text-align: center;
    padding-top: 0px;
    position: relative;
    left: -14px;
    height: 40px;
    float: left;
    padding: 0 14px 0 0;
}

.menu-centrado a {
    padding: 0 18px;
}

.menu-contenido {
    text-align: left;
    width: 100%;
}

.lineamenu {
    border-right: 1px dashed #336699;
    padding: 1px 0;
    width: 100%;
}

.menu-linea {
    height: 25px;
    border-right: 1px dashed #336699;
    width: 1px;
}

.color1 {
}

.color2 {
    background-color: #999999;
}

.color2 a {
    color: #FFFFFF;
}

.color2 .lineamenu {
    border-right: 1px dashed #999999;
}

.lineainvisible {
    border-right: 1px dashed #DFDFDF;
}

.documentos {
    float: right;
    width: 30%;
    padding: 3px 0px 0px 0px;
    margin: 8px 0px 0px 0px;
}

.info_principal {
    float: right;
    height: 20px;
}

.info_principal .maletin {
    width: 135px;
    height: 22px;
    background: url(../imagenes_Consulta/iconos/ic_selecciones.gif) 110px 3px no-repeat;
    color: #666;
    padding: 3px 25px 0px 3px;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #326696;
    cursor: pointer;
}

.info_principal #selecciones {
    width: 100px;
    height: 17px;
    margin-left: 0;
}

#lineamenuprincipal {
    height: 4px;
    background-color: #999;
    width: 94%;
    margin: 0 auto;
}
/*******ESTILOS DE LA ZONA IZQUIERDA*****************/
.iframe-taxo {
    margin: 0 0 15px 0;
}
/***** ESTILOS DE LA ZONA DE CONTENIDOS***********/
.contenido {
    border-top: 4px solid #999999;
    width: 94%;
    background: #FFFFFF;
    margin: 0 auto;
    padding: 14px;
    padding-bottom: 20px;
}

.contenidoAyuda {
    width: 94%;
    background: #FFFFFF;
    margin: 0 auto;
    padding: 14px;
    padding-bottom: 20px;
}

.menu-aux {
    float: right;
    text-align: right;
    width: 130px;
    margin: 10px 0 0 0;
}

.menu-aux p {
    margin: 0px;
    padding: 0px;
    font: 9px "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
}

.bread {
    padding-left: 0em;
    padding-right: 2em;
    margin: 10px 0 14px 0;
    font-size: 8pt;
    color: #999;
    width: 80%;
    height: 17px;
}

.bread-path {
    color: #999;
}

.bread-path a {
    color: #336699;
}

.zona-izq {
    width: 20%;
    float: left;
    min-width: 175px;
}

.caja-simple {
    width: 90%;
}

#busqueda, #busqueda2, .busqueda2 {
    float: left;
    margin: 10px 0px 10px 4px;
}

#busqueda form {
    margin: 0px;
    padding: 0px;
}

#busqueda p {
    margin: 10px 0px;
    padding: 0px;
}

#busqueda label {
    cursor: pointer;
}

#busqueda .input_txt {
    width: 170px;
    height: 14px;
    font: 11px / 11px Arial, Helvetica, sans-serif;
    background: #FFF;
    border: 1px solid #999;
}

#busqueda .boton {
    width: 40px;
    height: 18px;
    background: url(../imagenes_Consulta/botones/bot_buscar.jpg) 0px 0px no-repeat;
    border: none;
    cursor: pointer;
    letter-spacing: -1px;
    color: #999;
    margin: 3px 0px 0px 5px;
    text-align: right;
    font: 1px Arial, Helvetica, sans-serif;
}

#busqueda .exacta {
    font-size: 11px;
    margin-left: 3px;
    color: #999;
}

.clasificador {
    float: left;
    border: 1px solid #b2b2b2;
}

#formutaxonomia {
    border: 1px solid #b2b2b2;
    width: 170px;
}

#formutaxonomia td {
    padding: 0px 8px 0px 8px;
    line-height: 12pt;
    text-align: left;
}

#formutaxonomia #titulocaja, #formutaxonomia #fondoselect {
    background-color: #dfdfdf;
    font-size: 9pt;
    color: #666;
}

#formutaxonomia #titulocaja span {
    padding: 6px 0;
    display: block;
}

#formutaxonomia #select {
    width: 92%;
    font-size: 10px;
    background: #FFFFFF;
    padding: 2px;
    text-transform: capitalize;
    font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
    border: 1px solid #999999;
    margin: 1px;
    height: 18px;
    color: #666666;
    margin-bottom: 5px;
}

.contenedorGeneral {
    width: 100%;
    vertical-align: top;
}

.contenedorGeneral td {
    vertical-align: top;
}

.zona-der {
    width: 80%;
    float: right;
    margin-top: 0;
    padding-top: 0;
    vertical-align: top;
}

.Resultados {
    font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
    width: 100%;
    display: table;
    margin: 0px 0px 10px 0;
}

.ResPaginacion {
    width: 99%;
    text-align: right;
    font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    font-style: normal;
    padding: 8px 4px 8px 0;
    font-weight: normal;
    color: #666;
    text-decoration: none;
}

.ResPaginacion p {
    margin: 10px 0px;
    padding: 0px;
}

.ResPaginacion a {
    color: #336699;
}

.consulta {
    float: left;
}

.consulta strong {
    color: #336695;
}

.paginador, .avanzar_resultados {
    font-size: 9pt;
    text-align: justify;
    font-style: normal;
    padding: 8px 0 8px 0;
    font-weight: normal;
    color: #666;
    text-decoration: none;
}

.paginacion {
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
    text-align: right;
    font-size: 9pt;
    color: #666;
}

.googlepag {
    font-size: 8.6pt;
    padding: 4px 4px 4px 0;
    float: left;
}

.letras-pag {
    text-align: center;
    float: right;
    margin-right: 5px;
}

.numeros {
    width: 50%;
    min-width: 50%;
    float: right;
}

.mensaje-sino {
    color: #999999;
    text-align: right;
    clear: both;
    margin: 4px 0 5px 0;
    font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
}

.menu_resultados {
    width: 100%;
    clear: both;
    display: table;
    padding: 5px 0px;
    background-color: #EEF0E5;
}

.menu_resultados p {
    margin: 0px 10px;
    padding: 0px 10px;
}

.menu_resultados a {
    color: #7F7F7F;
}

.tblResul {
    font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    width: 100%;
    border: 1px solid #b2b2b2;
    font-style: normal;
    line-height: 10pt;
    font-weight: normal;
    color: #666;
}

.tblResulTitulo {
    background: #e2e3db url(../imagenes_Consulta/fondos/tituloTabla.gif) repeat-x;
    font-size: 8pt;
    height: 16px;
    font-style: normal;
    font-weight: normal;
    color: #336699;
    border-bottom: 1px solid #B2B2B2;
    border-right: 1px solid #b2b2b2;
    padding: 3px;
}

.tblResulTitulo a {
    color: #336699;
}

.chkcenter {
    text-align: center;
}

.tblResulDetalle {
    color: #666;
}

.tblResulDetalle td {
    padding: 12px;
    border-right: 1px solid #B4B5B0;
}

.chkresultado {
    background-color: #ffff00;
    display: block;
    float: left;
}

.tblResulDetalle .tblResulVinculaciones {
    color: #FF9933;
}

.tblResulDetalle .tblResulVinculaciones a, .tblResulDetalle .tblResulVinculaciones a:hover {
    color: #FF9933;
    font-weight: normal;
    white-space: nowrap;
}

.nobordeRight {
    border-right: none;
    vertical-align: bottom;
}

.bordeLeft {
    border-left: 1px solid #B4B5B0;
}

#menu_pie {
    width: 100%;
    float: left;
    display: table;
    text-align: right;
}

#menu_pie a {
    margin: 0 0 0 10px;
}

.ContRes {
    width: 96%;
    font-family: "Lucida Grande", Helvetica, Tahoma, Verdana, sans-serif;
    color: #999999;
    margin: 0 auto;
}

.resumenNorma {
    padding: 10px 0;
    font-size: 9pt;
    font-family: "Lucida Grande", Helvetica, Tahoma, Verdana, sans-serif;
}

.resumenNorma dt {
    color: #336699;
    padding-top: 10px;
}

.resumenNorma a {
    color: #FF9933;
}

.resumenNorma dd {
    width: 95%;
    text-align: justify;
    line-height: 1.5em;
    padding-bottom: 10px;
    color: #333333;
}

.selecttax, .selectpag {
    width: 100px;
    font-size: 10px;
    background: #FFFFFF;
    padding: 2px;
    text-transform: capitalize;
    font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
    border: 1px solid #999999;
    margin: 1px;
    height: 18px;
    color: #666666;
}

.selectpag {
    width: 50px;
}

.ico_subir_listado {
    background: url(../imagenes_Consulta/iconos/ico_orden.jpg) no-repeat;
    background-position: right;
    width: 15px;
    height: 10px;
    text-align: right;
}

.ico_bajar_listado {
    background: url(../imagenes_Consulta/iconos/ico_orden_asc.jpg) no-repeat;
    background-position: right;
    width: 15px;
    height: 10px;
    text-align: right;
}

.ordenlistado {
}

.linkNorma {
    float: left;
}

#ordenNorma, #ordenFecha, #ordenPais {
    float: left;
}
/***** ESTILOS DEL FOOTER ******/
#footer {
    width: 96%;
    color: #FFFFFF;
    font-size: 8pt;
    margin: 0 auto;
    padding: 14px;
    margin-top: -10px;
    margin-bottom: 20px;
    background-color: transparent;
}

#footer-logo {
    background: url(../imagenes_Consulta/logos/logobcn_legis.jpg);
    background-repeat: no-repeat;
    float: left;
    width: 239px;
    height: 31px;
}

#footer-text {
    margin-top: 8px;
    float: left;
    margin-right: 5px;
}

.footer-link {
    margin-top: 8px;
    float: right;
    text-align: right;
}

.footer-link a {
    color: #FFFFFF;
    background-color: transparent;
}
/******CLASES COMUNES********/
.uppercase {
    text-transform: uppercase;
    color: #333333;
}

.cadenabuscada {
    text-transform: uppercase;
    color: #336699;
    font-weight: bold;
}

.ayuda {
    float: left;
    width: 20%;
}

.ayuda a {
    color: #336699;
}

#bot_volverSuperior, #bot_volverInferior {
    width: 79px;
    height: 11px;
    background: url(../imagenes_Consulta/botones/bot_volver.gif) no-repeat 0 0;
}

#bot_volverSuperior:hover, #bot_volverInferior:hover {
    background-position: -79px 0;
}

#bot_subir {
    width: 43px;
    height: 11px;
    background: url(../imagenes_Consulta/botones/bot_subir.gif) no-repeat 0 0;
}

#bot_subir:hover {
    background-position: -43px 0;
}

.bot_suscripcion {
    background-image: url(../imagenes_Consulta/botones/bot_red.gif);
    background-repeat: no-repeat;
    border: none;
    width: 16px;
    height: 16px;
    margin-top: 16px;
    cursor: pointer;
}

#bot_ayuda {
    background: url(../imagenes_Consulta/botones/bot_help.gif) no-repeat;
    border: none;
    width: 14px;
    height: 14px;
    cursor: pointer;
    vertical-align: top;
    margin-left: 5px;
    padding: 0 0 5px 15px;
}

#bot_ayuda span {
    display: none;
}

#botonCerrar {
    background-image: url(../imagenes_Consulta/botones/bot_cerrar.jpg);
    background-repeat: no-repeat;
    border: none;
    width: 11px;
    height: 11px;
    margin: 3px 3px 5px 5px;
    cursor: pointer;
}

.btnTraspaso {
    background-image: url(../imagenes_Consulta/botones/ico_selproduccion.png);
    height: 16px;
    width: 16px;
    margin-top: 15px;
    margin-left: 3px;
}

.btnTraspasoNormasMaletinAU {
    background-image: url(../imagenes_Consulta/botones/ico_selproduccion.png);
    height: 16px;
    width: 16px;
    margin-top: 3px;
    margin-left: 3px;
}

.btnConvenio {
    background-image: url(../imagenes_Consulta/botones/layout_add.png);
    height: 16px;
    width: 16px;
    margin-top: 15px;
    margin-left: 3px;
}

.invisible {
    float: right;
}

.invisible span {
    display: none;
}

.bold {
    font-weight: bold;
}

.nobold {
    font-weight: normal;
}

.linkPie {
    width: 94%;
    margin: 2px 0 2px 30px;
    display: table;
    vertical-align: bottom;
}

.linkPie p {
    margin: 0px;
    padding: 0px;
    font: 9px Arial, Helvetica, sans-serif;
}

.letraPie {
    width: 100%;
    text-align: right;
    font-size: 11px;
    display: table;
}

.letraPie .volver {
    float: right;
}

.letraPie .subir {
    float: right;
    margin-left: 10px;
}

.letraPie span {
    display: table;
}

.val {
    content: ".";
    visibility: hidden;
}

.contenidoajax {
    position: absolute;
    border: none;
    z-index: 1;
    padding: 0 1em 1em 1em;
}

.divNormasGrandes {
    position: absolute;
    left: 30%;
    top: 50%;
    background-color: #FFFFCC;
    border: 1px solid #FF9933;
    z-index: 1;
    font-size: 14px;
    padding: 0 1em 1em 1em;
}

.resultadosimple {
    font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
}

.tblInfoTermino {
    font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
}

.listaTerminos, .listaTerminos li {
    font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 8pt;
}

.listaTerminos {
    padding-bottom: 4px;
}

.valign {
    vertical-align: top;
}
/***** ALERTAS ******/
.alerta-derogado {
    background: url(../imagenes_Consulta/iconos/alerta_derogado.gif) 0 no-repeat;
    width: 120px;
    height: 20px;
    padding: 3px 0 3px 20px;
    margin-top: 5px;
    margin-bottom: 0px;
    background-position: left top;
    display: block;
}

.alerta-derogado a, .alerta-derogado a:hover {
    color: #323232;
}

.alerta-diferido {
    background: url(../imagenes_Consulta/iconos/alerta_diferido.gif) 0 no-repeat;
    width: 120px;
    height: 20px;
    padding: 3px 0 3px 20px;
    margin-top: 5px;
    margin-bottom: 0px;
    background-position: left top;
    display: block;
}

.alerta-diferido a, .alerta-diferido a:hover {
    color: #323232;
}

.alerta-actualizado {
    background: url(../imagenes_Consulta/iconos/alerta_actualizado.gif) 0 no-repeat;
    width: 120px;
    height: 20px;
    padding: 3px 0 3px 20px;
    margin-top: 5px;
    margin-bottom: 0px;
    background-position: left top;
    display: block;
}

.alerta-actualizado a, .alerta-actualizado a:hover {
    color: #323232;
}

.alerta-refunde {
    background: url(../imagenes_Consulta/iconos/alerta_refunde.gif) 0 no-repeat;
    width: 120px;
    height: 20px;
    padding: 3px 0 3px 20px;
    margin-top: 5px;
    margin-bottom: 0px;
    background-position: left top;
    display: block;
}

.alerta-refunde a, .alerta-refunde a:hover {
    color: #323232;
}

.alerta-refundido {
    background: url(../imagenes_Consulta/iconos/alerta_refundido.gif) 0 no-repeat;
    width: 120px;
    height: 20px;
    padding: 3px 0 3px 20px;
    margin-top: 5px;
    margin-bottom: 0px;
    background-position: left top;
    display: block;
}

.alerta-refundido a, .alerta-refundido a:hover {
    color: #323232;
}

.alerta-articulado {
    background: url(../imagenes_Consulta/iconos/alerta_articulado.gif) 0 no-repeat;
    width: 120px;
    height: 20px;
    padding: 3px 0 3px 20px;
    margin-top: 5px;
    margin-bottom: 0px;
    background-position: left top;
    display: block;
}

.alerta-articulado a, .alerta-articulado a:hover {
    color: #323232;
}

.alerta-proceso {
    background: url(../imagenes_Consulta/iconos/alerta_proceso.gif) 0 no-repeat;
    width: 120px;
    height: 20px;
    padding: 3px 0 3px 20px;
    margin-top: 5px;
    margin-bottom: 0px;
    background-position: left top;
    display: block;
}

.alerta-proceso a, .alerta-proceso a:hover {
    color: #323232;
}
/***** CLASES ESPECIALES ******/
.header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.contenido:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/**
 * Clases para convenios
 */
#ContTabul {
    border: 1px solid #B2B2B2;
    padding: 10px 0pt;
    width: 100%;
    font-size: 10pt;
}

.block {
    border: 1px solid #B2B2B2;
    color: #666666;
    font-size: 9pt;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 98%;
}

.block_title {
    background: #F4F4F4 none repeat scroll 0%;
    color: #336699;
    font-size: 10pt;
    height: 30px;
    text-align: left;
}

.tituloFiltro, .tituloFiltro2 {
    float: left;
    padding: 5px;
    width: 200px;
}

.tituloFiltro2 {
    padding: 5px 5px 5px 0;
}

.botonFiltro {
    float: right;
    padding: 5px 5px 0px;
    width: 100px;
}

.tabla_opciones {
    color: #666666;
    font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    margin-bottom: 7px;
    margin-left: 15px;
    margin-top: 2px;
    text-align: center;
    width: 98%;
}

.tabla_opciones td {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

.input_text, .input_textMat, .input_textConvenio {
    border: 1px solid #999999;
    color: #666666;
    font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    margin: 1px 1px 5px;
    padding: 3px 2px 2px;
    text-transform: capitalize;
    width: 320px;
}

.input_text {
    width: 120px;
}

.input_textConvenio {
    width: 300px;
}

.input_date {
    border: 1px solid #999999;
    color: #666666;
    font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    margin: 1px 1px 5px;
    padding: 3px 2px 2px;
    width: 6em;
}

.option {
    width: 500px;
}

.actions {
    padding: 10px;
    text-align: right;
}

.actions button {
    background-color: #FFFFFF;
    border: 1px solid #B2B2B2;
    color: #336699;
    cursor: pointer;
    font-family: "Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    height: 20px;
    margin: 0pt 10px;
    padding: 2px 5px;
}

.tablaDatos {
    margin: 0pt auto;
    padding-top: 10px;
    width: 98%;
}

.table_data {
    text-align: center;
    width: 100%;
}

.table_data td, th {
    border: 1px solid #B2B2B2;
    font-size: 8pt;
    padding: 2px;
    text-align: center;
}

.table_data th {
    background: #E2E3DB url(../imagenes_Consulta/fondos/tituloTabla.gif) repeat-x;
    color: #336699;
    font-size: 8pt;
    font-weight: normal;
    height: 16px;
    white-space: nowrap;
}

.table_data .categoria {
    width: 90px;
}

.table_data .agrupador {
    width: 150px;
}

.table_data .Materia_Lib {
    width: 200px;
}

.table_data .norma {
    width: 80px;
}

.table_data .fecha_pub {
    width: 90px;
}

.table_data .organismo {
    width: 120px;
}

.tblBuscadorAncho {
    width: 95%;
}

.titleSearch {
    background: #FFFFFF;
    color: #336699;
    font-size: 10pt;
    height: 30px;
    text-align: left;
}

.boton_cal {
    background: transparent url(../imagenes_Consulta/botones/bot_calendario.gif) no-repeat scroll 0pt;
    border: medium none;
    cursor: pointer;
    height: 15px;
    vertical-align: top;
    width: 30px;
}

.anchoNivel {
    width: 80%;
    float: left;
}

.tblSelect {
    width: 95%;
}

.anchoNivel .altoCelda36, .tblSelect .td {
    text-align: left;
    height: 36px;
    padding-left: 0px;
}

.radioButton {
    margin: 0pt 10px;
}

.altoFila {
    padding: 8px 0;
}

.botonFiltro {
    float: right;
    padding: 5px 5px 0px;
    width: 100px;
}

.botonCerrarConvenio {
    background: transparent url(../imagenes_Consulta/botones/bot_colapsar.jpg) no-repeat scroll 0pt;
    border: medium none;
    cursor: pointer;
    height: 14px;
    width: 14px;
}

.botonAbrirConvenio {
    background: transparent url(../imagenes_Consulta/botones/bot_expandir.jpg) no-repeat scroll 0pt;
    border: medium none;
    cursor: pointer;
    height: 14px;
    width: 14px;
}

.pagination {
    padding: 8px;
}

.paginacionConvenios {
    color: #666666;
    font-size: 9pt;
    font-style: normal;
    font-weight: normal;
    padding: 8px;
    margin-top: 5px;
    text-align: justify;
    text-decoration: none;
}

.cajita {
    background-color: #ececec;
    border: 1px solid #b5b5b5;
    padding: 20px;
    font: "Arial Rounded MT Bold";
    font-size: 12px;
}

.Estilo1_home {
    color: #336699;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.Estilo2_home {
    color: #336699
}

.Estilo3_home {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

.ul_home {
    margin-left: 16px;
}

.ul_home li {
    list-style-image: url(../imagenes_Consulta/bullet_toggle_plus.gif);
    list-style-position: inherit;
    vertical-align: baseline;
}

.Estilo4_home {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
}

.boton_cerrar {
    background: url(../imagenes_Consulta/botones/bt_cerrar.jpg) 0 0 no-repeat;
    width: 14px;
    height: 14px;
    border: none;
    padding: 5px;
    vertical-align: top;
    cursor: pointer;
    margin-right: 5px;
}

.cargandoWhite {
    background: url(../imagenes_Navegar/iconos/loading_20x20.gif) 0 0 no-repeat;
    width: 20px;
    padding-right: 20px;
    height: 20px;
}

#bot_pdf {
    background: url(../imagenes_Consulta/iconos/ic_pdf.gif) no-repeat;
    width: 16px;
    height: 16px;
    border: 0;
    margin: 3px 0;
}

#bot_txt {
    background: url(../imagenes_Consulta/iconos/ic_txt.gif) no-repeat;
    width: 16px;
    height: 16px;
    border: 0;
    margin: 3px 0 3px 6px;
}

#bot_csv {
    background: url(../imagenes_Consulta/iconos/ic_csv.gif) no-repeat;
    width: 16px;
    height: 15px;
    border: 0;
    margin: 3px 0 3px 10px;
}

#bot_word {
    background: url(../imagenes_Consulta/iconos/ic_word.gif) no-repeat;
    width: 16px;
    height: 16px;
    border: 0;
    margin: 3px 0;
}

.barra-roja {
    background: #C00;
    padding: 3px 10px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

/* ALERTAS CACHE */
#divAlertaCache {
    position: absolute;
    top: 125px;
    left: 530px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
}
#contenido ul {
	margin:0;
	padding:0;
	list-style:none;
}

#contenido ul li {
float:left;
margin-right:20px;
}

#contenido img {
cursor:pointer;
}

#ff {
position:relative;
top:4px;
}

#ch {
position:relative;
top:4px;
}

#sf {
position:relative;
top:1px;
}

#op {
position:relative;
top:3px;
}
