body{
	font-family: 'Oswald', sans-serif;
	background: #FFF;
	margin: 0px;
	padding: 0px;
	color: #3c404f;
	overflow: hidden;
    overflow-y: auto;
}
div{
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.contenido{
	width: 990px;
	margin: 0 auto;
	position: relative;
}
.clear{
	clear: both;
}

header{
	position: relative;
	z-index: 10;
}

/* GENERAL STYLES */
.columns {
    display: flex;
    column-gap: 20px;
}
.grid {
    display: grid;
	column-gap: 20px;
	row-gap: 20px;
}
.grid.columns-2{
	grid-template-columns: repeat(2, 1fr);
}
.columns.columns-2 .column{
	width: 50%;
}
.columns.smallGap{
	column-gap: 5px !important;
}
.columns.space-around{
	justify-content: space-around !important;
}
.columns.center{
	justify-content: center !important;
}

.iconButtonContainer{
	display: flex;
}

a.iconButton{
	display: flex;
	text-decoration: none;
	width: 100%;
}
a.iconButton.big {
    flex-direction: column;
    background: #DDD;
    text-align: center;
    border-radius: 10px;
    border: 5px solid rgba(0,0,0,.2);
    border-top: 3px solid rgba(0,0,0,.05);
    border-left: 3px solid rgba(0,0,0,.05);
	padding: 10px;
	box-shadow: 1px 1px 5px rgba(0,0,0,.1);
}
a.iconButton .wrap{
	display: flex;
	flex-direction: column
}
a.iconButton .icon img{
	width: 100%;
	max-width: 100px;
	height: auto;
}
a.iconButton .text{
	color: #444;
	font-weight: bold;
	flex-grow: 1;
}

img.medium{
	max-width: 150px;
	height: auto;
}

table.table{
	width: 100%;
	margin-bottom: 20px;
	box-shadow: 1px 1px 4px rgba(0,0,0,.1);
	/* border: 1px solid #AAA; */
}
table.table tr td{
	border-bottom: 1px solid #AAA;
	background: #FFF;
	padding: 10px;
}
table.table tr td.nombreCampo{
	font-weight: bold
}
table.table tr:nth-child(even) td{
	background: #e6e6e6;
}
table.table tr:last-child td{
	border-bottom: none;
}

.noMargin{
	margin: 0 !important;
}
.noModifiersArrows{
	-webkit-appearance: none;
}
.noModifiersArrows::-webkit-outer-spin-button,
.noModifiersArrows::-webkit-inner-spin-button{
	-webkit-appearance: none;
}

.leaded .numberModifier{
	font-size: 25px !important;
}
.allowWrap{
	white-space: normal !important;
}

form.refreshing {
    opacity: .2;
    pointer-events: none;
	position: relative;

}
form.refreshing::after {
	content: 'Cargando';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #0B3;
	color: black;
	background: white;
	border:1px solid #888;
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(0,0,0,.5);
	padding: 30px;
}
/* HEADER */

#hdr-barLogo{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+50,e2e2e2+99 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 50%, #e2e2e2 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 50%,#e2e2e2 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 50%,#e2e2e2 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
	padding: 7px;
	position: relative;
}
#hdr-barLogo-btnGLR{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#hdr-barLogo-btnGLR-txt{
	float: left;
	margin-top: 28px;
	margin-right: 13px;
	line-height: 22px;
	font-size: 16px;
	text-align: right;
}
#hdr-barLogo-btnGLR-txt a{
	color: #008e30;
	/* font-weight: bold; */
	font-family: 'Mountains of Christmas', cursive;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgb(210, 210, 210);
	text-decoration: none;
}
#hdr-barLogo-btnGLR-txt a:hover, #hdr-barLogo-btnDDN-txt a:active{
	text-decoration: none !important;
}
#hdr-barLogo-btnGLR-txt a span{
	color: #f40000;
    font-size: 23px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px rgb(43, 0, 0);
}
#hdr-barLogo-btnGLR-img{
	float: left;
}

#hdr-menu{
	background: #ff313d;
	position: relative;
}
#hdr-menu ul{
	padding: 0; margin: 0;
	list-style: none;
	float: left;
}
#hdr-menu ul li{
	float: left;
	text-transform: uppercase;
	margin: 0px;
	padding: 8px;
}
#hdr-menu ul li ul{
	position: absolute;
	margin-top:7px;
	display: none;
	z-index: 20;
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
#hdr-menu ul li:hover > ul{
	display: inherit !important;
}
#hdr-menu ul li ul li{
	float: none;
	text-transform: uppercase;
	margin: 0; padding: 0;
	margin:0px;
}
#hdr-menu ul a{
	color: #FFF;
	text-decoration: none;
}
#hdr-menu ul li ul li a{
	background: rgba(70, 20, 113, .9);
	margin:0px;
	padding: 10px;
	width: 190px;
	display: block;
}
#hdr-menu ul li ul li a:hover{
	background: rgba(154, 46, 247, 0.9);
}
#hdr-menu-mobile, #hdr-barLogo-menu-btn, #hdr-barLogo-btnMiCuenta-mobile, #hdr-barLogo-logo-t2{
	visibility: hidden;
	display: none;
}
#hdr-btnMiCuenta{
	float: right;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f1286+0,1971b5+100 */
	background: #1f1286; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #1f1286 0%, #1971b5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #1f1286 0%,#1971b5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #1f1286 0%,#1971b5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1286', endColorstr='#1971b5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	position: relative;
	z-index: 20;
	color: #FFF;
	text-decoration: none;
	padding: 12px;
	margin: -.4em;
	border-radius: 10px;
	box-shadow: 2px 2px 0px rgba(200,0,100,.8);
	text-transform: uppercase;
}
#hdr-btnMiCuenta-t2{
	display: none;
	visibility: hidden;
}

#hdr-aviso{
	position: relative;
	z-index: 10;
}
#hdr-aviso-txt {
    background: #ffdf00;
    text-align: center;
    color: #000000;
    padding: 6px;
}

/*********** MAIN *************/

main{
	background: url(../img/fondo.jpg) center top;
	background-repeat: repeat-x;
	position: relative;
	z-index: 0;
}
main.conAviso{
	margin-top: -36px;
}
main .contenido{
	background: #FFF;
}
main.conAviso .contenido{
	padding-top: 36px;
}
#mn-slider{
	padding: 15px;
	position: relative;
}
.mn-slider-slides{
	border-radius: 20px;
	height: 0 !important;
	overflow: hidden;
}
#mn-slider-slides-t1{
    padding-bottom: 38%;
}
#mn-slider-slides-t2, #mn-slider-slides-t3{
	display: none;
	visibility: hidden;
}
.slide{
	background-color: #F7F7F7 !important;
	width: 100% !important;
	height: 100% !important;
	cursor: pointer;
}
#mn-slider-ctrls {
    position: absolute;
    top: 46%;
    z-index: 10;
    transform: translateY(-50%);
    width: calc(100% - 30px);
    background: #6d3fca;
	cursor: pointer;
}
.mn-slider-ctrl {
    color: #FFFFFFCC;
    background: #260b5a66;
    display: inline-block;
    padding: 10px;
    position: absolute;
}
#slideAnt{
	left: 0px;
}
#slideSig{
	right: 0px;
}


#mn-aadds {
    margin: 15px;
    margin-top: 0;
}

.mn-aadd{
	background: #AAA;
	position: relative;
	float: left;
	width: calc( (100% - 30px) / 3);
	margin-right: 15px;
	overflow: hidden;
	height: 205px;
	border-radius: 15px;
	cursor: pointer;
}

.mn-aadd:nth-child(3n){
	margin-right: 0px;
}

.mn-aadd-tit{
	position: absolute;
	width: 100%;
	top: 0px;
	text-align: center;
	color: #FFF;
	padding: 4px;
	font-size: 18px;
}

#mn-aadd-miCuenta .mn-aadd-tit{ background: #283fc2; }
#mn-aadd-serCliente .mn-aadd-tit{ background: #5b28c2; }
#mn-aadd-sucursales .mn-aadd-tit{ background: #309fff; }

#mn-aadd-miCuenta .mn-aadd-pic{ background: url(../img/aadd-miCuenta.jpg) center 40%;}
#mn-aadd-serCliente .mn-aadd-pic{ background: url(../img/aadd-serCliente.jpg) center center;}
#mn-aadd-sucursales .mn-aadd-pic{ background: url(../img/aadd-sucursales.jpg) center center;}
/* #mn-aadd-sucursales .mn-aadd-pic{ background: url(../img/sucursal-2.jpg) center center;} */
.mn-aadd-pic{
	width: 100%; height: 100%;
	background-size: cover !important;
}

/* Listas */
.mn-listaLegal{
	font-size: 12px;
	font-family: Arial;
	text-align: justify;
}
.mn-listaLegal li{
	margin-bottom: 7px;
}
.mn-liEnc{
	font-weight: bold;
	text-decoration: underline;
}

/* secciones */
.mn-bnrSeccion {
    height: 0;
    margin: 15px;
    background-size: cover !important;
	border-radius: 15px;
	position: relative;
}
.mn-bnrSeccion-0 {
	padding-bottom: 10%;
}
.mn-bnrSeccion-1 {
	padding-bottom: 17.39%;
}
.mn-bnrSeccion-txt{
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
}
.mn-bnrSeccion-0-txt{
    font-size: 30px;
	line-height: 30px;
}
.mn-bnrSeccion-1-txt{
    font-size: 50px;
	line-height: 50px;
}
.mn-bnrSeccion-txt span{
	color: #1f1286;
}
.mn-bnrSeccion-txt.azul{
	color: #FFF;
}
#mn-bnrSeccion-qs{
	background: url("../img/bnr-quienesSomos.png") no-repeat center center;
}
#mn-bnrSeccion-staff{
	background: url("../img/bnr-staff.png") no-repeat center center;
}
#mn-bnrSeccion-byp{
	background: url("../img/bnr-byp.png") no-repeat center center;
}
#mn-bnrSeccion-ddn{
	background: url("../img/bnr-ddn.png") no-repeat center center;
}
#mn-bnrSeccion-hlwn{
	background: url("../img/bnr-hlwn.png") no-repeat center center;
}
#mn-bnrSeccion-pn2019{
	background: url("../img/bnr-pn.png") no-repeat center center;
}
#mn-bnrSeccion-cliente-requisitos{
	background: url("../img/bnr-cliente-requisitos.png") no-repeat center center;
}
#mn-bnrSeccion-cliente-FAQ{
	background: url("../img/bnr-cliente-FAQ.png") no-repeat center center;
}
#mn-bnrSeccion-cliente-tarjeta{
	background: url("../img/bnr-cliente-tarjeta.png") no-repeat center center;
}
#mn-bnrSeccion-novedades{
	background: url("../img/bnr-novedades.png") no-repeat center center;
}
#mn-bnrSeccion-sucursales{
	background: url("../img/bnr-sucursales.png") no-repeat center center;
}
#mn-bnrSeccion-miCuenta{
	background: url("../img/bnr-miCuenta.png") no-repeat center center;
}
.mn-bnrSeccion-miCuenta-generico{
	background: url("../img/bnr-miCuenta.png") no-repeat center center;
	color:#FFF;
}
#mn-bnrSeccion-miCuenta-FAQ{
	background: url("../img/bnr-miCuenta-FAQ.png") no-repeat center center;
}
#mn-bnrSeccion-miCuenta-vencimientos{
	background: url("../img/bnr-miCuenta-vencimientos.png") no-repeat center center;
}
/*------------------*/
/*imagenes reducidas*/
/*------------------*/
#mn-bnrSeccion-0-qs{
	background: url("../img/bnr-quienesSomos-0.png") no-repeat center center;
}
#mn-bnrSeccion-0-staff{
	background: url("../img/bnr-staff-0.png") no-repeat center center;
}
#mn-bnrSeccion-0-byp{
	background: url("../img/bnr-byp-0.png") no-repeat center center;
}
#mn-bnrSeccion-0-ddn{
	background: url("../img/bnr-ddn-0.png") no-repeat center center;
}
#mn-bnrSeccion-0-hlwn{
	background: url("../img/bnr-hlwn-0.png") no-repeat center center;
}
#mn-bnrSeccion-0-pn2019{
	background: url("../img/bnr-pn-0.png") no-repeat center center;
}
#mn-bnrSeccion-0-cliente-requisitos{
	background: url("../img/bnr-cliente-requisitos-0.png") no-repeat center center;
}
#mn-bnrSeccion-0-cliente-FAQ{
	background: url("../img/bnr-cliente-FAQ-0.png") no-repeat center center;
}
#mn-bnrSeccion-0-cliente-tarjeta{
	background: url("../img/bnr-cliente-tarjeta-0.png") no-repeat center center;
}
#mn-bnrSeccion-0-novedades{
	background: url("../img/bnr-novedades-0.png") no-repeat center center;
}
#mn-bnrSeccion-0-sucursales{
	background: url("../img/bnr-sucursales-0.png") no-repeat center center;
}
#mn-bnrSeccion-0-miCuenta{
	background: url("../img/bnr-miCuenta-0.png") no-repeat center center;
}
.mn-bnrSeccion-0-miCuenta-generico{
	background: url("../img/bnr-miCuenta-0.png") no-repeat center center;
	color:#FFF;
}
#mn-bnrSeccion-0-miCuenta-FAQ{
	background: url("../img/bnr-miCuenta-FAQ-0.png") no-repeat center center;
}
#mn-bnrSeccion-0-miCuenta-vencimientos{
	background: url("../img/bnr-miCuenta-vencimientos-0.png") no-repeat center right;
}

.mn-cols{
	margin: 15px;
}
.mn-cols p{
	font-family: "Roboto Condensed", Arial, sans-serif;
}
.mn-cols p.destacado{
	font-size: 22px;
}

.mn-colIzq{
	width: calc( ( (100% - 30px) / 3) * 2);
	padding:15px;
	float: left;
}
.mn-colIzq.mn-colMitad, .mn-colDer.mn-colMitad{
	width: calc( (100% - 15px) / 2 );
}
.mn-colDer{
	width: calc( (100% - 30px) / 3);
	padding:15px;
	float: right;
}
.mn-colAnchoCompleto{
	width: 100%;
	padding: 0px 30px;
}
.mn-titSubSecc{
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 500;
}

.mn-btnSeccion{
	width: 100%;
	height: 0;
	padding-bottom: 40%;
	background-size: cover !important;
	border-radius: 15px;
	position: relative;
	cursor: pointer;
	margin-bottom: 15px;
}
.mn-btnSeccion-tit {
    font-size: 29px;
    line-height: 29px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
	text-shadow: 0px 0px 10px #FFF;
}
.mn-btnSeccion span{
	color: #1f1286;

}
#mn-btnSeccion-staff{
	background: url(../img/btn-staff.png) center right;


}
#mn-btnSeccion-qs{
	background: url(../img/btn-qs.png) center right;
}
#mn-btnSeccion-cliente-tarjeta{
	background: url(../img/btn-cliente-tarjeta.png) center right;
}
#mn-btnSeccion-cliente-FAQ{
	background: url(../img/btn-cliente-FAQ.png) center right;
}
#mn-btnSeccion-cliente-requisitos{
	background: url(../img/btn-cliente-requisitos.png) center right;
}
#mn-btnSeccion-miCuenta-FAQ{
	background: url(../img/btn-miCuenta-FAQ.png) center right;
}
#mn-btnSeccion-miCuenta-numCliente{
	background: url(../img/tarjeta-oc-web.png) center right;
	padding-bottom: 55%;
	cursor: auto !important;
}
#mn-btnSeccion-miCuenta-vencimientos{
	background: url(../img/btn-miCuenta-vencimientos.png) center right;
}
#mn-btnSeccion-miCuenta-salir{
	background: url(../img/btn-miCuenta-salir.png) center right;
}
#mn-btnSeccion-miCuenta-email{
	background: url(../img/btn-miCuenta-email.png) center right;
}
#mn-btnSeccion-miCuenta-Inicio{
	background: url(../img/btn-miCuenta-home.png) center right;
}



.mn-box{
	border-radius: 10px;
	box-shadow: 2px 2px 10px rgba(0,0,0,.4);
	padding: 30px;
}
.mn-box-tit{
	margin-bottom: 30px;
}
.mn-box-tit-icon{
	float: left;
	margin-right: 10px;
}
.mn-box-tit-txt{
	font-size: 24px;
	color: #888;
	line-height: 27px;
	text-transform: uppercase;
}
.mn-box-margTop{
	margin-top: 20px;
}
label{
	color: #1f1286;
	text-transform: uppercase;
	font-size: 13	px;
	letter-spacing: 1px;
	box-sizing: border-box;
}
select, input[type="text"], input[type="file"], input[type="email"], input[type="number"], input[type="password"], textarea{
	display: block;
	margin-bottom: 15px;
	width: 100%;
	font-size: 15px;
	padding: 8px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #CCC;
	font-family: "Roboto Condensed", Arial, sans-serif;
}
textarea{
	resize: none;
}


.mn-accrdn{
	margin:15px;
	position: relative;
}
#mn-accrdn-ayuda {
    position: absolute;
    z-index: 15;
    top: 46px;
    right: 40px;
	opacity: 0;
}
.mn-accrdn-item{
	margin-bottom: 20px;
}
.mn-accrdn-item-tit-txt{
	float: left;
	font-weight: bold;
}
.mn-accrdn-item-tit{
	background: #ecebeb;
	border-radius: 5px;
	padding: 10px;
	font-family: "Roboto Condensed";
	cursor: pointer;
	box-shadow: 1px 1px 7px rgba(0,0,0,.2);
	position: relative;
	z-index: 10;
}
.mn-accrdn-item-tit-flecha{
	float: right;
}
.mn-accrdn-item-img{
	margin: 0px 15px;
	overflow: hidden;
}
.mn-accrdn-item-img-t1{
	width: 100%;
	height: auto;
}
.mn-accrdn-item-img-t2,.mn-accrdn-item-img-t3{
	visibility: hidden;
	display: none;
}
.mn-accrdn-item-expandido .fa-arrow-down{
	display: none;
}
.mn-accrdn-item-expandido .mn-accrdn-item-tit{
	background: #ff313d;
	color: #FFF;
}
.mn-accrdn-item-colapsado .fa-arrow-up{
	display: none;
}
.mn-accrdn-item-colapsado .mn-accrdn-item-img{
	height: 0px;
}
.mn-accrdn-item-tit-txt{
	cursor: pointer;
}

.mn-titTipoIngreso{
	background: #ba66ef;
	color: #FFF;
	padding: 3px 10px;
	font-size: 22px;
	text-transform: uppercase;
	border-radius: 10px;
}
.mn-listadoReq{
	list-style: url("../img/mn-listadoReq-vign.png");
}
.mn-listadoReq li{
	font-size: 16px;
	margin-bottom: 5px;
}
.mn-bannerInterno{
	background-size: cover !important;
	border-radius: 10px;
	width: 100%;
	height: 0;
	padding: 15%;
	position: relative;
}
#mn-bannerInterno-contenido-sinIngresos{
	background: url("../img/bnrInt-sinIngreso.jpg") no-repeat center right;
}
.mn-bannerInterno-contenido{
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	font-size: 27px;
	color: #AAA;
}
.mn-bannerInterno-contenido .txtChico{
	font-size: 16px;
	display: block;
	text-transform: uppercase;
}

.mn-listadoFAQ li{
	color: #1f1286;
	font-size: 20px;

}
.mn-listadoFAQ ul{
	list-style: none;
	margin:0; padding: 0;
	margin-top: 5px;
}

.mn-listadoFAQ ul li{
	color: #444;
	font-weight: normal;
	margin:0; padding: 0;
	margin-bottom: 15px;
	font-size: 16px;
}


p.destacadoPastilla{
	background: #1f1286;
	color: #FFF;
	padding: 3px 10px;
	font-size: 22px;
	text-transform: uppercase;
	border-radius: 10px;
}

/****************************************/
/* Novedades */
/****************************************/

.mn-novedad{
	margin-bottom: 35px;
}
.mn-novedad-txt{
	background: #EEE;
	padding: 3px 15px;
	border-radius: 10px;
}
.mn-novedad-txt-tit{
	font-size: 28px;
	float: left;
}
.mn-novedad-txt-fecha {
    font-size: 16px;
    float: right;
	text-align: right;
    margin-top: 16px;
    color: #AAA;
}
.mn-novedad-img{
	margin: 15px;
	margin-top: 2px;
}
.mn-novedad-img img {
    width: 100%;
}
.mn-novedades-paginador{
	text-align: center;
}


/****************************************/
/* Contacto */
/****************************************/

.mn-contacto-telefonos{
	font-size: 26px;
	color: #1f1286;
	margin-bottom: 20px;
}
.mn-contacto-telefonos .chico{
	font-size: 14px;
	display: block;
	color: #444;
}
.mn-contacto-sucursal{
	margin-bottom: 20px;
}
.mn-contacto-sucursal-tit{
	color: #1f1286;
	font-weight: bold;
}

/****************************************/
/* Sucursales */
/****************************************/

.mn-sucursal{
	margin-bottom: 30px;
}
.mn-sucursal-tit{
	background: #1f1286;
	color: #FFF;
	padding: 3px 15px;
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 20px;
}
.mn-sucursal-txt-dir, .mn-sucursal-txt-hrr{
	margin-bottom: 5px;
}
.mn-sucursal-txt-dir img{
	margin-bottom: -5px;
}
.mn-sucursal-txt-hrr img{
	margin-bottom: -2px;
	margin-right: 6px;
}
.mn-sucursal-map{
	width: calc( ( (100% - 15px) / 2) );
	height: 280px;
	background: #AAA;
	float: left;
	margin-right: 15px;
}
.mn-sucursal-img{
	width: calc( ( (100% - 15px) / 2) );
	height: 280px;
	overflow: hidden;
	float: left;
	border-radius: 10px;
}
#mn-sucursal-sj .mn-sucursal-img{
	background: url(../img/sucursal-1.jpg) center top;
	background-size: cover;
}
#mn-sucursal-lf .mn-sucursal-img{
	background: url(../img/sucursal-2.jpg) center center;
	background-size: cover;
}

/****************************************/
/* Mi Cuenta */
/****************************************/
#micuentaForm-numCliente{
	width: 100px;
}
#micuentaForm-documento{
	width: 150px;
}
#mn-miCuenta-tablaFAQ{
	width: 100%;
}
#mn-miCuenta-tablaFAQ td{
	padding: 4px 10px;
	width: 50%;
}
#mn-miCuenta-tablaFAQ thead td{
	background: #0b7acf;
	color: #FFF;
}
#mn-miCuenta-tablaFAQ tbody td{
	background: #FFF;
	color: #555;
}
#mn-miCuenta-tablaFAQ tbody tr:nth-child(even) td{
	background: #d7edfd;
	color: #555;
}
#mn-miCuenta-tablaFAQ td:nth-child(odd){
	text-align: right;
}

/* Vencimientos */
#mn-miCuenta-vencimientos-datos{
	background: #EFEFEF;
	border-radius: 7px 7px 0px 0px;
	padding: 10px;
	border-bottom: 2px solid #BBB;
}
.mn-miCuenta-vencimientos-dato{
	font-family: "Roboto Condensed", Arial, sans-serif;
	width: calc( (100% - 15px) / 2 );
	float: left;;
}
.mn-miCuenta-vencimientos-dato-etiq{
	color: #888;
	font-size: 12px;
	display: inline;
}
.mn-miCuenta-vencimientos-dato-cont{
	color: #444;
	font-size: 20px;
	display: inline;
}

#mn-miCuenta-vencimientos-mensaje{
	padding: 10px;
	font-size: 26px;
	text-align: center;
	border-radius: 0px 0px 7px 7px ;
	margin-bottom: 15px;

}
.mn-miCuenta-vencimientos-mensaje-alerta{
	background: #ffea77;
	color: #f96400;
}
.mn-miCuenta-vencimientos-mensaje-normal{
	background: #d4ffb5;
	color: #444;
}
.mn-miCuenta-vencimientos-mensaje-normal span{
	font-weight: bold;
	color: #444;
	font-size: 26px;
	display: inline-block;
}

#mn-miCuenta-vencimientos-mensaje-icon{
	float: left;
}

.mn-miCuenta-vencimientos-mensaje-alerta a {
	color: #e05a00;
	text-decoration: underline;
}

.mn-miCuenta-vencimientos-tit h2{
	margin-top: 30px;
	font-size: 28px;
}

.mn-miCuenta-vencimientos-instructivo{
	background: #efefef;
	padding: 1px 15px;
	border-radius: 5px;
	margin: 10px 0px 20px 0px;
}
.mn-miCuenta-vencimientos-instructivo.ocultar .mn-miCuenta-vencimientos-instruccion{
	display: none;
}
#mn-miCuenta-vencimientos-tabla{
	width: 100%;
}
#mn-miCuenta-vencimientos-tabla td{
	padding: 4px 10px;
	text-align: center;
}
#mn-miCuenta-vencimientos-tabla thead td{
	background: #0b7acf;
	color: #FFF;
}
#mn-miCuenta-vencimientos-tabla tbody td{
	background: #EFEFEF;
	color: #555;
	border-bottom: 2px solid #FFF;
}
#mn-miCuenta-vencimientos-tabla tbody tr:nth-child(even) td{
	background: #DDD;
	color: #555;
}
.mn-miCuenta-vencimientos-tabla-filaDeuda td{
	background: #ff9650 !important;
	color: #FFF !important;
}
.mn-miCuenta-vencimientos-tabla-filaDeuda:nth-child(even) td{
	background: #ff7010 !important;
}
.mn-miCuenta-vencimientos-error{
	text-align: center;
    background: #ffb5b5;
    border: 1px solid #D00;
    border-radius: 3px;
    margin-top: 20px;
    padding: 10px;
    margin-bottom: 20px;
}
#mn-miCuenta-vencimientos-paso1-toggleInstructivo{
	float: right;
	margin-top: 16px;
}
.mn-miCuenta-vencimientos-form input[type="checkbox"]{
	height: 20px;
	width: 20px;
}

.mn-miCuenta-vencimientos-paso1-btn{
	text-align: right;
	margin-top: 25px;
}
#mn-miCuenta-vencimientos-paso1-btn-importeTotal{
	margin-top: 23px;
	float: left;
}
#mn-miCuenta-vencimientos-paso1-btn-importeTotal-Title {
    /* display: inline-block; */
    border: 4px solid transparent;
    border-radius: 5px;
    padding: 3px 10px;
	font-weight: bold;
	/* width: 100px; */
	float: left;
	text-align: right;
}
#mn-miCuenta-vencimientos-paso1-btn-importeTotal-Value {
	/* margin-left:10px; */
    /* display: inline-block; */
    border: 4px solid #1f1286;
    border-radius: 5px;
    padding: 3px 10px;
	width: 130px;
	font-weight: bold;
	text-align:right;
	float: left;
}
.floatLeft {
	float: left;
}
.mn-miCuenta-vencimientos-paso1-btn input[type="submit"]{
	padding: 8px 15px 7px !important;
    font-size: 18px !important;
    font-weight: bold !important;
}
.mn-miCuenta-vencimientos-pagos{
	margin-bottom: 20px;
}

.mn-miCuenta-vencimientos-pagos-lista{
	list-style: none;
	margin: 0; padding: 0
}
.mn-miCuenta-vencimientos-pagos-pago {
    margin: 0;
    padding: 0;
    width: calc( (100% - 15px) / 2);
    /* text-align: center; */
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
}
.mn-miCuenta-vencimientos-pagos-pago:nth-child(2n) {
	margin-right: 0;
}
.mn-miCuenta-vencimientos-pagos-pago:nth-child(2n+1) {
	clear: both
}
.mn-miCuenta-vencimientos-pagos-pago.pendiente_mp {
	background: #f7e7ab;
    border: 2px dashed #ffc65f;
    box-shadow: 2px 2px 0px #ffc65f;
}
.mn-miCuenta-vencimientos-pagos-pago.aprobado_mp {
    background: #bfeaff;
    border: 2px dashed #70d0ff;
    box-shadow: 2px 2px 0px #70d0ff;
}
.mn-miCuenta-vencimientos-pagos-pago.ingresado_oc {
    background: #d0f1b4;
    border: 2px dashed #009e00;
    box-shadow: 2px 2px 0px #009e00;
}
.mn-miCuenta-vencimientos-pagos-pago-icn {
	float: left;
	margin-right: 10px;
}
.mn-miCuenta-vencimientos-pagos-pago-icn img{
	width: 50px;
	height: auto;
	opacity: .7;
}
.mn-miCuenta-vencimientos-pagos-pago-fecha {
    font-size: 14px;
    font-family: Arial;
}
.mn-miCuenta-vencimientos-pagos-pago-monto {
    font-weight: bold;
	font-family: Arial;
	font-size: 22px;
}
.mn-miCuenta-vencimientos-pagos-pago-txt{
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 5px;
	height: 25px;
}
.mn-miCuenta-vencimientos-totales{
	position:relative;
    padding: 3px 20px;
	border: 1px solid white;
    border-radius: 10px;
    text-align: right;
	width:100%;
}
.pc-subtotal{
	background: #F3F3F3;
}
.pc-comision{
	background: #E2E2E2;
}
.pc-total{
	background: #baffb5;
}
.pc-bold{
	font-weight: bold;
}
.pc-mtop-5{
	margin-top:5px;
}
.mn-miCuenta-vencimientos-totales .titulo {
	float:right;
}
.mn-miCuenta-vencimientos-totales .importe {
	float:right;
	width:85px;
}
.mn-miCuenta-respuestaPago {
    padding: 30px 40px 10px;
    text-align: center;
    margin: 20px 0;
}
.mn-miCuenta-respuestaPago img {
    width: 80px;
    height: auto;
    mix-blend-mode: overlay;
}

.mn-miCuenta-respuestaPago.aprobado {
    background: #99d5c9;
    border: 1px solid #329a85;
    border-radius: 10px;
}
.mn-miCuenta-respuestaPago.pendiente {
    background: #fdc489;
    border: 1px solid #ffa040;
    border-radius: 10px;
}
.mn-miCuenta-respuestaPago.rechazado{
	background: #ffb8b8;
    border: 1px solid #e20000;
    border-radius: 10px;
}

#mn-btnSeccion-miCuenta-salir .mn-btnSeccion-tit {
    color: #F00;
}

/* Préstamos */
.mn-miCuenta-panelPrincipal {
	padding: 20px;
    background: #e9f0fc;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.mn-miCuenta-panelPrincipal h1,
.mn-miCuenta-panelPrincipal h2,
.mn-miCuenta-panelPrincipal h3,
.mn-miCuenta-panelPrincipal h4,
.mn-miCuenta-panelPrincipal h5,
.mn-miCuenta-panelPrincipal h6,
.mn-miCuenta-panelPrincipal p{
	margin-top: 0;
}
.mn-miCuenta-panelPrincipal .columns {
    display: flex;
    column-gap: 20px;
}

.mn-miCuenta-panelPrincipal .columns.space-between {
	justify-content: space-between;
}
.mn-miCuenta-panelPrincipal form input.inlineBlock{
	display: inline-block !important;
}
.mn-miCuenta-panelPrincipal form input.autoWidth{
	width: auto !important;
}

.mn-miCuenta-panelPrincipal form .field{
	margin-bottom: 20px;
}
.mn-miCuenta-panelPrincipal form .field.leaded{
	background: #DDD;
    text-align: center;
    border-radius: 10px;
    border: 5px solid rgba(0,0,0,.2);
    border-top: 3px solid rgba(0,0,0,.05);
    border-left: 3px solid rgba(0,0,0,.05);
	padding: 10px;
	box-shadow: 1px 1px 5px rgba(0,0,0,.1);
	font-size: 25px;
}
.mn-miCuenta-panelPrincipal form .field.leaded input{
	font-size: 25px;
}
.mn-miCuenta-panelPrincipal form .field.leaded.green {
    background: #9ee4af;
}
.mn-miCuenta-panelPrincipal form .field.columns{
	display: flex;
	align-items: center;
	column-gap: 20px;
	row-gap: 20px;
}
.mn-miCuenta-panelPrincipal form .field h4{
	margin:0;
}
.mn-miCuenta-panelPrincipal .error{
	text-align: center;
    background: #ffb5b5;
    border: 1px solid #D00;
    border-radius: 3px;
    margin-top: 20px;
    padding: 10px;
    margin-bottom: 20px;
}
.mn-miCuenta-prestamos-form label{
	background: #EEE;
	padding: 10px;
	border:1px solid rgba(0,0,0,.2);
	border-radius: 7px;
	display: inline-block;
	white-space: nowrap;
	margin-bottom: 5px;
}
.mn-miCuenta-prestamos-form label.checked{
	background: #9ee4af;
	box-shadow: 1px 1px 8px rgba(0,255,0, .3);
}
.mn-miCuenta-prestamos-form #montoSolicitado input{
	max-width: 100px;
}
.respuestaPrestamo{
	text-align: center;
}
.respuestaPrestamo.prestamoAceptado h2{
	color: green
}
.respuestaPrestamo.prestamoRechazado h2{
	color: red
}


.prestamo {
    background: #c1dad5;
    padding: 15px;
    border-radius: 7px;
    border: 2px solid rgba(0,0,0,.3);
    border-top: none;
    border-left: none;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
	margin-bottom: 30px;
}
.prestamo h2{
	color: #0f4065;
}

/***** Puertas ******/
#ptas{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000;
	visibility: hidden;
	display: none;
}
.pta-tam{
	/* background: #0000FFAA; */
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
}
#pta-t2{
	visibility: hidden;
	display: none;
}
.pta-pagina{
	width: 50%;
	height: 100%;
	position: absolute;
}
#pta-t2 .pta-pagina{
	width: 100%;
}
.pta-pagina.pta-iz{
	top: 0px;
	left: 0px;
	/* background: #0000FFAA; */
}
.pta-pagina.pta-dr{
	top: 0px;
	right: 0px;
	/* background: #00FFFFAA; */
}

.pta-fondo{
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(20,89,89,.5);
	box-shadow: inset 0px 0px 60px rgba(0,0,0,.5);
	z-index: 0;
	top: 0px;
	left: 0px;
}
.pta-foto{
	z-index: 10;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	/* border-top: 20px solid rgba(200, 0, 0, .8);
	border-bottom: 20px solid rgba(0, 0, 200, .8); */
}
#pta-t1-ptaIz .pta-foto {
    right: 0;
}
.pta-foto img{
	width: 100%;
	opacity: .95;
}
.pta-resplandor{
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(20,89,89,.05);
	background-image: url(../img/pta-resp.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.pta-elmnt{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 30;
}

.pta-elmnt-manija{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.pta-iz .pta-elmnt-manija{
	right: 30px;
}
.pta-dr .pta-elmnt-manija{
	left: 30px;
}

/****** footer *******/

footer{
	background: #f5f5f5;
	padding: 50px 0px;
}
footer a{
	color: #999;
}

footer p{
	font-family: "Roboto", Arial, sans-serif;
	font-size: 12px;
	color: #999999;
}
#ftr-logo{
	padding: 0 15px;
}
#ftr-cols {
    padding: 0 15px;
}
.ftr-col{
	float: left;
	width: calc(50% - 15px);
	margin-right: 15px;
}
.ftr-col:nth-child(2n){
	margin-right: 0px;
	text-align: right;
}
#ftr-menu{
	list-style: none;
	margin:0; padding: 0;
}
#ftr-menu li{
	padding: 0; margin: 0;
	line-height: 13px;
}
#ftr-menu a{
	text-transform: uppercase;
	color: #999;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
}


/* FORZAR COLORES Y TAMAÑOS */
.bg_verde,
tr:nth-child(even) td.bg_verde,
tr:nth-child(odd) td.bg_verde{
	background: #76c13e !important;
}
.bg_rojo{
	background: #E00 !important;
}
.bg_celeste{
	background: #5ea1f9 !important;
}

.clr_verde, .clr_verde:nth-child(odd), .clr_verde:nth-child(even){
	color: #76c13e !important;
}
.clr_rojo{
	color: #DD0000 !important;
}
.chico{
	font-size: small !important;
}
input[type="submit"], .btn{
	background: #1f1286;
	border: none;
	border-radius: 5px;
	color: #FFF;
	text-transform: uppercase;
	font-family: "Roboto Condensed", Arial, sans-serif;
	padding: 5px 15px;
	cursor: pointer;
	font-size: 14px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	display: inline-block;
	text-align: center;
}
.oculto, .displayNone{
	display: none;
}


/* DEBUG */
.testingNavigator {
    position: fixed;
    top: 50%;
	transform: translateY(-50%);
    left: 0;
    font-size: 12px;
    line-height: 12px;
    font-family: monospace;
    background: rgba(255,255,255,.5);
    padding: 10px;
    border: 1px solid #C00;
    border-left: none;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.testingNavigator ul, .testingNavigator  h4{
	margin: 0;
	padding: 0;
}
.testingNavigator  h4{
	margin-bottom: 6px;
	font-size: 14px;
}
