@font-face {
    font-family: 'Lato';
    src: url('lato-bold.eot');
    src: url('lato-bold.eot?#iefix') format('embedded-opentype'), url('lato-bold.woff') format('woff'), url('lato-bold.ttf') format('truetype'), url('lato-bold.svg#latobold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url('lato-regular.eot');
    src: url('lato-regular.eot?#iefix') format('embedded-opentype'), url('lato-regular.woff') format('woff'), url('lato-regular.ttf') format('truetype'), url('lato-regular.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* normalize.css v2.0.1
------------------------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
}

abbr[title] {
    text-decoration: none !important;
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Elementos
------------------------------------------------------------- */

body {
    margin: 0;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #2c3e50;
    background-color: #ecf0f1;
}
a {
    color: #2980b9;
    text-decoration: none;
}
a:hover {
    color: #3498db;
}
header {
    padding-bottom: 9px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: 700;
    line-height: 1;
    color: #2c3e50;
    text-rendering: optimizelegibility;
}
h1 {
    font-size: 36px;
    line-height: 40px;
}
h2 {
    font-size: 30px;
    line-height: 40px;
}
h3 {
    font-size: 24px;
    line-height: 40px;
}
h4 {
    font-size: 18px;
    line-height: 20px;
}
h6 {
    font-size: 12px;
    line-height: 20px;
}
p {
    margin: 0 0 10px;
}
small {
    color: #7f8c8d;
}
b,
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
cite {
    font-style: normal;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
button,
input,
select,
textarea {
    margin: 0;
    vertical-align: middle;
    font-size: 100%;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 20px;
}
button,
input {
    *overflow: visible;
    line-height: normal;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
label,
input,
button,
select,
textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
input {
    margin-left: 0;
}
select,
textarea,
input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input {
    background-color: #ffffff;
    border: 1px solid #bdc3c7;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ecf0f1;
}
select,
input[type="file"] {
    height: 30px;
    *margin-top: 4px;
    line-height: 30px;
}
select {
    background-color: #FFFFFF;
    border: 1px solid #bdc3c7;
    width: 220px;
}
select:focus,
input[type="file"]:focus {
    outline: thin dotted #333333;
    outline-offset: -2px;
}
dl {
    margin: 0 0 10px;
}
dt,
dd {
    margin: 0;
    padding: 0;
    line-height: 20px;
}

/* Formularios
------------------------------------------------------------- */

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button {
    cursor: pointer;
    -webkit-appearance: button;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
    border-color: #2980b9;
    outline: 0;
    outline: thin dotted \9;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #ecf0f1;
}
label:hover {
    color: #3498db;
}
form div.inicia label,
form div.inicia span.etiqueta {
    display: block;
    margin-bottom: 5px;
    margin-right: 10px;
    padding-top: 5px;
}
form div.inicia {
    text-align: right;
}
form div.finaliza {
    margin-bottom: 20px;
}
form div.finaliza label {
    display: inline-block;
    min-height: 18px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-left: 18px;
    vertical-align: middle;
}
form .cuerpo,
form div input {
    margin-bottom: 0;
}
form .pie {
    text-align: right;
}
.boton {
    display: inline-block;
    padding: 4px 14px;
    margin-bottom: 0;
    /*font-size: 14px;*/
    line-height: 24px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #2980b9;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.boton:hover,
.boton:active {
    color: #fff;
    background-color: #3498db;
}
.boton:first-child {
    *margin-left: 0;
}
.principal {
    color: #ffffff;
    background-color: #2980b9;
}
.principal:hover,
.principal:active {
    color: #ffffff;
    background-color: #3498db;
}
.grande {
    padding: 9px 14px;
    font-size: 16px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Posicionamiento
------------------------------------------------------------- */

#cerco {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}
#contenido {
    position: relative;
}
#inicio {
    z-index: 99;
    position: absolute;
    left: 0;
    top: 0;
}
#salir {
    z-index: 99;
    position: absolute;
    right: 0;
    top: 0;
}
.total {
    display: inline;
    float: left;
    position: relative;
    width: 940px;
    margin-left: 10px;
    margin-right: 10px;
}
.doble,
.triple,
.nonuple,
.decuplo {
    display: inline;
    float: left;
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
}
.doble {
    width: 14.666%;
}
.triple {
    width: 23%;
}
.septuple {
    width: 56.333%;
}
.nonuple {
    width: 73%;
}
.decuplo {
    width: 81.333%;
}
.inicia {
    margin-left: 0;
}
.finaliza {
    margin-right: 0;
}
.restablecer {
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.ocultar {
    display: none;
}

/* Estilos generales
------------------------------------------------------------- */

header#cabecera {
    margin-top: 20px;
    margin-bottom: 10px;
}
/*#cabecera .finaliza {*/
    /*background: transparent url("../img/archivero-logo.png") right 50% no-repeat;*/
/*}*/
#cabecera .finaliza h1 {
    /*margin-left: 20px;*/
}
.bordes {
    position: relative;
    border: 1px solid #bdc3c7;
    background-color: #ffffff;
    border-radius: 4px 4px 4px 4px;
}
.cabecera {
    margin-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
    padding: 9px 15px;
}
.cabecera h3 {
    line-height: 30px;
    margin: 0;
}
.cuerpo {
    margin-bottom: 20px;
    padding: 0 15px;
}
.pie {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}
.error {
    position: relative;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    /*border: 1px solid #EED3D7;*/
    padding: 8px 14px 8px 14px;
    background-color: #e74c3c;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.error h4 {
    color: #fff;
}
.mensaje {
    position: relative;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    border: 1px solid #bce8f1;
    padding: 8px 14px 8px 14px;
    background-color: #d9edf7;
    color: #3a87ad;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.error .grafico,
.mensaje .grafico {
    float: left;
    height: 80px;
    padding-right: 14px;
}
.error a {
    margin: 0 4px;
    border: 1px solid #fff;
    /*padding: 0 4px;*/
    /*background-color: #fff;*/
}
.grafico i {
     font-size: 64px;
 }

.mensaje h4,
.mensaje p {
    margin: 10px 0;
}
.modal {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin: -250px 0 0 -280px;
    overflow: auto;
    position: fixed;
    top: 50%;
    width: 560px;
    z-index: 1050;
}
.advertencia {
    color: #e74c3c;
    /*font-weight: bold;*/
}

/* Instalación
------------------------------------------------------------- */

#instalacion {
    margin-bottom: 20px;
}
#instalacion small {
    margin-left: 9px;
}


/* Pestañas
------------------------------------------------------------- */

#pestanas {
    position: relative;
}
#pestanas ul {
    height: 37px;
    margin: 0;
    border-bottom: 1px solid #bdc3c7;
    padding: 0 0 0 24%;
    list-style: none;
}
#pestanas ul li {
    float: left;
    margin-bottom: 0px;
    margin-right: 2px;
    line-height: 20px;
}

#pestanas ul li a {
    display: block;
    margin-right: 2px;
    border: 1px solid transparent;
    border-bottom: none;
    padding: 8px 12px;
    background-position: 12px 50%;
    background-repeat: no-repeat;
    line-height: 20px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

#pestanas ul li a:hover {
    /*background-color: #f7f9f9;*/
    background-color: #fff;
}
#pestanas ul li.activa a,
#pestanas ul li.activa a:hover {
    border: 1px solid #bdc3c7;
    border-bottom-color: transparent;
    background-color: #ffffff;
    color: #34495e;
    cursor: default;
}

#pestanas ul li.activa {
    margin-bottom: -1px;
    border-bottom-color: #FFFFFF;
}
#pestanas .contenido {
    border-top: none;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

#pestanas .cabecera h3 i {
    /*color: #c09853;*/
}

/* Títulos
------------------------------------------------------------- */

.contenido .cabecera {
    padding-top: 20px;
    padding-left: 25%;
}
#contenido-importar > .error {
    width: 90%;
    margin-top: 20px;
}
/*#contenido-cfds .cabecera {*/
    /*background-image: url("../img/cfds-icono.png");*/
/*}*/

/*#contenido-buscar .cabecera {*/
    /*background-image: url("../img/buscar-icono.png");*/
/*}*/

/*#contenido-agregar .cabecera {*/
    /*background-image: url("../img/agregar-icono.png");*/
/*}*/

/* Directorios
------------------------------------------------------------- */

#directorios div.bordes {
    margin: 0 0 20px 15px;
}

#directorios h4 {
    margin: 0;
    padding: 19px 15px;
    color: #2980b9;
    cursor: pointer;
}

#directorios h4:hover {
    color: #3498db;
}

#directorios h4.activa {
    color: #2c3e50;
    cursor: default;
}

/*#emitidos h4 {*/
    /*background-image: url("../img/emitidos-n.png");*/
/*}*/

/*#emitidos h4:hover {*/
    /*background-image: url("../img/emitidos-a.png");*/
/*}*/

/*#recibidos h4 {*/
    /*background-image: url("../img/recibidos-n.png");*/
/*}*/

/*#recibidos h4:hover {*/
    /*background-image: url("../img/recibidos-a.png");*/
/*}*/

#directorios dl {
    margin-bottom: 0;
    border-top: 1px solid #EEEEEE;
    padding: 15px;
    background-color: #F5F5F5;
}

#directorios dt {
    color: #2980b9;
    cursor: pointer;
}

#directorios dt:hover {
    color: #3498db;
}


#directorios dt.activa,
#directorios li.activa a {
    color: #2c3e50;
    cursor: default;
}

#directorios li.activa a {
    /*padding-right: 24px;*/
    /*background: transparent url("../img/activa.png") right 50% no-repeat;*/
}

.js #directorios dl,
.js #emitidos dd,
.js #recibidos dd {
    display: none;
}

#directorios ol {
    margin: 0 0 15px 15px;
    padding: 0;
    list-style: none;
}

#directorios li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* CFDs
------------------------------------------------------------- */

#cfds {
    position: relative;
    margin-bottom: 20px;
}

#cfds th {
    padding: 8px;
    line-height: 20px;
    border-collapse: collapse;
}

#registros {
    width: 100%;
}
#registros th {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

#registros th span {
    display: block;
    padding: 8px;
    line-height: 20px;
    white-space: nowrap;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

#registros th.header span:hover {
    color: #0088cc;
    cursor: pointer;
}
#registros th.headerSortDown span,
#registros th.headerSortUp span {
    border-bottom: 2px solid #2c3e50;
    /*background-color: #bdc3c7;*/
}
#registros th.headerSortDown span:after {
    content: " \2191";
}
#registros th.headerSortUp span:after {
    content: " \2193";
}

#cancelado {
    text-transform: uppercase;
    color: #b91e03;
    margin-top: 0;
    border-bottom: 1px solid #b91e03;
}

#descargar {
    position: absolute;
    right: 0;
    top: 0;
}
#descargar a.boton {
    color: #fff;
    background-color: #27ae60;
}
#descargar a.boton:hover,
#descargar a.boton:active {
    color: #fff;
    background-color: #2ecc71;
}

#descargar span.cancelado {
}

#cfds .registros td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

#cfds .registros td.cancelado {
    color: #c0392b;
}

#cfd,
#cfd table.registros {
    min-width: 100%;
}

#cfd td {
    vertical-align: top;
    padding: 8px;
}

#cfd dl {
    padding: 9px;
}

#cfd dt {
    color: #7f8c8d;
    font-weight: normal;
}

#cfd dd {
    margin-left: 9px;
    font-weight: bold;
}

#cfd h4 {
    margin-top: 0;
}

#cfd td.limpia {
    border: 0;
}

#cfd td.centro {
    text-align: center;
}

#cfd td.derecha {
    text-align: right;
}

#cfd td.izquierda {
    text-align: left;
}

#cfd td.imprimir {
    padding: 0 20px 0 0;
    text-align: right;
}

/*#cfd td.imprimir a {*/
    /*padding-left: 24px;*/
    /*background: transparent url("../img/imprimir-n.png") left 50% no-repeat;*/
/*}*/

/*#cfd td.imprimir a:hover {*/
    /*background: transparent url("../img/imprimir-a.png") left 50% no-repeat;*/
/*}*/

.alarma {
    color: #fff;
    background-color: #c0392b;
}
.alarma:hover,
.alarma:active {
    color: #fff;
    background-color: #e74c3c;
}
.alerta {
    color: #fff;
    background-color: #d35400;
}
.alerta:hover,
.alerta:active {
    color: #fff;
    background-color: #e67e22;
}

/* Paginación
------------------------------------------------------------- */

#paginacion {
    margin: 20px 0 0;
    text-align: center;
}

/*#paginacion img,*/
#paginacion span,
#paginacion select {
    margin: 0 9px;
    display: inline-block;
}

#paginacion i {
    color: #2980b9;
    font-size: 18px;
    vertical-align: text-top;
    cursor: pointer;
}

#paginacion .p-mostrar {
    font-weight: 700;
    letter-spacing: 3px;
    /*border-left: 2px solid #2980b9;*/
}

#paginacion i:hover {
    color: #3498db;
}

#paginacion span {
    line-height: 30px;
}

#paginacion select {
    width: auto;
    margin: 0 0 0 9px;
}

/* Pie
------------------------------------------------------------- */

#pie {
    text-align: center;
}

#pie span {
    font-weight: normal;
}

#pie a:hover {
    border-bottom: 1px dotted #005580;
}

/* Íconos
------------------------------------------------------------- */

@font-face {
    font-family: 'iconos';
    src:  url('iconos.eot?n7n27w');
    src:  url('iconos.eot?n7n27w#iefix') format('embedded-opentype'), url('iconos.ttf?n7n27w') format('truetype'), url('iconos.woff?n7n27w') format('woff'), url('iconos.svg?n7n27w#iconos') format('svg');
    font-weight: normal;
    font-style: normal;
}
i {
    font-family: 'iconos' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icono-cancelar:before {
    content: "\e900";
}
.icono-agregar:before {
    content: "\e901";
}
.icono-actual:before {
    content: "\e914";
}
.icono-regresar:before {
    content: "\e907";
}
.icono-inicio:before {
    content: "\e902";
}
.icono-borrar:before {
    content: "\e908";
}
.icono-mensaje:before {
    content: "\e90a";
}
.icono-ingresar:before {
    content: "\e910";
}
.icono-emitidos:before {
    content: "\e90b";
}
.icono-recibidos:before {
    content: "\e90c";
}
.icono-buscar:before {
    content: "\e903";
}
.icono-ascendente:before {
    content: "\e911";
}
.icono-descargar:before {
    content: "\e904";
}
.icono-descendente:before {
    content: "\e912";
}
.icono-salir:before {
    content: "\e90d";
}
.icono-imprimir:before {
    content: "\e909";
}
.icono-cfds:before {
    content: "\e90e";
}
.icono-primera:before {
    content: "\e905";
}
.icono-anterior:before {
    content: "\e906";
}
.icono-siguiente:before {
    content: "\e90f";
}
.icono-ultima:before {
    content: "\e913";
}

/* Impresión
------------------------------------------------------------- */

#opciones {
    margin-bottom: 20px;
    margin-left: 90px;
}

#opciones a {
    margin-right: 20px;
    /*padding-left: 24px;*/
}

#opciones a:hover {
    text-decoration: none;
}

/*#opciones a.regresar {*/
    /*background: transparent url("../img/regresar-n.png") left 50% no-repeat;*/
/*}*/

/*#opciones a.regresar:hover {*/
    /*background: transparent url("../img/regresar-a.png") left 50% no-repeat;*/
/*}*/

/*#opciones a.imprimir {*/
    /*background: transparent url("../img/imprimir-n.png") left 50% no-repeat;*/
/*}*/

/*#opciones a.imprimir:hover {*/
    /*background: transparent url("../img/imprimir-a.png") left 50% no-repeat;*/
/*}*/

#formato {
    border: 1px solid #999;
}

@media print {

    body,
    #cerco,
    #contenedor {
        margin: 0 !important;
        padding: 0 !important;
    }

    #formato {
        border: 0;
    }

    #cabecera,
    #inicio,
    #opciones,
    #salir,
    #pie {
        display: none;
    }

}