HTML {
    padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    height: 100%;
    padding-top: 0px
}

backgroundopcionMenuhtml {
    /*background: url("../img/fondo-web.jpg") no-repeat center center fixed;*/
    /*background-color: #FFF0F6;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
BODY{
    color: #000000;
    font-family: "Segoe UI","Trebuchet MS", Trebuchet, tahoma, Verdana, Arial, Helvetica, sans-serif;
    margin:0;
    background-color: #FFF0F6;
}
TD{
    color: #000000;
    font-family: "Segoe UI","Trebuchet MS", Trebuchet, tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.TDdis{
    color: red;
    font-family: "Segoe UI","Trebuchet MS", Trebuchet, tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.TDdestacada{
    font-family: "Segoe UI","Trebuchet MS", Trebuchet, tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.ablanco{
    color:#FFFFFF;
    font-weight: bold;
    padding-top:3px;
}
.ablanco:hover{
    color:#FFFFFF;
    font-weight: bold;
    padding-top:3px;
}

A{
    color:#073b93;
}
A:link{
    text-decoration: none
}
A:visited{
    text-decoration: none
}
A:hover{
    text-decoration: underline
}
TABLE{
    border:1px solid black;
}
INPUT{
    background: #ffffff;
    color: black;
    border: 1px inset #ddddff;
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;

}
INPUT.editn{
    text-align: right;
}
TEXTAREA{
    background: #ffffff;
    color: black;
    border: 1px inset #ddddff;
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
}
SELECT{
    background: #ffffff;
    color: black;
    border: 1px inset #ddddff;
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
}
IFRAME.panel{
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
    border-top: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

.null{
    border:0px solid black;
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
}

.nullTotal{
    border:0px solid black;
    background:red;
}


INPUT.null{
    color: black;
    border: 0px solid black;
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
}

.tit{
    font-family: "Segoe UI","Trebuchet MS", Trebuchet, tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 200%;
    font-weight: bold;
    color:#FFFFFF;
}
.titred{
    font-family: "Segoe UI","Trebuchet MS", Trebuchet, tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 200%;
    font-weight: bold;
    color: red;
}
.tit2{
    font-family: "Segoe UI","Trebuchet MS", Trebuchet, tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 160%;
}
DIV.error, SPAN.error{
    background:#D3262F;
    width:400px;
    color:#FFFFFF;
    border: 2px solid black;
    padding: 2px;
    font-family: "Segoe UI","Trebuchet MS", Trebuchet, tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    display:table;
    font-size: 8pt;
    text-align:center;
    margin:0 auto;
}
DIV.ok{
    background:#0B8A0E;
    width:400px;
    color:#FFFFFF;
    border: 2px solid black;
    padding: 2px;
    font-family: "Segoe UI","Trebuchet MS", Trebuchet, tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    display:table;
    font-size: 8pt;
    text-align:center;
}
DIV.info{
    background:#1C26FB;
    width:400px;
    color:#FFFFFF;
    border: 2px solid black;
    padding: 2px;
    font-family: "Segoe UI","Trebuchet MS", Trebuchet, tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    display:table;
    font-size: 8pt;
    text-align:center;
}
DIV.warn{
    background:#F9F10F;
    width:400px;
    color:#000000;
    border: 2px solid black;
    padding: 2px;
    font-family: "Segoe UI","Trebuchet MS", Trebuchet, tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    display:table;
    font-size: 8pt;
    text-align:center;
}

DIV.errorlogin{
    color:yellow;
    padding: 2px;
    font-family: "Segoe UI","Trebuchet MS", Trebuchet, tahoma, Verdana, Arial, Helvetica, sans-serif;
    display:table;
    font-size: 10pt;
    text-align:center;
    margin:0 auto;
    font-weight: bold;
}

font.user{
    font-size:7pt;
    font-family: "Segoe UI",Verdana, Tahoma, Arial, Helvetica, sans-serif;
    color:#ccccff;
}

.opcMenu{
    font-size:13pt;
    font-family: "Segoe UI",tahoma,"trebuchet ms",Verdana, Arial, Helvetica, sans-serif;
    color:#FFFFFF;
    letter-spacing: -0.05ex;
    line-height: 1.8ex;
    cursor: pointer;
}
.opcMenu A img{
    border: none;
}
.opcMenu A{
    color: transparent;
}
.opcMenu A:link{
    text-decoration: none;
    color: transparent;
}
.opcMenu A:visited{
    text-decoration: none;
    color: transparent;
}
.opcMenu A:hover{
    text-decoration: underline;
    color: transparent;
}
TABLE.sheet{
    border:1px solid black;
}
.sheet TD{
    border: none;
    padding:2px;
    text-align:left;
}
.sheetheader{
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
    color:#FFFFFF;
    background:#CC0000;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}
.sheetheader2{
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
    color:black;
    background:silver;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
}
.sheetheader3{
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
    color: #FFFFFF;
    background: #626262;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}
.sheetTitle{
    background:url('img/bgsubopc.gif');
    color:white;
    font: 12pt "Segoe UI",arial,tahoma,verdana,arial,helvetica;
    text-align:right;
    height:24px;
}
.sheetINF TD{
    white-space:nowrap;
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
    border: 1px outset white;
    padding:2px;
    border-top: 1px solid buttonhighlight;
    border-left: 1px solid buttonhighlight;
    border-right: 1px solid buttonshadow;
    border-bottom: 1px solid black;
}

.btn {
    background:#CC0000;
    width:80px;
    height:17pt;
    border: 0px outset buttonface;
    cursor: pointer;
    font: 10pt "Segoe UI",tahoma,verdana,arial,helvetica;
    color:#ffffff;
}

.btntit{
    background:#CC0000;
    width:80px;
    height:17pt;
    border: 0px outset buttonface;
    font: 10pt "Segoe UI",tahoma,verdana,arial,helvetica;
    cursor: pointer;
    color:#ffffff;
}
.btn95 {
    background:#CC0000;
    width:95px;
    height:17pt;
    border: 0px outset buttonface;
    font: 10pt "Segoe UI",tahoma,verdana,arial,helvetica;
    color:#ffffff;
}
.btn110 {
    background:#CC0000;
    width:110px;
    height:17pt;
    border: 0px outset buttonface;
    font: 10pt "Segoe UI",tahoma,verdana,arial,helvetica;
    color:#ffffff;
}

.btnUltOP{
    background:#CC0000;
    height: 16px;
    width: 55px;
    border: 0px outset buttonface;
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
    color:#ffffff;
}
.btnimporte{
    background:#731000;
    height: 16px;
    width: 55px;
    border: 0px outset buttonface;
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
    color:#ffffff;
    padding-bottom: 3px;
    margin-bottom: 4px;    
}

.btnValidarDir{       
    background:#731000;
    border: 0 outset buttonface;
    color: #ffffff;
    cursor: pointer;
    font: 10pt "Segoe UI",tahoma,verdana,arial,helvetica;
    height: 13pt;
    width: 118px;
}

.btn_singlechar {
    background:#731000;
    width:22px;
    height:22px;
    border: 0px outset buttonface;
    cursor: pointer;
    font: 10pt "Segoe UI",tahoma,verdana,arial,helvetica;
    color:#ffffff;
    alignment-adjust: middle;
    vertical-align: middle;
}

.labelUltOp{
    background:#626262;
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
    color:#FFFFFF;
    height:16px;
    margin:0;
}

.btnGFX{
    /*border: 0px solid black;*/
    /*background-color: transparent;*/
    /*background:'';*/
    background-color: #760202;
    border:1px solid black;
    height: 25px; 
    width: 95px;
    color:#fff; 
    font-size: 14px;
    cursor:pointer;
    text-align: center;
}

.btn2GFX{
    border: 0px transparent;
    background: transparent;
    cursor: pointer;
}
.imgsize120{
    width:120px;
    height:120px;
}
.btn2GFXopers{
    border: 0px transparent;
    background: transparent;
    width:95px;
    height:55px;
    cursor: pointer;
    padding:1px;
}
.btn2GFXopersin{
    border: 0px transparent;
    background: transparent;
    width:95px;
    height:55px;
    cursor: pointer;
    padding:1px;
    opacity:0.3;
    filter: alpha(opacity=30);
}
.btn2GFXopers:hover{
    opacity:0.7;
    filter: alpha(opacity=70);
}
.btn2GFXopersin:hover{
    opacity:0.7;
    filter: alpha(opacity=70);
}

.btn2GFXpais{
    border: 0px transparent;
    background: transparent;
    width:80px;
    height:50px;
    cursor: pointer;
}
.btn2GFXpaisin{
    border: 0px transparent;
    background: transparent;
    width:78px;
    height:45px;
    cursor: pointer;
    opacity:0.3;
    filter: alpha(opacity=30);
}
.btn2GFXpais:hover{
    opacity:0.7;
    filter: alpha(opacity=70);
}
.btn2GFXpaisin:hover{
    opacity:0.7;
    filter: alpha(opacity=70);
}

.btn2GFXtarifa{
    border: 0px transparent;
    background: transparent;
    width:75px;
    height:43px;
}

.btn2GFXfav{
    border: 0px transparent;
    background: transparent;
    width:59px;
    height:34px;
    cursor: pointer;
}
.rowA1{
    background:#626262;
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
    color:#FFFFFF;
    width:155px;
}

.rowA2{
    background:#FFFFFF;
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
    color:black;
}

.rowA3{
    background:#FFFFFF;
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
    color:black;
}

.rowA3{
    background:#FFFFFF;
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
    color:black;
}

.rowA4{
    background:#E2E2E2;
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
    color:black;
}
.rowC1{
    background:#FFFFFF;
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
    color:black;
    padding-left: 15px;
    padding-right: 15px;
}
.rowC1D{
    background:#FFFFFF;
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
    color:red;
    padding-left: 15px;
    padding-right: 15px;
}
.rowC1V{
    background:#FFFFFF;
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
    color:black;
    padding-left: 15px;
    padding-right: 15px;
}

.rowC1I{
    background:#FFFFFF;
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
    color:black;
    padding-left: 15px;
    padding-right: 15px;
}

.rowC{
    background:black;
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
    color:white;
    border:0px;
    font-weight:bold;
}

.tbtit {
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
    background: buttonface;
    border: 1px outset white;
    padding:5px;
    border-top: 1px solid buttonhighlight;
    border-left: 1px solid buttonhighlight;
    border-right: 1px solid buttonshadow;
    border-bottom: 1px solid black;
    text-align:center;
}

.tbrs .tbrshead	{
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
    background: #D0A479;
    border: 1px outset white;
    padding:2px;
    border-top: 1px solid buttonhighlight;
    border-left: 1px solid buttonhighlight;
    border-right: 1px solid buttonshadow;
    border-bottom: 1px solid black;
}

.rowA{
    color:orange;
    background:#6699CC;
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
    color:black;
}

.rowB{
    background:#66aadd;
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
    color:black;
}

.errorH{
    visibility: hidden;
    position: absolute;
}
dl, dt, dd, ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.errorMessage{
    color: red;
    font-weight: bold;
    font-style: italic;
}
.trerror{
    height: 10px;
}
.trerror td{
    background: yellow;
    border-top: 1px solid yellow;
    border-left: 1px solid yellow;
    border-right: 1px solid yellow;
    border-bottom: 1px solid black;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: "Segoe UI",tahoma,verdana,arial,helvetica;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 8pt;
    line-height: normal;
}

.polig{  
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;    
    background-color: #D7192D;
    color: white;
    width:100%;
}

.polig2{  
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;    
    width:100%;
    background: #EEEEEE;
} 

/* GENERALES*/
.F_HEADER_TITAN{height:66px;}
/* Anchos definidos*/
.F_WIDTH_5{width:5%;}
.F_WIDTH_10{width:10%;}
.F_WIDTH_15{width:15%;}
.F_WIDTH_20{width:20%;}
.F_WIDTH_25{width:25%;}
.F_WIDTH_30{width:30%;}
.F_WIDTH_33{width:33%;}
.F_WIDTH_40{width:40%;}
.F_WIDTH_45{width:45%;}
.F_WIDTH_50{width:50%;}
.F_WIDTH_60{width:60%;}
.F_WIDTH_66{width:66%;}
.F_WIDTH_70{width:70%;}
.F_WIDTH_75{width:75%;}
.F_WIDTH_80{width:80%;}
.F_WIDTH_90{width:90%;}
.F_WIDTH_95{width:95%;}
.F_WIDTH_100{width:100%;}
.F_WIDTH_AUTO{width:auto;} 

/* Alturas*/
.F_HEIGHT_5{height:5%;}
.F_HEIGHT_10{height:10%;}
.F_HEIGHT_15{height:15%;}
.F_HEIGHT_20{height:20%;}
.F_HEIGHT_25{height:25%;}
.F_HEIGHT_30{height:30%;}
.F_HEIGHT_33{height:33%;}
.F_HEIGHT_40{height:40%;}
.F_HEIGHT_45{height:45%;}
.F_HEIGHT_50{height:50%;}
.F_HEIGHT_60{height:60%;}
.F_HEIGHT_66{height:66%;}
.F_HEIGHT_70{height:70%;}
.F_HEIGHT_75{height:75%;}
.F_HEIGHT_80{height:80%;}
.F_HEIGHT_90{height:90%;}
.F_HEIGHT_95{height:95%;}
.F_HEIGHT_100{
    height:100%;
    position: relative;
}

.F_HEIGHT_AUTO{height:auto;} 

/* Alineacion de elementos*/
.F_A_LEFT{text-align:left;}
.F_A_RIGHT{text-align:right;}
.F_A_CENTER{text-align:center;}

.F_FLOAT_LEFT{
    float:left;
}
.F_TEXT_RED{
    color:#CC0000;
}
.F_TEXT_BOLD{
    font-weight: bold;
}
.F_TABLE_LAYOUT{table-layout:fixed;} 

.F_NORTON_SIGN{
    position: absolute;
    bottom:10px;
    left: 7px;
}

#contenedor{
}
#contenido{
    margin: 0 auto;
    display: table;
    width:990px;
}
#contenido2{
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width:500px;
}
#contenido2publi{
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width:740px;
}
#contenido3{
    margin: 0 auto;
    margin-top: 20px;
    width:481px;
}
#contenido800{
    margin: 0 auto;
    display: table;
    width:800px;
}
#contenido900{
    margin: 0 auto;
    display: table;
    width:909px;
}
#contenidoII{
    margin: 0 auto;
    display: table;
    width:825px;
}
#favoritos{
    width:136px;
    float:left;
    font-size: 8pt;	
    text-align:center;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    margin-right:5px;
    border: 1px solid;
    border-color: black;
    padding: 10px 0px 10px 0px;
    height:350px;
    position:fixed;
    display:none;
}
#favsopershead{
    height:15px;
    text-align:center;
    margin-bottom:10px;
    background-color:#CC0000;
    color:#FFFFFF;
    font-weight: bold;
}
#favs{
    float:left;
    padding-top: 3px;
    padding-bottom: 3px;
    width:68px;
}
#ultimasOperaciones{
    width:490px;
    font-size: 8pt;	
    text-align:center;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
    border: 1px solid;
    border-color: black;
    padding: 0px 0px 1px 0px;
    height:161px;
    border: none;
    margin-left: 5px;
    margin-right: 5px;    
}
#ultopershead{
    height:15px;
    background-color:#CC0000;
    color:#FFFFFF;
    font-weight: bold;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
}

#operadoras{
    float:left;
    font-size: 8pt;
    text-align:center;
    width:634px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    margin-right:5px;
    border: 1px solid;
    border-color: black;
    padding: 10px 0px 10px 0px;
    height:inherit;
    margin-left:142px;
}

#operadorasContent{
    float:left;
    font-size: 8pt;
    text-align:center;
    width:1500px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
    margin-right:5px;
    border: none;
    padding: 0;
    margin-left:50px;
    margin-right:50px;
}

#agenda{
    font-size: 8pt;
    text-align:center;
    width:800px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    border: 1px solid;
    border-color: black;
    padding: 10px 0px 10px 0px;
    height:inherit;
    margin: 0 auto;
}

#promociones{
    font-size: 8pt;
    width:800px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    border: 1px solid;
    border-color: black;
    padding: 10px 0px 10px 0px;
    height:inherit;
    margin: 0 auto;
}

#buscarrecarga{
    font-size: 8pt;
    text-align:center;
    width:800px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    border: 1px solid;
    border-color: black;
    padding: 10px 0px 10px 0px;
    height:inherit;
    margin: 0 auto;
}

#derecho{
    width:170px;
    float:left;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
    border: 1px solid;
    border-color: black;
    padding: 10px 0px 10px 0px;
    height:inherit;
    height:300px;
    float: left;
}
#izquierdo{
    width:120px;
    float:left;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
    border: none;
    padding: 0;
    height:inherit;
    height:350px;
}
#saldotpvweb{
    float: left;
    margin-left: 5px;
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 168px;
    border:1px solid;
    text-align:center;
    display:none;
}
#saldotpvwebvacio{
    float: left;
    margin-left: 5px;
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 168px;
}

.transparenteBlanco {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: white;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    opacity: 0.8;
}

#contenedorPrincipal{
    width:100%;
    height:692px;
    /*background-image: url("../img/fondo-web.jpg");*/
    background-size: cover;
}

.textoTituloNovedadesPromociones{
    font-size: 15px;
    font-weight: bold;
    color: #D7192D;
}

.textoCuerpoPromociones{
    font-size: 13px;
}

.textoCuerpoPromociones a{
    font-size: 13px;
    color: #D7192D;
}

#cabecera{
    position:fixed;
    top:0;
    width:100%;
    background-color: #D7192D;
    float:left;
    z-index:10;
    min-height: 60px;
}

#saldoCabecera{
    color:#FFFFFF;
    float:left;
    padding-top:5px;
    margin-left:20px;
    width: 340px;
    font-size:10pt;
    font-weight: bold;
    line-height: 1.2;
    z-index: 100;
}
#codigoIngresosCabecera{
    text-align: center;
    color: #ffffff; 
    position:fixed; 
    font-size: 10pt; 
    margin-left: auto;
    margin-right: auto; 
    padding-top: 5px;
    width: 100%;
    font-weight: bold;
    z-index: -10;
}

#saldoFisicoCabecera{
    color:#FFFFFF;
    float:right;
    padding-top:5px;
    font-size:10pt;
    font-weight: bold;
}

#logoTitan{
    color:white;
    float:left;
}

#logoFullcarga{
    color:white;
    float:right;
    width: 215px;
}

#contenedorMenu{
    background-color:#D7192D;
    width: 100%;
    height:22px;
    float:left;
    position:fixed;
    margin-top:53px;
    z-index:0;
    font-size:10pt;
    z-index:11;
    display: flex;
}

.contenedorMenu2{
    width: 817px;
    height:22px;
    margin:0 auto 0 auto;
}

#contenedorMenu .opcionMenu{
    float:left;
    cursor: pointer;
    color: #FFFFFF;
}

#contenedorCentral{
    width:100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    margin:75px auto auto 0px;
    float:left;
}
#tituloOpcion{
    height:20px;
    color:#000000;
    font: 10pt "Segoe UI",arial,tahoma,verdana,arial,helvetica;
    text-align: left;
    padding-left: 15px;
    display: none;
}
#footer{
    background: none repeat scroll 0 0 #FFFFFF;
    bottom:0;
    position:fixed;
    float:left;
    width:100%;
    z-index:15;
}
#footerUsuario{
    height:20px;
    font-size:13px;
    background-color:#D7192D;
    padding-left: 10px;
}
#footerFullcarga{
    height:20px;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    color:#D7192D;
}
#logout{
    float:right;
    font-size:15px;
    height: inherit;
}
#mensajePromocion{
    width:80%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#tpvwebMenu{
    color: #FFF;
    display: table;
    font-size: 8pt;
    margin: 0 auto 12px; 
    text-align: center;
}
.protipowebOn{
    height:20px;
    background:#731000;
    width:93px;
    float:left;
    margin-left:1px;
    margin-right:1px;
}
.protipowebOff{
    height:20px;
    background:#C49092;
    width:93px;
    float:left;
    margin-left:1px;
    margin-right:1px;
}
.protipowebOn.ablanco{
    padding-top:3px;
}

#instruccionesingresostransf{
    width:550px;
    float:left;
    font-size:8.5pt;
    padding:5px;
    border:1px solid;
    height:712px;
}
#instruccionesingresostarj{
    margin-left:3px;
    width:248px;
    float:left;
    font-size:8.5pt;
    padding:5px;
    border:1px solid;
    height:712px;
}

#consultaDestino{
    display: inline-block;
    width: 15px; 
    height: 15px;
    background-image: url("../img/consultar.png");
    vertical-align: bottom;
}
#consultaDestino:active{
    width: 15px; 
    height: 15px;
    background-image: url("../img/consultaract.png");
}
#botonTeclado{
    display: inline-block;
    width: 29px; 
    height: 15px;
    vertical-align: bottom;     
    margin-bottom: 1px;
    margin-left: 3px;
}
#contenedorPrincipalLogin{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #ffffff;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-image: url(../img/loginbackground.jpg);
}


#contenedorPrincipalLogin #loginBackground {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
#contenedorPrincipalLogin #loginBackground img#background {
    height: auto;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
#contenedorLogin {
    right: 5%;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    /*padding-top: 50px;*/
    position: absolute;
    bottom: 10%;
    width: 440px;
    background-color:#D7192D;
    color:#FFFFFF;    
}
#restaurarpwd{
    color:#FFFFFF;
}
.divpais{
    width: 97px;
    height: 62px;
    float: left;
}
.divflagpais{
    width: 80px;
    height: 48px;
    margin:0 auto;
}
.divdescpais{
    width: 99px;
    height: 17px;
    margin:0 auto;
    font-size:7.5pt;
    color: #000000;
    font-size: 7.5pt;
    text-shadow:none;
    text-align: center;
}
.textoRojoLogout{
    color:#D7192D;
}
.textoRojoLogout:link{
    text-decoration: none;
}
.textoRojoLogout:hover{
    text-decoration: none;
}
.textoRojo{
    color:#D7192D;
}
.textoBlanco{
    color:#FFFFFF !important;
}
.textoRojoBoton{
    background-color:#760202;
    color:#FFFFFF;
    padding: 0px 10px;
}
.textoBlancoBoton{
    background-color:#D7192D;
    color:#FFFFFF;
    padding: 0px 10px;
}
.textoRojo:link{
    text-decoration: none;
}
.textoBlanco:link{
    text-decoration: none;
}
.textoRojoBoton:link{
    text-decoration: none;
}
.textoRojoBoton:link{
    text-decoration: none;
}
.textoRojo:hover{
    text-decoration: none;
}
.textoBlanco:hover{
    text-decoration: none;
    color:#FFFFFF;
}
.textoRojoBoton:hover{
    text-decoration: none;
}
.textoBlancoBoton:hover{
    text-decoration: none;
    background-color:#ffd0d3;
    color:#D7192D;
}
.imgPaisCarouselOpe{
    padding-right: 20px;
    padding-bottom: 55px;
}

.operscontent-lg{
    width:1050px;
    margin:0 auto;
}
.operscontent-md{
    width:760px;
    margin:0 auto;
}
.operscontent-sm{
    width:570px;
    margin:0 auto;
}
.operscontent-xs{
    width:285px;
    margin:0 auto;
}

.paisescontent{
    width:792px;
    margin:0 auto;
}
#infofullcarga{
    width: 488px;
    height: 149px;
    border: 1px solid;
    background-color: #FFFFFF;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 1.42857;
}
#infofullcargacontacto{
    width: 245px;
    height: 312px;
    float:left;
    border: 1px solid;
    background-color: #FFFFFF;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 1.42857;
}
#infofullcargatpvweb{
    width: 270px;
    height: 150px;
    float:left;
    border: 1px solid;
    background-color: #FFFFFF;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 1.42857;
}

#infofullcargalogo{
    margin-bottom: 10px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
    width: 162px;
    height: 110px;
    background-image: url("../img/logofullcargainfo.png");
    background-size: contain;
    float:left;
}

#infofullcargacontactologo{
    margin: 10px auto;
    width: 162px;
    height: 110px;
    background-image: url("../img/logofullcargainfo.png");
    background-size: contain;
}
#tpvwebpubli{
    width: 240px;
    height: 322px;
    float:left;
    background-color: transparent;
    margin-bottom: 10px;
}
#tpvwebnopubli{
    width: 240px;
    height: 322px;
    float:left;
    background-image: url("https://m1.behance.net/rendition/modules/18807873/disp/925c507babf9969598b7ba396a336b70.jpg");
    background-size: 240px auto;
    background-repeat: no-repeat;
    background-position: center top;
}

#infoingresoscontainer{
    width:100%; 
    float:left; 
}

#infoingresos{
    width:770px; 
    height: 30px; 
    border: 1px solid; 
    background-color: #FFFFFF; 
    margin: 0px auto;
    color: #5a5a5a; 
    font-size: 14px; 
    line-height: 1.42857; 
    text-align:center;
}
#divventa{
    width: 481px;
    height: auto;
    float:left;
    border: 1px solid;
    background-color: #FFFFFF;
    margin-bottom: 100px;
    text-align: center;
    font-size: 8pt;
}

.various{
    color: #073b93;
}
.impdest{
    color: #073b93;
}
.ticketMail{
    color: #073b93;
}
.infoPro{
    color: #073b93;
}
#contactenos{
    float:left;

}

#tarifa{
    float:left;
    font-size: 8pt;
    text-align:center;
    width:800px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    border: 1px solid;
    border-color: black;
    padding: 10px 0px 10px 0px;
    height:inherit;
}
.formulario{
    margin:0;
}

#beneficioAcum{
    float: right;
    text-align: right;
    padding-right: 10px;    
}

.negrita{
    font-weight: bolder;
}

#domRoot{
    text-align: left;
}

.camposObligatorios{
    font-size:8pt;
    padding-bottom:3px;
}

.logoIII{
    float:left;
    width:130px;
    text-align: center;
}

.bancoIII{
    float:left;
    width:100px;
}

.cuentaIII{
    float:left;
    width:210px;
}

.altura136px{
    height: 136px;
}

#ultimosMovimientos{
    width:490px;
    float:left;
    font-size: 8pt;	
    text-align:center;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0);
    border: 1px solid;
    border-color: black;
    padding: 0;
    height:161px;
    border: none;
}

#ultmovihead{
    height:15px;
    background-color:#CC0000;
    color:#FFFFFF;
    font-weight: bold;
    border-top:1px solid #000000;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
}

.fontSize17px{
    font-size: 17px; 
}

.fontSize11pt{
    font-size: 11pt;
}

.fullclubTerminos{
    font-size: 8.5pt;
    text-align: justify;
    width: 650px;
    border: none;
}

.fullclubTerminosTabla{
    border-collapse: collapse; 
    border: 1px solid black;
    width: 472px;
}

.fullclubTerminosTabla td{
    border: 1px solid black;
}

.loading {
    position :fixed !important;
    position :absolute;
    width :100%;
    height :100%;
    top:0px;
    left:0px;
    z-index: 10000;
    vertical-align: middle;
}

.loadingcolor {
    background-color :#ffffff;
    -moz-opacity :0.75;
    opacity :0.35;
    filter :alpha(opacity='75');
}

.loadingimage {
   
    height: 100%;
    width: 100%;
}

.visible{
    visibility: visible;
}

.novisible{
    visibility: hidden;
}

.labelSaldoCabecera{
    width: 70px;
    display: inline-block;
}

/*Todos los hijos td de informacion con los colores de rowA2*/
.informacion td{
    border-top: none;
    padding-top: 0px;
    padding-left: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    
    vertical-align: top;
    word-wrap:break-word;
    text-overflow:ellipsis;
    overflow:hidden;
    
    font: 8pt "Segoe UI",tahoma,verdana,arial,helvetica;
    background:#FFFFFF;
    color:black;
}
/*Colores de rowA1 en la primera columna*/
.informacion tr td:first-child{
    padding-left: 2px;
    background:#626262;
    color:#FFFFFF;
}
/*Padding en la primera y la ultima fila*/
.informacion tr:first-child td{
    padding-top: 4px;
}
.informacion tr:last-child td{
    padding-bottom: 4px;
}

.btnTarjeta{
    background-image: url('../img/btn_visa_mc_part.png');
    width: 150px;
    height: 75px;
    border: none;
    margin: 0px 5px;
    cursor: pointer;
    background-color: transparent;
}

.btnTarjetaSinTipo{
    background-image: url('../img/btn_visa_mc.png');
    width: 150px;
    height: 75px;
    border: none;
    margin: 0px 5px;
    cursor: pointer;
    background-color: transparent;
}

.btnTarjetaEmpresa{
    background-image: url('../img/btn_visa_mc_busi.png');
    width: 150px;
    height: 75px;
    border: none;
    margin: 0px 5px;
    cursor: pointer;
    background-color: transparent;
}
.btnBizum{
    background-image: url('../img/btn_bizum.png');
    width: 150px;
    height: 75px;
    border: none;
    margin: 0px 5px;
    cursor: pointer;
    background-color: transparent;
}

#registro{
    color:#FFFFFF;
}

.separadorActivacion{
    width:50%;
    color:red;
}