/*
Theme Name: QProcesa
Theme URI: http://www.qprocesa.com
Description: Tema para uso exclusivo de Aplika.
Version: 1.1
Author: Violeta Rosales / Aplika Systems
Author URI: http://www.violetarosales.com
*/

/* --- RESET */
/* font face aqui, para que cargue luego, luego */
@font-face {
    font-family: Titilium;
    font-weight: bold;
    src: local("/r/m/fuentes/TitilliumMaps26L002.otf"), url("/r/m/fuentes/TitilliumMaps26L002.otf");
}
@font-face {
    font-family: Titilium;
    font-weight: normal;
    src: local("/r/m/fuentes/TitilliumTitle20.otf"), url("/r/m/fuentes/TitilliumTitle20.otf");
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0 auto;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}
body {
    line-height: 1;
    font-family:Arial, Verdana, Geneva, sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins, a {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* RESET ---*/

/* --- Estilos */

/* parrafos */

sup {
    line-height: 8px;
    font-size: 8px;
    padding:0;
    margin:0;
    font-family:Verdana, Geneva, sans-serif;
}

p {
    font-family:Arial, Helvetica, sans-serif;
    padding: 0 0 10px 0;
    line-height:18px;
}
p.telefono {
    background:url("/r/m/imagenes/telefono.png") top left no-repeat;
    padding: 0 0 10px 20px;
}
p.direccion {
    background:url("/r/m/imagenes/direccion.png") top left no-repeat;
    padding: 0 0 10px 20px;
}
p.email {
    background:url("/r/m/imagenes/email.png") top left no-repeat;
    padding: 0 0 10px 20px;
}
p.descripcion {
    font-size:12px;
    line-height:20px;
    padding:15px 0;
}
p.es {
    background: url("/r/m/imagenes/mex.png") 10px 50%  no-repeat;
    padding: 10px 10px 10px 35px;
}
p.en {
    background: url("/r/m/imagenes/usa.png") 10px 50%  no-repeat;
    padding: 10px 10px 10px 35px;
}
p.precioChiquito {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
    font-size:14px;
}
p.desde {
    padding:0;
}

/* links */
a {
    border-bottom:solid 1px #666;
    color:#666;
}

a:hover {
    border-bottom:solid 1px #333;
    color:#333;
}

a.noborder {
    border-bottom:none;
}

/* titulos */
h1 {
    font-family:"Titilium", Arial, Helvetica;
    font-size:23px;
    font-weight:bold;
    color:#008080;
    padding:0 0 10px 0;
}
h1.titulopagina {
    color:#FFF;
    line-height:50px;
    padding:0;
}
h1.tituloproducto {
    padding:30px 0 10px 0;
}
h2 {
    font-family:"Titilium", Arial, Helvetica;
    font-size:23px;
    font-weight:bold;
    color:#008080;
    padding:0 0 10px 0;
}
h2.precio {
    font-family:"Titilium", Arial, Helvetica;
    font-weight:bold;
    text-align:center;
    font-size:30px;
    color:#333;
    padding:0;
}
h3 {
    font-family:"Titilium", Arial, Helvetica;
    font-size:16px;
    font-weight:bold;
    text-align:left;
    color:#333;
    padding:0 0 10px 0;
}

/* Rock INICIO */
h4 {
    font-family:"Titilium", Arial, Helvetica;
    font-size:14pt;
    font-weight:bold;
    text-align:left;
    color:#333;
    border-bottom: 1px solid #008080;
    padding-bottom: 0.1em;
    margin: 0.8em 0 0.4em 0;
}

h5 {
    font-family:"Titilium", Arial, Helvetica;
    font-size:12pt;
    font-weight:normal;
    text-align:left;
    color:#333;
    border-bottom: 1px solid #76BABB;
    padding-bottom: 0.1em;
    margin: 0.8em 0 0.4em 0;
}

h4.primero {
    margin-top: 0.4em;
}
/* Rock FIN */

/* formularios */

#formularito td {
    padding:5px;
}
#formularito {
    font-family:Arial, Helvetica, sans-serif;
}
.textinput {
    background:#E6E6E6 url("/r/m/imagenes/fondo_input.png") top center repeat-x;
    border:#E6E6E6 solid 1px;
    padding:3px;
    width:150px;
}

/* separadores */
hr {
    clear:both;
}
hr.chico {
    background:url("/r/m/imagenes/separador_horizontal_chico.png") top center no-repeat;
    width:100%;
    height:20px;
    border:none;
}
hr.mediano {
    background:url("/r/m/imagenes/separador_horizontal_mediano.png") top center no-repeat;
    width:100%;
    height:20px;
    border:none;
}
hr.grande {
    background:url("/r/m/imagenes/separador_horizontal_grande.png") top center no-repeat;
    width:100%;
    height:20px;
    border:none;
}
/* thumbs */
.zoom {
    background:url("/r/m/imagenes/sombra_fotito.png") no-repeat bottom center;
    height:100px;
    padding:5px 10px 25px 10px;
    overflow:hidden;
}
.zoom span {
    display:block;
    position:relative;
    top:0px;
    left:0px;
    background:url("/r/m/imagenes/zoom.png");
    width:150px;
    height:100px;
    z-index:99999999;
    top:-100px;
    opacity:0;
}
.caja {
    padding:0 20px 0 0;
}

/* listas */

ul {
    padding:0 0 0 5px;
    margin:0 auto 0 20px;
    font-family:Arial, Helvetica, sans-serif;
}
ul li {
    background:	url("/r/m/imagenes/palomita.png") top left no-repeat;
    line-height:18px;
    padding:0 0 5px 23px;
}

ol {
    padding:0 0 0 5px;
    margin:0 auto 0 40px;
    font-family:Arial, Helvetica, sans-serif;
}
ol li {
    list-style-type:decimal;
    line-height:18px;
    padding:0 0 5px 0;
}

/* alineacion */
.alignleft {
    text-align:left;
}
.alignright {
    text-align:right;
}
.aligncenter {
    text-align:center;
}
.floatleft {
    float:left;
}
.floatright {
    float:right;
}
.clear {
    clear:both;
}
/* botones */
.contenedorBoton {
    float: left;
}
/* Estilos ---*/

/* --- Estructura */
body.pagina {
    background: #FFF url("/r/m/imagenes/bg.png") top center repeat-x;
    font-size:11px;
}
#contenedor {
    /*  Rob: Necesito más espacio  */
    /*    width:990px;*/
    min-width: 990px;
    width:80%;
    /*    overflow:hidden;*/
}
#header {
    height:77px;
}
#logo {
    float:left;
    padding:0px 0 0 0;
}
#menu {
    margin:18px 15px 0 0;
    display:block;
    float:right;
}
#menu ul {
    list-style: none;
    margin: 0;
    padding:0;
}
#menu li {
    float:left;
    position: relative;
    padding:0;
    margin:0;
    background:none;
}
#menu a {
    display:block;
    text-decoration:none;
    color:#fff;
    padding:0 12px;
    line-height:40px;
    font-family:"Titilium", Arial, Helvetica;
    font-size:18px;
    font-weight:bold;
    border-bottom:none;
}
.formita {
    display:none;
    position:absolute;
    top:40px;
    right:0px;
    float:left;
    width: 180px;
    z-index: 99999;
    background:#222;
    box-shadow: 0px 0px 5px #222;
}

#menu ul ul li {
    font-family:Arial, Helvetica, sans-serif;
    color:#FFF;
    padding:10px;
}
#menu ul ul ul {
    left:100%;
    top:0;
}
#menu ul ul a {
    background:#222;
    height:auto;
    line-height:35px;
    width: 150px;
    font-family:Arial, Verdana, Geneva, sans-serif;
    font-size:12px;
    font-weight:normal;
    border-bottom:none;
}
/* primer nivel */
#menu li:hover > a {
    background:#222;
}
/* segundo nivel
#menu ul ul:hover > a {
        background:#333;
}
#menu ul li:hover > ul {
        display:block;
} */

#menu .current_page_parent, #menu .current_page_item, #menu .current_page_ancestor {
    background:#000;
}

.ingresar {
    background:url("/r/m/imagenes/ingresar.png");
    line-height:19px;
    font:Arial, Helvetica, sans-serif;
    color:#333;
    width:59px;
    height:19px;
    border:none;
    margin:0 auto;
}

#contenido {
    padding:20px 0 0 0;
    /*    overflow:hidden;*/
}
#colDerecha {
    width:300px;
    background: url("/r/m/imagenes/separador_vertical_grande.png") no-repeat top left;
    float:right;
    padding: 0 0 0 30px;
    height:1000px
}
#colIzquierda {
    width:650px;
    float:left;
}
.moduloComprar {
    background:url("/r/m/imagenes/comprar_en_linea.png");
    width:220px;
    height:306px;
}
.moduloComprar img {
    padding:10px 0 0 0;
}
.casosUso {
    background:url("/r/m/imagenes/casos_uso.png");
    width:220px;
    height:334px;
}
#modulos {
    float:right;
    width:220px;
}
#informacion {
    float:left;
    width:420px;
}
/* Estructura ---*/


/* TABLA ---*/
table.datos {
    border:#999 solid 1px;
    text-align:center;
}

.datos th {
    background:url("/r/m/imagenes/fondo_th.png");
    border:#999 solid 1px;
    /*    line-height:43px;*/
    font-size:13px;
}

.datos td {
    border:#999 solid 1px;
    line-height:25px;
}

.non {
    background:#f4f4f4;
}

.par{
    background:#e8e8e8;
}
.non .total, .non.total {
    background:#eeffff;
}

.par .total, .par.total {
    background:#d8f1f1;
}

/* --- TABLA */

/* --- COMBOS */
#dropdown1 {
    position:relative;
    z-index:2;
}

#dropdown2 {
    position:relative;
    z-index:1;
    margin-left:170px;
}

#dropdown3 {
    position:relative;
    z-index:0;
    margin-left:340px;
}


.dropdown {
    background:#fff;
    color:#333;
    border-radius:8px;
    cursor:pointer;
    margin:0;
    padding:0;
    position:absolute;
    box-shadow: 0px 0px 5px #AAA;
}

.dropdown a {
    border:none;
    text-decoration:none;
    color:#333;
}

.dropdown {
    list-style-type:none;
    margin:0;
    padding:0;
    width:150px;
    margin:0 auto;
    border:solid #666 1px;
    font-size:12px;
}

.drop ul {
    list-style-type:none;
    margin:0;padding:0;
}

.drop ul li {
    display:none;
    background-color:#fff;
    padding:8px;
}

.drop ul li:last-child {
    display:none;
    border-radius:0 0 8px 8px;
}

.selected {
    padding:8px;
    color:#333;
    background:url("/r/m/imagenes/arrow.png") 130px 5px no-repeat;
}

.drop ul li:hover {
    background-color:#ccc;
}
/* COMBOS ---*/


/*--- FECHA */
#fechas {
    margin-left:340px;
}
.fecha_sel,
#fechaInicial,
#fechaFinal,
#fecha_inicio,
#fecha_fin {
    background:#fff;
    color:#333;
    border-radius:8px;
    cursor:pointer;
    box-shadow: 0px 0px 5px #AAA;
    width:145px;
    margin:auto 10px auto auto;
    border:solid #666 1px;
    padding:6px 8px;
    font-size:12px;
    background:url("/r/m/imagenes/calendario.png") 137px 6px no-repeat;
}
/* FECHA ---*/
.error {
    padding:5px 0;
}

/* Rock - ya le metí mano, porque estaba muy grueso*/

hr {
    border-bottom: 1px solid #d1d1d1;
    border-top:none;
    border-left:none;
    border-right:none;
}



/* centrado del label */

table th, .datos th {
    /*	padding-right: 0.5em;
        padding-left: 0.5em;*/
    padding: 1em 0.5em;
}
table td, .datos td {
    padding: 0.25em 0.5em;
    vertical-align: middle;
}

#footer {
    text-align:center;
}

/* Más Rock */
.final {
    background:url("/r/m/imagenes/fondo_th2.png");
    border:#999 solid 1px;
    /*    line-height:43px;*/
    font-size:8pt;
    font-weight: bold;
}

td.normalheight {
    line-height: normal;
    font-size: 10pt;
    padding: 0.5em 0.75em;
    text-align: center;
    vertical-align: middle;
}

.datos td.normalheight a {
    border-style: none;
    text-decoration: underline;
}

td.normalheight.left {
    text-align: left;
}

td.normalheight.right {
    text-align: right;
}

.datos td.normalheight.vacio, .datos td.normalheight .vacio {
    color: #777;
}

.datos td.normalheight > hr {
    border-bottom: 1px solid #999;
    border-top:none;
    border-left:none;
    border-right:none;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.datos td.normalheight > .floatright+hr, .datos td.normalheight > .floatleft+hr {
    margin-top: 1.5em;
}

.datos .consejo, .datosNueva .consejo {
    color: #008080;
    font-size: 8pt;
}

.datos .consejo.color_normal {
    color: #000;
    font-size: 8pt;
}

.datos .consejo.esquina {
    margin: -0.75em -1em;
    padding: 0.1em 0.25em;
}

.datos .final .consejo, .datos th .consejo {
    padding: 0.1em 0.25em;
    background-color: #cfe7e8;
    font-size: 8pt;
    border: 1px solid #7bb3b3;
}

.datos .final .consejo.esquina {
    border: 1px solid #999;
}

.datos tr.subtitulo td {
    color: #008080;
    line-height: normal;
    font-size: 8pt;
    text-align: center;
    vertical-align: middle;
    background-color: #cfe7e8;
    background:url("/r/m/imagenes/fondo_th2.png");
    font-weight: bold;
}

.datos tr.subtitulo td.fuerte {
    font-size: 10pt;
}

.alto {
    line-height:35px;
}

.mediano {
    line-height:1.5em;
}

.datos button {
    /* Rob: El tamaño no concuerda con los demás */
    /*    font-size: 8pt;*/
}

/* Impresión */

.etiqueta_imprimir {
    font-size: 10pt;
}

/* Barra de botones */

.botones {
    margin: 2em auto;
    text-align: center;
}

.botones.right {
    text-align: right;
}

/* Consejos */

div.mensaje {
    margin: 1em 0 0 0;
    text-align: center;
}

div.mensaje .consejo {
    background-image: url("/r/m/imagenes/fondo_th2.png");
    font-size: 10pt;
    border: 1px solid #005580;
    border-bottom-width: 0;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    color: #000;
    text-align: center;
    padding: 0.4em 0.6em;
    width: 50%;
}

div.mensaje .error {
    background-image: url("/r/m/imagenes/fondo-error-general.png");
    background-image: url("/r/m/imagenes/fondo_th2.png");
    font-size: 10pt;
    border: 1px solid #005580;
    border-bottom-width: 0;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    color: #000;
    text-align: center;
    padding: 0.4em 0.6em;
    width: 50%;
}

/* Nueva barra de botones */

.menuNuevo ul {
    padding: 0;
    list-style-type: none;
    float: right;
    border-radius: 0.5em;
}

.menuNuevo ul li {
    line-height: normal;
    float: left;
    background-image: none;
    margin: 0;
    padding: 0 0 0 0.5em;
}

.menuNuevo.conMargen {
    margin-top: 2em;
    margin-bottom: 2em;
    border: 1px solid red;
}

a.botonNuevo, .botonEnviar {
    font-size: 10pt;
    border: none;
    padding: 0.4em 0.6em;
}

.menuNuevo a.botonNuevo {
    font-size: 10pt;
    border: none;
    padding: 0.4em 0.6em;
    display: block;
}

a.botonNuevo:link, a.botonNuevo:visited {
    text-decoration: none;
    color: #454545;
    border: #999 solid 1px;
    background:url("/r/m/imagenes/fondo_th.png");
    border-radius: 0.4em;
}

.botonEnviar {
    color: #454545;
    border: #999 solid 1px;
    background:url("/r/m/imagenes/fondo_th.png");
    border-radius: 0.4em;
}

.selectEstilizado {
    color: #454545;
    border: #999 solid 1px;
    padding: 0.4em 0.6em;
    background-color:#fff;
}

a.botonNuevo.seleccionado:link, a.botonNuevo.seleccionado:visited {
    text-decoration: none;
    color: #000;
    border: #008080 solid 1px;
    background:url("/r/m/imagenes/fondo_th2.png");
    border-radius: 0.4em;
}

a.botonNuevo:hover, a.botonNuevo.seleccionado:hover, .botonEnviar:hover {
    text-decoration: none;
    color: #000;
    border: #008080 solid 1px;
    background:url("/r/m/imagenes/fondo_th2.png");
    border-radius: 0.4em;
}

a.botonNuevo:active, a.botonNuevo.seleccionado:active, .botonEnviar:active {
    text-decoration: none;
    border: 1px solid #454545;
    background-color: #008080;
    background-image: url("/r/m/imagenes/ui-bg_highlight-hard_50_008080_1x100.png");
    background-position: center;
    color: #fff;
    border-radius: 0.4em;
}

a.botonNuevo span {
    padding-left: 1.2em;
}

a.botonNuevo span.btn_clientes {
    background:	url("/r/m/imagenes/menu-clientes.png") left center no-repeat;
}

a.botonNuevo span.btn_dispositivos {
    background:	url("/r/m/imagenes/menu-dispositivos.png") left center no-repeat;
}

a.botonNuevo span.btn_vendedores {
    background:	url("/r/m/imagenes/menu-vendedores.png") left center no-repeat;
}

a.botonNuevo span.btn_nuevo {
    background:	url("/r/m/imagenes/menu-nuevo.png") left center no-repeat;
}

a.botonNuevo span.btn_transacciones {
    background:	url("/r/m/imagenes/modulo-usos.png") left center no-repeat;
}

a.botonNuevo span.btn_gastos {
    background:	url("/r/m/imagenes/modulo-gastos.png") left center no-repeat;
}

a.botonNuevo span.btn_ventas {
    background:	url("/r/m/imagenes/modulo-ventas.png") left center no-repeat;
}

a.botonNuevo span.btn_config {
    background:	url("/r/m/imagenes/modulo-config.png") left center no-repeat;
}

/* Separadores de dos columnas */

div.mitad_izq {
    float:left;
    width:49%;
    padding-bottom: 5pt;
    /*    border: 1px solid #800000;*/
}

div.mitad_der {
    float:right;
    width:49%;
    padding-bottom: 5pt;
    /*    border: 1px solid #005580;*/
}

/* DL info */

dl.info_gral {
}

dl.info_gral dt {
    font-size: 10pt;
    color: #008080;
    margin: 1em 0 0 0;
}

dl.info_gral dd {
    font-size: 10pt;
}

div.mitad_izq p, div.mitad_der p, dl.info_gral p {
    font-size: 10pt;
    padding: 0 0.25em;
    margin: 0 0 0.1em 0;
    border-bottom: 1px dashed #d1d1d1;
}

div.mitad_izq p .consejo, div.mitad_der p .consejo, dl.info_gral p .consejo {
    color: #008080;
}

span.consejoBordeado {
    display: inline-block;
    padding: 0.25em 0.5em;
    font-weight: bold;
    color: #000;
    border: #008080 solid 1px;
    background:url("/r/m/imagenes/fondo_th2.png");
    border-radius: 0.4em;
}

/* Nueva tabla de datos */

table.datosNueva {
    width: 100%;
}

.datosNueva {
    font-size: 10pt;
    border-collapse: collapse;
}

.datosNueva th {
    background:url("/r/m/imagenes/fondo_th2.png");
    font-size: 8pt;
    padding:0.5em 0.5em;
}

.datosNueva .bordeada {
    border: 1px solid #008080;
}

.datosNueva td {
    /*    border-left: 1px dashed #d1d1d1;
        border-right: 1px dashed #d1d1d1;*/
    border-bottom: 1px solid #7bb3b3;
    padding: 0.5em 0.7em;
    text-align: center;
}

.datosNueva .par {
    background-color: #fff;
}

.datosNueva .non {
    background-color: #fff;
}

.datosNueva td.aright,.datosNueva th.aright {
    text-align: right;
}

.datosNueva td.aleft {
    text-align: left;
}

.datosNueva tfoot th {
    font-size: 10pt;
    font-weight: normal;
    padding:0.5em 0.7em;
}

.datosNueva tfoot th.titulo {
    font-size: 8pt;
    font-weight: bold;
    padding:0.5em 0.5em;
}

/* Redeclaramos titulo página  */

#menuModulos {
    display:table;
    margin-left: auto;
    margin-right: 0;
    height:50px;
}

#menuModulosMiddle {
    display: table-cell;
    vertical-align: middle;
}

#menuSubModulos {
    margin-left: auto;
    margin-right: 0;
    float:right;
}

/* Evitar fuentes de Violeta */
ol.normalsize li {
    font-family: sans-serif;
    font-size: 10pt;
}

/* Opciones seguidas de una tabla de datos */
.dataTables_wrapper+div.opciones {
    margin-top: -0.5em;
    text-align: right;
}

/* Notas */
span.nota {
    color: #524e38;
    background-color: #fcf0ad;
    border: 1px solid #a69e72;
    border-radius: 0.25em;
    padding: 0.25em 0.5em;
    margin: 0.25em 0;
    display: block;
}

/* Valores nulos */
td.nulo {
    color: #808080;
}

span.nulo {
    color: #808080;
}

div.etiquetas {
    text-align: center;
    padding: 0.25em 0.5em;
}
7
div.imagenreporte {
    width: 100%;
    height: 48px;
    opacity: 0.5;
    border: 1px solid #808080;
    border-radius: 0 0 0.5em 0.5em;
    margin-bottom: 0.5em;
    margin-top: 0;
}

div.contenedor_fotos_reporte_foto {
    border: 1px solid #ccc;
    background-color: #fcfcfc;
    padding: 0.5em;
    border-radius: 0.25em;
    text-align: center;
}

div.contenedor_fotos_reporte_foto h6 {
    font-size: 10pt;
}

div.contenedor_fotos_visita {
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    border-radius: 0.25em;
    margin: 1em 0;
}

div.contenedor_fotos_visita img {
    margin: 0.25em 0.25em;
}

div.contenedor_fotos_visita a:link,
div.contenedor_fotos_visita a:hover,
div.contenedor_fotos_visita a:visited,
div.contenedor_fotos_visita a:active {
    text-decoration: none;
    border: 0;
}

div.contenedor_fotos_visita div.contenedor_venta {
    border-bottom: 1px solid #ccc;
    padding: 0.5em 0.5em;
    background-color: #f0f0f0;
    font-size: 10pt;
}

div.recuadro_foto {
    display: inline-block;
    margin: 0.5em 0.5em;
}

div.recuadro_foto div.la_foto {
    text-align: center;
}

div.recuadro_foto div.el_titulo {
    font-size: 10pt;
    text-align: center;
}


