/* hoja de estructura general */

/* clases y selectores genéricos */

table {
    border-collapse:collapse;
    width: 100%;
}

form {
    margin: 0px;
    padding: 0px;
}

input.txtcampo {
    border: 1px solid #9d9da1;
    background-color: #FFFFFF;
}

img {
    border: 0px;
}

a.blanco {
    text-decoration: none;
    color: white;
}

a.blanco:hover {
    color: #f11f1e;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.finbloquefloat {
    clear: both;
    font-size: 0px;
}

.oculto {
    display: none;
}

.visible {
    display: block;
}

/* fin clases y selectores genéricos */

/* cabecera de página */

.skipnav { 
    text-align: left;
    position: absolute;
}
.skipnav a { 
    position: absolute; 
    left: -10000px; 
    width: 1px; 
    height: 1px; 
    overflow: hidden; 
}
.skipnav a:focus, .skipnav a:active { 
    position: static; 
    left: 0; 
    width: auto; 
    height: auto; 
    overflow: visible; 
    text-decoration: underline;
    background: white;
    padding: 0.2em; 
}
.skiptarget {
    width: 1px;
    height: 1px;
    overflow: hidden;
    float: right;
}


/* pestañas bajo la cabecera */

div.pest {
    height: 28px;
    background: url(../imagenes/portal/fondo_subcab.gif) repeat-x;
    float: left;
}

div.titulopest {
    width: 918px;
    height: 29px;
}

div.pest_izq {
    width: 9px;
    height: 29px;
    background: url(../imagenes/portal/fondo_subcab_izq.gif) no-repeat;
    font-size: 0px;
    float: left;
}

div.pest_centro_izq {
    padding-top: 5px;
    font-size: 0.8em;
    color: white;
    float: left;
}

div.pest_centro_dcha {
    padding-top: 5px;
    font-size: 0.8em;
    color: white;
    float: right;
}

div.pest_dcha {
    width: 9px;
    height: 29px;
    background: url(../imagenes/portal/fondo_subcab_dcha.gif) no-repeat;
    font-size: 0px;
    float: right;
}

div.icopest {
    width: 30px;
    margin-left: 1px;
    float: right;
}

/* contenedor del menú y la zona de contenido */
#contenedor {
    background-color: white;
}

/* barra de selector de cliente */
#subcabecera2 {
    height: 36px;
    width: 100%;
    background: url(../imagenes/portal/fondo_subcab2.gif) bottom;
    text-align: left;
}

#subcab2_izq {
    height: 36px;
    width: 49%;
    padding-left: 9px;
    float: left;
}

#subcab2_izq select {
    margin: 10px 5px 0px 0px;
    width: 500px;
    float: left;
}

#subcab2_dcha {
    height: 36px;
    width: 49%;
    padding-right: 9px;
    float: right;
    text-align: right;
}

#subcab2_dcha div.enlace_subcab2 {
    height: 37px;
    float: right;
    background: url(../imagenes/portal/ico_2.gif) left top no-repeat;
    padding-left: 40px;
    white-space: nowrap;
    vertical-align: bottom;
}

#subcab2_dcha div.enlace_subcab2 p {
    padding: 10px 0px 0px 0px;
    margin: 0px;
    font-size: 0.8em;
}


/* cierre de página */

/* barra de título roja */
h2.barraroja {
    height: 21px; /* 25 */
    margin: 0px;
    padding: 4px 5px 0px 5px;
    /*background: url(../imagenes/portal/fondo_barra_roja.gif) no-repeat;*/
    background: #f11f1e; /* Old browsers */
    background: -moz-linear-gradient(top, #f11f1e 0%, #f11f1e 50%, #df0303 51%, #df0303 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f11f1e 0%, #f11f1e 50%, #df0303 51%, #df0303 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f11f1e 0%, #f11f1e 50%, #df0303 51%, #df0303 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#f11f1e', endColorstr='#df0303', GradientType=0 ); /* IE6-9 */
    border-radius: 4px;
    font-size: 0.8rem;
    color: white;
    /*clear: both;*/
}

h2.barrarojalarga {
    height: 21px; /* 25 */
    margin: 0px;
    padding: 4px 5px 0px 5px;
    /*background: url(../imagenes/portal/fondo_barra_roja_larga.gif) no-repeat;*/
    background: #f11f1e; /* Old browsers */
    background: -moz-linear-gradient(top, #f11f1e 0%, #f11f1e 50%, #df0303 51%, #df0303 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f11f1e 0%, #f11f1e 50%, #df0303 51%, #df0303 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f11f1e 0%, #f11f1e 50%, #df0303 51%, #df0303 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#f11f1e', endColorstr='#df0303', GradientType=0 ); /* IE6-9 */
    border-radius: 4px;
    font-size: 0.8em;
    color: white;
    /*clear: both;*/
}

#scroll {
    height: 465px;
    padding-right: 1px;
    overflow: auto;
}
/* bloque de contenido bajo las barras de título rojas */

#contenido .bloque div.bloquedcha2 {
    float: right;
    padding: 5px 0px 10px 0px;
}

/* elementos interiores a los bloques de contenido */
ul.lista {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul.lista li {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

ul.lista li.atencion {
    margin-left: 25px;
    list-style-image: url(../imagenes/portal/ico_atencion.gif)
}

ul.lista li.nota {
    margin-left: 25px;
    list-style-image: url(../imagenes/portal/ico_nota.gif)
}

div.link_fin_bloque {
    padding: 15px 5px 0px 0px;
    text-align: right;
    font-size: 0.9em;
}

div.buscador {
    padding: 10px 10px 0px 10px;
}

div.buscador select {
    width: 150px;
    margin-right: 7px;
}

div.buscador input.fecha {
    width: 70px;
    margin-right: 7px;
}

div.buscador img {
    vertical-align: middle;
    margin: -2px 5px 0px 0px;
}

div.buscador input.imagensubmit {
    margin: 0px 0px 0px 10px;
    vertical-align: middle;
}

div.col_detalle {
    width: 338px; /* 366 */
    min-height: 360px;
    height: auto !important;
    height: 360px; /* 210 */ /* 230 */
    padding: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f8f8f8+0,f8f8f8+50,e5e5e5+100 */
    background: #f8f8f8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f8f8f8 0%, #f8f8f8 50%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f8f8f8 0%,#f8f8f8 50%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f8f8f8 0%,#f8f8f8 50%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
}

/* Página de catálogo */

.mensajeInfo em {
    padding: 5px 0px 0px 0px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1em;
    float: left;
    color: #000000;
}

table.tablaCabecera {
    width: 100%;
}

hr.linea {
    height: 3px;
    border: 0;
    color: #B0B0B0;
    background-color: #B0B0B0;
    width: 100%;
    overflow: hidden;
}

div.mensajeReciboIzquierda {
    float: left;
    width: 520px;
}

div.mensajeReciboDerecha {
    float: right;
    width: 180px;
}

div.mensajeReciboDerecha div.btnrecibo {
    float: left;
    clear: both;
    margin: 0.2em 0em;
}

div.mensajeReciboDerecha div.btnrecibo a {
    width: 15em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 0.8em;
    color: #FFFFFF;
    float: left;
    background-color: #E7131A;
    text-align: center;
    padding: 0.4em 0em 0.6em 0em;
    border: 1px outset;
    cursor: pointer;
    text-decoration: none;
}

div.mensajeReciboDerecha div.btnrecibo a:hover {
    text-decoration: none;
}
/* FIN Página de catálogo */


div.alert {
  padding: 10px;
  color: #31708f;
  background-color: RGBA(2,122,131,0.14);
  border-color: #bce8f1;
  border: 1px solid #bce8f1;
  border-radius: 5px;
}