﻿/* Fecha Actualización: 09/Dic/2015 17:00 hrs
   Modificado por : Miguel
*/

.contenedor_gral {
    width: 96%;
    height: auto !important;
    padding: 20px;
    font-family: Tahoma;
}

.Termino {
    color: #4486c6;
    font-weight: bold;
}

.imgCentrar {
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.procesando_contenedor {
    background: url(images/procesando/procesando_contenedor.png);
    background-repeat: no-repeat;
    width: 329px;
    height: 48px;
    margin: 0 auto;
}

.procesando_main_contenedor {
    width: 400px;
    height: 260px;
    background-color: #ffffff;
    margin: 0 auto;
}

.espacio_main_contenedor {
    color: #5B5B5B;
    font-size: 1.2em;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 10px;
    width: 310px;
    text-align: center;
}
/*------------------------- Modal Window  ------------------------*/
.modal {
    position: fixed;
    padding: 10% 0 0 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(images/alertas/backy.png) repeat scroll;
    z-index: 9999999999;
	display: block;
}

.modal_window {
    background-attachment: scroll;
    background-image: url(images/alertas/backy.png);
    background-repeat: repeat;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-bottom: 0;
    padding-top: 5%;
    position: fixed;
    z-index: 9999;
}

.modal_window.scrollable {
    background-image: none;
    position: absolute;
}

.modal_window.scrollable .backModalScroll {
    background-attachment: fixed;
    background-image: url("images/alertas/backy.png");
    height: 103.5%;
    margin-top: -5%;
    position: fixed;
    width: 100%;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal_window {
    overflow-x:hidden;
    overflow-y:auto
}
/*@media (max-width: 479px){
    .modal_window {
        background-image: none;
        position: absolute;
    }

    .modal_window .backModalScroll {
        background-attachment: fixed;
        background-image: url("images/alertas/backy.png");
        height: 103.5%;
        margin-top: -5%;
        position: fixed;
        width: 100%;
    }
}*/

/* panel_cerrar_boton */
.panel_cerrar_boton {
    background-image: url(images/alertas/panel_cerrar_boton.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 29px;
    cursor: pointer;
    background-position: 0 0;
    z-index: 9999;
    position: relative;
    float: right;
}

    .panel_cerrar_boton:hover {
        background-image: url(images/alertas/panel_cerrar_boton.png);
        background-position: 0 -29px;
    }

    .panel_cerrar_boton:active {
        background-image: url(images/alertas/panel_cerrar_boton.png);
        background-position: 0 -58px;
    }

/* iconos alertas*/
.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


.ic_alerta {
    background: url("images/alertas/iconos_alertas.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-color: #f9c021;
    width: 40px;
    height: 40px;
}

.ic_datosOk {
    background: url("images/alertas/iconos_alertas.png") no-repeat scroll 0 -55px rgba(0, 0, 0, 0);
    background-color: #2a8f44;
    width: 40px;
    height: 40px;
}

.ic_error {
    background: url("images/alertas/iconos_alertas.png") no-repeat scroll 0 -107px rgba(0, 0, 0, 0);
    background-color: #ce272f;
    width: 40px;
    height: 40px;
}

.ic_informativo {
    background: url("images/alertas/iconos_alertas.png") no-repeat scroll 0 -157px rgba(0, 0, 0, 0);
    background-color: #3398cc;
    width: 40px;
    height: 40px;
}

.ic_imp_sin_datos {
    background: url("images/adminFacturas/ic_imp_error_NA.png") no-repeat scroll -70px 5px transparent;
    height: 70px;
    width: 70px;
}

/* Procesando */

.loadingGif {
    width: 65px;
    height: 65px;
    top: 10px;
    margin: 0 auto;
    background-image: url(images/alertas/loading.gif);
    float: none;
}

.overProcesandoBg {
    padding: 50px 20px 30px;
    margin: 10px auto 30px;
    background-color: #fff;
    min-height: 150px;
    width: 100%;
    /*min-width: 400px;*/
    max-width: 400px;
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.procesandoTxt {
    padding: 20px 0 0;
    width: 80%;
    margin-left: 10%;
    font-size: .8em;
    font-weight: normal;
}

/* Alertas */
.alertas {
    padding: 10px 20px;
    margin: 10px auto 30px;
    background-color: #fff;
    min-height: 150px;
    width: 100%;
    /*min-width: 400px;*/
    max-width: 400px;
    text-align: center;
    font-size: 1.8em;
    /*font-weight: bold;*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.alertasTxt {
    padding: 15px 0;
    font-size: 0.9em;
    font-weight: normal;
}

/* Alerta Alertas */
.alertas.alerta .titulosAlertas {
    font-weight: bold;
    color: #f9c021;
}

/* Alerta Datos OK */
.alertas.datosOk .titulosAlertas {
    font-weight: bold;
    color: #2a8f44;
}

/* Alerta Error */
.alertas.error .titulosAlertas {
    font-weight: bold;
    color: #ce272f;
}

/* Alerta Informativo */
.alertas.informativo .titulosAlertas {
    font-weight: bold;
    color: #3398cc;
}

/*------------------------- End Modal Window ------------------------*/
/*------------------------- alertas Globos ------------------------*/
.ic_ayuda_globo {
    color: #348adf;
    font-family: fontAwesome;
    text-align: center;
    font-size: 2em;
    width: 25px;
    height: 25px;
    margin: -10px 0 5px;
}

.ic_error_globo {
    color: #ff0000;
    font-family: fontAwesome;
    text-align: center;
    font-size: 2em;
    width: 25px;
    height: 25px;
    margin: -10px 0 5px -5px;
}

.ic_cerrar_alertasGlobos {
    background: url("images/alertas/ic_cerrar_alertas.png") no-repeat scroll 0 0px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    float: right;
    height: 15px;
    width: 15px;
    margin: -5px 0 0px -5px;
}

    .ic_cerrar_alertasGlobos:hover {
        background-position: 0 -18px;
    }

/*------------------------- alertas Globos ------------------------*/

.box_confirm {
    background-color: #f4f4f4;
    border-radius: 20px;
    margin: 0 auto 30px;
    overflow: hidden;
    max-width: 550px;
    width:100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    position: relative;
}

    .box_confirm .VA_head {
        font-weight: bold;
        font-size: 1.3em;
        background-color: #dbedf9;
        padding: 10px 35px 10px 15px;
        min-height: 40px;
    }

    .box_confirm .panel_cerrar_boton {
        position:absolute;
        right: 5px;
        top: 5px;
    }

    .box_confirm .VA_body {
        padding: 20px;
        font-size: 1.2em;
    }


    .box_confirm .datos {
        overflow: hidden;
        font-size: 1.3em;
        /*text-align:center;*/
        background-color: #dbe7f9;
        padding: 15px;
        margin: 20px auto;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    .box_confirm .datos .dato01 {
        text-align: center;
        float: left;
        width: 35%;
        padding: 1%;
    }

    .box_confirm .datos .dato02 {
        text-align: center;
        float: left;
        width: 60%;
        padding: 1%;
    }

.txt_Confirm p {
    font-size: 1.3em;
}

.pieAlertCentrado{
    border-top: 1px dashed #348adf;
    font-size: 1.1em;
    padding: 5px 5px 20px;
    width: 90%;
    margin: 2px auto;
    text-align:center;
}
.pieAlerts{
    font-size: .95em;
    padding: 5px 5px 20px;
    width: 90%;
    margin: 2px auto;
}
/*------------------------- LightBoxVarios ------------------------*/
.boxLB_varios {
    background-color: #f4f4f4;
    border-radius: 20px;
    margin: 0 auto 30px;
    overflow: hidden;
    max-width: 550px;
    width:100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    position: relative;
}
.boxLB_varios.w1000{
    max-width:1000px;
}
    .boxLB_varios .VA_head {
        font-weight: bold;
        font-size: 1.3em;
        background-color: #dbedf9;
        padding: 10px 35px 10px 15px;
        min-height: 40px;
    }

    .boxLB_varios .panel_cerrar_boton {
        position:absolute;
        right: 5px;
        top: 5px;
    }

    .boxLB_varios .VA_body {
        padding: 20px;
    }

/*------------------------- END LightBoxVarios ------------------------*/
/* Para recuadro timbres disponibles */
.verMasDet{
    color:#348adf;
    text-decoration: underline;
    cursor: pointer;
    padding:2px 0 0;

}
.verMasDet:hover{
    color:#1d4e7f;
    text-decoration: none;
}
.ic_detallesUsuario {
	background:url(images/home/ic_detallesUsuario.png) no-repeat 0px 0px;
	height:45px;
	width:60px;
    margin: 0px 2px 0 0;
}
.timbresDispBox {
    /*background:#348adf;*/
    box-sizing: border-box;
    padding: 20px 10px;
    width: 40%;
    text-align: center;

}
.noTimbres{
    padding:10px;
    border:solid 3px #348adf;
    position: relative;
    top: 20px;
    font-size: 1.5em;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* ventana de tooltip */
.t_Area {
    font-family: Tahoma;
    position: absolute;
    z-index: 10000;
    /*font-size: larger;*/
}

.t_med {
    background: url("images/tooltip_cloud/bg_ttip.png") repeat left top;
}

a.ic_cerrar_tip {
    background: url("images/alertas/panel_cerrar_boton.png") no-repeat center top;
    height: 23px;
    position: absolute;
    right: 20px;
    top: 10px;
    width: 16px;
    z-index: 10;
}

.ic_tip_box {
    background: url("images/tooltip_cloud/ic_tip.png") no-repeat top left;
}

.tip_title_msj {
    background: url("images/tooltip_cloud/ic_tip.png") no-repeat top left;
    color: #5B5B5B;
    font-weight: bold;
    padding: 8px 0 8px 35px;
    text-align: left;
}

.tip_txt {
    background-image: url("images/tooltip_cloud/bg_ttip.png");
    color: #6A6868;
    text-align: justify;
    padding: 10px 0 8px 10px;
    line-height: 1.3em;
}

.t_ctn {
    float: left;
    padding: 0 23px 0 0;
    width: 300px;
}

.t_01 {
    background: url("images/tooltip_cloud/ttip_1a.png") no-repeat left top transparent;
    float: left;
    width: 23px;
    height: 23px;
}

.t_02 {
    background: url("images/tooltip_cloud/ttip_8a.png") repeat-y left center transparent;
    float: left;
    height: auto;
    padding: 0 0 0 23px;
    position: relative;
}


.t_03 {
    background: url("images/tooltip_cloud/ttip_7a.png") no-repeat scroll left bottom transparent;
    float: left;
    height: 23px;
    width: 23px;
}

.t_04 {
    background: url("images/tooltip_cloud/ttip_6a.png") repeat-x scroll left bottom transparent;
    float: left;
    height: 23px;
    width: 300px;
}

.t_05 {
    background: url("images/tooltip_cloud/ttip_5a.png") no-repeat scroll right bottom transparent;
    float: left;
    height: 23px;
    width: 23px;
}

.t_06 {
    background: url("images/tooltip_cloud/ttip_4a.png") repeat-y scroll right center transparent;
}

.t_07 {
    background: url("images/tooltip_cloud/ttip_3a.png") no-repeat scroll right top transparent;
    float: left;
    height: 23px;
    width: 23px;
}

.t_08 {
    background: url("images/tooltip_cloud/ttip_2a.png") repeat-x scroll left top transparent;
    float: left;
    height: 23px;
    width: 300px;
}

.tip_dir {
    position: absolute;
}

.tip_dir_sup {
    background: url("images/tooltip_cloud/ttip_arrowlup.png") no-repeat scroll right top transparent;
    right: 27px;
    top: -32px;
    height: 32px;
    width: 27px;
}

.tip_dir_inf {
    background: url("images/tooltip_cloud/ttip_arrowl.png") no-repeat scroll right top transparent;
    left: 150px;
    bottom: -32px;
    height: 38px;
    width: 40px;
}

.tip_dir_izq {
    background: url("images/tooltip_cloud/f_izq.png") no-repeat scroll right top transparent;
    left: -32px;
    top: 27px;
    height: 27px;
    width: 32px;
}

.tip_dir_der {
    background: url("images/tooltip_cloud/f_der.png") no-repeat scroll right top transparent;
    right: -32px;
    top: 32px;
    height: 27px;
    width: 32px;
}

.t_ctn ol {
    list-style: decimal outside;
    padding: 5px 0 10px 18px;
}

    .t_ctn ol li {
        list-style: decimal outside;
        padding: 10px 0 0 0px;
    }

.t_ctn b {
    color: #5D5D5D;
}

.t_ctn span {
    color: #D59304; /*  : f5b324*/
    font-weight: bold;
}

.t_ctn a {
    color: #00ade7;
    text-decoration: underline;
    font-weight: bold;
}

.txt_derecha {
    text-align: right;
    padding: 0 10px 0 0;
}

.txt_AyudaLinea {
    text-align: right;
    padding: 0 10px 0 0;
    font-weight: bold;
    color: #5B5B5B;
}

/* Clase para el boton calendario de jquery */
.ui-datepicker-trigger {
    background-color: #348adf;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-size: 1.4em;
    height: 25px;
    margin: 0 0 0 -25px;
    position: absolute;
    width: 25px;
    cursor: pointer;
}

/* Clases para tip Ayuda */
.tip_Ayuda {
    display: none;
    font-size: 1.0em;
    font-family: Tahoma;
	line-height: normal;
    position: absolute;
    z-index: 10000;
}

.tip_Error {
    display: none;
    font-size: 1.0em;
    font-family: Tahoma;
	line-height: normal;
    position: absolute;
    z-index: 10000;
}

/* Inicia Clases para mostrar ayuda, error en los formularios*/
.hint {
    display: none;
}

.ic_ayuda, .ic_correcto, .ic_incorrecto, .ic_info {
    background: url(images/iconos/ic_notifica.png) no-repeat;
    /*display: none;*/
    width: 20px;
    height: 20px;
    padding: 0px;
    top: -20px;
}

.ic_correcto {
    background-position: 0px 0px;
    float: left;
}

.ic_incorrecto {
    background-position: -20px -3px;
    float: left;
}

.ic_info {
    background: url(images/iconos/ic_info.png) no-repeat top right;
}

.ic_ayuda {
    display:none;
    float: right;
    cursor: pointer;
    background-position: -40px 0px;
}

    .ic_ayuda:hover {
        background-position: -60px 0px;
    }

/* Termina Clases para mostrar ayuda, error en los formularios*/

/*----  globos mensajes ---------*/
.msj_incorrecto {
    background-color: #f4f4f4;
    border: 2px solid #ff0000;
    padding: 15px;
    width: 200px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.flechaGloboErr {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ff0000;
    margin: 0px auto;
    /*left: 50%;
    position:absolute;
    bottom: -16px;*/
    width: 0;
}

.msj_ayuda {
    background-color: #f4f4f4;
    border: 2px solid #348adf;
    padding: 15px;
    width: 200px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.flechaGloboAyuda {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #348adf;
    margin: 0px auto;
    /*left: 50%;
    bottom: -15px;
    position:absolute;*/
    width: 0;
}

/*---- END  globos mensajes ---------*/


/*---------------------------------- tooltip -------------------------------------*/
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

    /* Hide the tooltip content by default */
    [data-tooltip]:before,
    [data-tooltip]:after {
        visibility: hidden;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        pointer-events: none;
    }

    /* Position tooltip above the element */
    [data-tooltip]:before {
        position: absolute;
        bottom: 150%;
        left: 50%;
        margin-bottom: 5px;
        margin-left: -80px;
        padding: 7px;
        width: 160px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #000;
        background-color: hsla(0, 0%, 20%, 0.9);
        color: #fff;
        content: attr(data-tooltip);
        text-align: center;
        font-size: 14px;
        line-height: 1.2;
    }

    /* Triangle hack to make tooltip look like a speech bubble */
    [data-tooltip]:after {
        position: absolute;
        bottom: 150%;
        left: 50%;
        margin-left: -5px;
        width: 0;
        border-top: 5px solid #000;
        border-top: 5px solid hsla(0, 0%, 20%, 0.9);
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: " ";
        font-size: 0;
        line-height: 0;
    }

    /* Show tooltip content on hover */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

/* Position tooltip on top the element */

.tooltip-top[data-tooltip]:before {
    bottom: 110%;
}

.tooltip-top[data-tooltip]:after {
    bottom: 110%;
}

/* Position tooltip bottom the element */

.tooltip-bottom[data-tooltip]:before {
    bottom: -150%;
    left: 50%;
}

/* Triangle hack to make tooltip look like a speech bubble */
.tooltip-bottom[data-tooltip]:after {
    bottom: -30%;
    left: 50%;
    border-top: 0px;
    border-bottom: 5px solid #000;
    border-bottom: 5px solid hsla(0, 0%, 20%, .8);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

/* Position tooltip bottom left the element */

.tooltip-bottom-left[data-tooltip]:before {
    bottom: -150%;
    left: 50%;
    margin-left: -40px;
    width: auto;
}

/* Triangle hack to make tooltip look like a speech bubble */
.tooltip-bottom-left[data-tooltip]:after {
    bottom: -30%;
    left: 50%;
    border-top: 0px;
    border-bottom: 5px solid #000;
    border-bottom: 5px solid hsla(0, 0%, 20%, .8);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
/*---------------------------------- END tooltip -------------------------------------*/

/*------------------------- Iconos ------------------------*/
.ic_empresa_tablas {
    background: url("images/iconos/ic_empresa.png") no-repeat scroll 0px 0px transparent;
    width: 51px;
    height: 40px;
    float: left;
}

/* -- icono buscar */
.btn_ic.btnSearch {
    font-family: FontAwesome,Tahoma;
    font-size: 14px;
    font-weight: 500;
}
/* clase para resaltar texto en busquedas*/
.highlight {
    background-color: #F99264 !important /*yellow #E2A452*/;
    /*color: #248000 !important;*/
}


/* Clase para el Chat*/

.btnChat {
    background: url(../css/images/home/btn_help_off.png) no-repeat 0px 0px;
    height: 53px;
    width: 80px;
    cursor: pointer;
    /*float: right;*/
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    transition: All 1s ease;
    position: fixed;
    top: 100px;
    right: 0px;
}

    .btnChat:hover {
        background: url(../css/images/home/btn_help_on.png) no-repeat 0px 0px;
        height: 84px;
        width: 140px;
    }

    .btnChat.activo {
        background: url(../css/images/home/btn_help_on.png) no-repeat 0px 0px;
        height: 84px;
        width: 140px;
    }


	.datosEdoCta{
		font-size:1.3em;
		line-height:1.4em;
	}


	.ic_t_amex {
		background:url(images/iconos/t_amex.png) no-repeat 0px 0px;
	}
	
	.ic_t_visa {
		background:url(images/iconos/t_visa.png) no-repeat 0px 0px;
	}

	.ic_t_mastercard {
		background:url(images/iconos/t_mastercard.png) no-repeat 0px 0px;
	}
	.ic_t_mastercard,.ic_t_visa,.ic_t_amex{
		height:40px;
		width:40px;
		display:block;
		float:left;
	}



.TituloVenta{
	color:#FF6600;
    font-size: 1.5em;
	font-weight:bold;
    padding:10px;
    position: relative;
    top: 20px;
}