body{font-family: Arial,Helvetica,sans-serif; font-size:10pt; position: absolute; top:0; bottom: 0; left: 0; right: 0; padding:0px; margin:0px;}

.border{border: solid #AAAAAA 1px;}
.btop{border-top:solid #C3C3C3 15px;}
.bbottom{border-bottom:solid #e3e3e3 2px;}

.t_rojo1{color:#B22A27;}
.t_rojo2{color:#8E1414;}
.t_azul1{color:#163479;}
.t_blanco{color:#ffffff;}
.t_rojo_tachado{
				color:#B22A27 !important;
				text-decoration:line-through;
}

.bg_rojo1{background-color:#B22A27;}
.bg_rojo2{background-color:#CC2222;}
.bg_gris1{background-color:#c3c3c3;}
.bg_gris2{background-color:#d3d3d3;}
.bg_gris3{background-color:#e5e5e5;}

.bga_blanco{
    background-color:#FFFFFF;
    background: url("images/oldbrowser/rgba1.png") repeat;
    background-color:rgba(255,255,255,0.6);
}


.pad_2{padding:2px;}
.pad_5{padding:5px;}
.pad_10{padding:10px;}
.pad_15{padding:15px;}

.pad_5_10{padding:5px 10px;}
.pad_10_0{padding:10px 0px;}

.a_left{text-align: left;}
.a_center{text-align: center;}
.a_right{text-align: right;}

.va_top{vertical-align:top;}

.t_20{font-size:20px;}
.t_16{font-size:16px;}
.t_14{font-size:14px;}
.t_12{font-size:12px;}
.t_9{font-size:9px;}

.f_left{float:left;}
.f_right{float:right;}

.m_top3{margin-top:3px;}
.m_top10{margin-top:10px;}
.m_left3{margin-left:3px;}
.m_right3{margin-right:3px;}
.m_bottom3{margin-bottom:3px;}
.margin5{margin:5px;}

.center{
    margin-left: auto;
    margin-right: auto;
}
.contenido{width:85%; min-width:1000px; margin-left: auto; margin-right: auto;}

.b{font-weight: bold;}

.b2{font-weight:bolder;}

.w100{width:100% !important;}
.w80{width:80% !important;}
.w70{width:70%;}
.w50{width:50%;}
.w60{width:60%;}
.w40{width:40%;}
.w30{width:30%;}
.w25{width:25%;}
.w24{width:24%;}
.w20{width:20%;}
.w15{width:15%;}

.h100{height:100% !important;}

.rad5{border-radius:5px !important; -moz-border-radius:5px !important; -webkit-border-radius: 5px !important; -khtml-border-radius: 5px !important; }
.rad10{border-radius:10px !important; -moz-border-radius:10px !important; -webkit-border-radius: 10px !important; -khtml-border-radius: 10px !important; }
.rad15{border-radius:15px !important; -moz-border-radius:15px !important; -webkit-border-radius: 15px !important; -khtml-border-radius: 15px !important; }

.rad5_top{border-radius:5px 5px 0 0 !important; -moz-border-radius:5px 5px 0 0 !important; -webkit-border-radius: 5px 5px 0 0 !important; -khtml-border-radius: 5px 5px 0 0 !important; }
.rad5_bottom{border-radius:0 0 5px 5px !important; -moz-border-radius:0 0 5px 5px !important; -webkit-border-radius: 0 0 5px 5px !important; -khtml-border-radius: 0 0 5px 5px !important; }

.rad10_top{border-radius:10px 10px 0 0 !important; -moz-border-radius:10px 10px 0 0 !important; -webkit-border-radius: 10px 10px 0 0 !important; -khtml-border-radius: 10px 10px 0 0 !important; }
.rad10_bottom{border-radius:0 0 10px 10px !important; -moz-border-radius:0 0 10px 10px !important; -webkit-border-radius: 0 0 10px 10px !important; -khtml-border-radius: 0 0 10px 10px !important; }

a{text-decoration: none; cursor: pointer;}
a:hover{text-decoration: underline;}

.link a, .reporte a, .label a{color:#3366CC;}
span.link{
    cursor:pointer;
    text-decoration: underline;
}

.menu_list{
    min-width:15%;
    width:15%;
    max-width:150px;
    float:left;
}

.menu_list .item{
   cursor: pointer;
   background-color: #B22A27;
   list-style: none;
   border-radius:5px;
   -moz-border-radius:5px; 
   -webkit-border-radius: 5px; 
   -khtml-border-radius: 5px;
   padding:8px 5px;
   min-width:120px; 
   margin:0;
   color: #ffffff;
   margin-top:1px;
   border:solid #333333 1px;
   font-weight:bold;
   font-size: 10px;   
}


.menu_list .item:hover{
    background-color: #C23A37;
    border:solid #ff0000 1px;
}

.menu_list .selected{
    background-color: #c3c3c3;
    color:#000000;
}
.menu_list .selected:hover{
    background-color: #c3c3c3;
    border:solid #666666 1px;
    color:#000000;
}

.closeBTN{
    float:right;
    width:auto;
    height: auto;
    z-index:101;
    margin-top:-5px;
    margin-right:-5px;
}
.menu_{
    background-color: #B22A27;
    border-radius:5px;
    -moz-border-radius:5px; 
    -webkit-border-radius: 5px; 
    -khtml-border-radius: 5px;
    padding:5px 5px 20px 5px;
    position:fixed;
    top:25%;
    left:25%;
    width:50%;
    min-width:630px;
    z-index:100;
    color:#ffffff;
    border:solid #333333 1px;
    box-shadow: 0 0 25px #000000;
    
}

.menu_ ul{
  width:100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  z-index: 102;
  
}

.menu_ li{
  float:left;
  width:30%;
  min-width:30%;
  max-width:30%;
  display: inline-block;
  padding: 0px 5px;
  font-size: 11px;
  cursor:pointer;
}

.menu_ li:hover, .menu_ li:focus{
    text-decoration:underline;
    border:none;
}

.resultado{
    width:84%;
    min-width:600px;
    height:50%;
    min-height:500px;
    background-color:#ffffff;
    background-image:url("images/pe-marca-agua.jpg");
    -moz-background-size: 70%;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position:center 140px;
    float:left;
    padding:0 0 0 10px;
}

.noticias{
    min-width:100px;
    width:14%;
    height:200px;
    max-height:200px;
    margin-left:10px;
    border-radius: 5px;
    -moz-border-radius:5px; 
    -webkit-border-radius: 5px; 
    -khtml-border-radius: 5px;
}

.contacto{
    background-color: rgb(178, 42, 39);
    padding: 5px 0;
    color: white;
    cursor: default;
}

.contacto > .b {
    font-family: sans-serif;
    font-size: 12pt;
    text-transform: uppercase;
    padding: 0 5px;
}

#contacto {
    margin-top: 5px;
    padding: 0 5px;
    color: white;
}

.contact-photo {
    vertical-align: middle;
    width: 80%;
    margin-bottom: 5px;
    object-fit: contain;
    height: 120px;
}

.contact-name {
    font-weight: bold;
    font-size: 12pt;
    margin-top: 0;
    margin-bottom: 5px;
    width: unset;
    min-width: unset;
    font-family: sans-serif;
}

.contact-multicon{
    display: grid;
    min-height: 100px;
}

.contact-phone {
    display: flex;
    align-items: center;
    word-break: break-all;
    padding: 5px;
    border: 1px solid white;
}

.contact-mail {
    display: flex;
    align-items: center;
    word-break: break-all;
    padding: 5px;
    border: 1px solid white;
    border-top: none;
}

.d_contacto{
    width: 100%;
    color: white;
    font-size: 10pt;
    text-align: left;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    padding-left: 5px;
    margin: 0;
    font-family: sans-serif;
}

#bloqueoBocaBackground{
    position:fixed;
    background: url("images/oldbrowser/rgba2.png");
    background: rgba(0,0,0,0.5);
    top:100px;
    left:0;
    right:0;
    bottom:0;    
    z-index:3200;   
}
#bloqueoBocaDiv{
    position:relative;
    margin-right: auto;
    margin-left:auto;
    width:440px;
    height:440px;
    top:0%;
    text-align:center;
}

#bloqueoBocaDiv table{
    text-align:left;
}

.titulo{
    padding:2px;
    background-color:#c3c3c3;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}
.btn {
    background: #c00; 
    border:none ; 
    border-radius: 5px;  
    padding:5px;
    margin-bottom:5px;
    cursor:pointer;
    box-shadow: 0 2px 5px #000;
}
.btn, .btn *{
    color: #fff !important;
}
.btn:hover{
    background: #e00; 
}

.busqueda, .extra{
    border-radius: 10px;
    -moz-border-radius:10px; 
    -webkit-border-radius: 10px; 
    -khtml-border-radius: 10px;
    background-color:#B22A27;
    padding:5px 0 10px 0;
    margin-top:10px;
}

.extra{
	padding:5px 5px 10px 0;
}

form table{
    font-size:12px;
    padding-left:5px;
    padding-right:5px;
    width:100%;
}

form tr{
    height:30px;
}

input[type='submit'], input[type='button'], input[type='reset']{
    font-weight: bold;
}

hr{
    color:#D5D5D5;
    background-color: #D5D5D5;
}
.label{
    width:20%;
    min-width:150px;
    height:25px;
}
.value{
    width:80%;
    min-width:150px;
}

.value input, .value select{font-size: 12px;}
.value input:focus, .value select:focus{box-shadow: 0 0 5px #36C;}
.submitValue{margin-top:10px; padding-top:10px; border-top:solid #d5d5d5 1px; text-align:center; width:100%}

.cuenta_{font-size:11px; border:dotted 1px #ccc; padding:5px 5px 5px 10px;; margin-right: 15px;}
.cuenta_ a:before{content: "# "}

.reporte{border-spacing:1px;border-collapse:collapse;width:100%; font-size:12px;background-color:#F5F5F5;}
.reporte th{background-color: #c5c5c5;border:solid #999999 1px;}
.reporte td{border:solid #999999 1px;}
.reporte tr:nth-child(even){background: #F5F5F5; color:#000000;}
.reporte tr:nth-child(odd){background: #E5E5E5; color:#000000;}
.reporte tr:hover{background-color:#99ccff; color:#113366;}
.reporte tr:last-child {background:#c5c5c5; height:10px;}


.bullet_rojo ul{
    list-style-image: url('images/bullet-rojo.png');
    word-break:break-all;
    margin-top:0px;
    margin-bottom: 15px;
}
.bullet_rojo li{
    margin: 0px;
    padding:0px;
    font-size:9px;
}

.img_pagoexpress {
    background-image: url('images/logopagoexpress.png');
    background-repeat: no-repeat;
    background-size: auto 40px;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0; 
    -webkit-border-radius: 0 5px 5px 0; 
    -khtml-border-radius: 0 5px 5px 0;
}

#deployJavaPlugin {display:none;}

.ayudaImg{
    max-height:100px; 
    width:100%;
    vertical-align:middle;
    float:right;
    margin-left:5px;
    margin-bottom:5px;
}

.grupoShow{
    border:solid #0066CC 1px;
    color:#0066CC;
    border-radius: 25px;
    font-size:10px;
    width:15px;
    height:15px;
    font-weight: bold;
    text-align:center;
    margin-right:5px;
    margin-top:5px;
    cursor:pointer;
}
.grupoShow:hover{
    border:solid #666666 1px;
    background-color:#666666;
    color:#ffffff;
}
.grupoShow.activo{
    border:solid #0066CC 1px;
    background-color:#0066CC;
    color:#ffffff;
}

.tablaForm{
	
    width:100%;
    padding:5px;
    font-size:13px !important; 
    color:#fff !important; 
    font-weight:normal !important; 
    text-align:left !important;    
}

.help-icon{
    box-sizing: border-box;
    border-radius: 25px;
    height:20px !important;
    width:20px !important;
    text-align:center;
    font-weight: bold;
    background-color: #C22;
    color:#fff;
    cursor:pointer;
    float:left;
}

.help-popup{
    background-color: #c22;
    border-radius: 10px;
    padding: 5px 5px 5px 10px;
    position: absolute;
    width: 250px !important;
    box-shadow:2px 2px 5px #000;
}
.help-popup.left{
    margin-left: -280px;
}
.help-popup.left:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #c22 transparent transparent transparent;
    content: "";    
    position: absolute;
    right: -15px;
    top: 10px;

}
.help-popup.right{
    margin-left: 30px;
}
.help-popup.right:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: #c22 transparent transparent transparent;
    content: "";    
    position: absolute;
    left: -15px;
    top: 10px;
}


.SmartphoneShow{
    display: none;
}

.listItem{
    padding-left:15px;
}
.listItem.servicio li{
    color:#3366CC;
    cursor:pointer;
}

#qz, applet{
    position: absolute;
    left:0;top:0;
}
.no-select{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor:default;
}

input.invalido, select.invalido{
    box-shadow: 0 0 5px #c00;
}
#printDIV { display: none; }

.numero, .n_miles{
    text-align: right;
}
input[type=checkbox]{
	width:auto !important;
}

/* NET-201 Interfisa - Registro de Firmas de Directorio Inicio*/
#popupData .nav {
    padding: 5px;
    text-align: center;    
}
#popupData .nav a {
    display:inline-block;
    height:8px;
    width:8px;
    margin:2px;
    border:solid 1px #921c1d;
    border-radius:8px;
    cursor:pointer;
}
#popupData .nav a.selected {
        background: #b22a27 !important;
}

/*NET-201 Interfisa - Registro de Firmas de Directorio Fin*/

#notificacionesPopup .nav {
    padding: 0 !important;
}

input[type="button"], input[type="submit"] {
    padding: 6pt 9pt;
    border: 0;
    cursor: pointer;
    background: #d3d4d5;
    border-radius: 2px;
    /*margin: 0px 5px;*/
    margin-top: 10px;
}
input[type="button"]:focus, input[type="submit"]:focus {
    outline: none;
}
input[type="button"]:hover,
input[type="submit"]:hover{
    background: #787878;
    transition: ease .5s;
}

.menu_list .item {
    border-radius: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-right: 3pt solid #b12a27 !important;
}

.menu_list .item:hover {
    border: none !important;
    border-right: 3pt solid white !important;
}

.menu_list .selected {
    background-color: #c3c3c3;
    color: #000000;
    border: none !important;
    border-right: 3pt solid #c3c3c3 !important;
}

.menu_list .selected:hover {
    border: 0 !important;
}

.border {
    border-radius: 2pt !important;
}

.menu_ {
    border-radius: 0pt !important;
    left: 21% !important;
    border: 0 !important;
    box-shadow: 0 0 2pt #000000 !important;
    top: unset !important;
}

.menu_ img {
    padding-right: 2pt;
}

.closeBTN {
    cursor: pointer;
    padding-top: 2pt;
}

#otp{
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}
#imm{
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	bottom: -60px;
	box-shadow: 5px 5px 8px gray;
}

a.d-flex{
    margin: 0;
    font-size: .8em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn_fa {
    border-radius: 5px;
    color: white;
    cursor: pointer;
    border: 1px solid white;
    font-size: 10px;
    font-weight: normal;
    margin-left: auto;
    padding: 7px;
}

h6.text-white.mb-0 {
    display: flex;
}
.sel-noti { padding:5px; width: auto; height: auto; overflow-y: scroll; max-height: 500px; max-width: 1000px;}
.sel-no-scroll { padding:5px; width: auto; height: auto; max-height: 500px; max-width: 1000px;}
.marquee { padding:5px; height: 49vh; overflow-y: scroll;}