
* { box-sizing:border-box; margin:0; padding:0; font-family: 'Montserrat', sans-serif; font-size: 14px;}

html, body{height: 100%; background-color:#f8f8f8; margin: 0;padding: 0; xfont-weight: 200; color: #333;}

h1, h2, h3, h4 {color:#00568c; line-height: }

h1{font-size:25px; font-weight: 700; }
h2{font-size:20px; font-weight: 700;}
h3{font-size:16px; font-weight: 600;}
h4{font-size:14px; font-weight: 700;}

h1 span {font-size:25px; color:#333;}
h2 span {font-size:20px; color:#333;}
h3 span {font-size:16px; color:#333;}
h4 span {font-size:14px; color:#333;}

h1 span i {font-size:25px;}
h2 span i {font-size:20px;}
h3 span i {font-size:16px;}
h4 span i {font-size:14px;}

label, input, table, select, textarea {font-size: 14px; }

label {	
	margin-right:8px;
	float:left;
    color:#000;
    line-height:28px; 
}

input, select  {
	/*font-size:1em;*/
	font-size: 14px;
	padding:1px 5px;
	border:1px solid #777;
    color:#111;
    
	background-color:#fff;
	float:left;
	border-color: #c6c6c6;
	height:28px; line-height:28px; 
	border-radius: 3px;
}

input::placeholder { color:#c1c1c1; }

input[type="radio"] {height:28px; xline-height:24px; background-color: transparent; margin: 0 3px 0 5px;}
input[type="checkbox"] {height:28px; background-color: transparent; margin: 0 5px 0 5px;}


input::-webkit-calendar-picker-indicator {
  display: none !important;
}



textarea { 	background-color:#fff; /*font-size:1em;*/ padding:3px 5px; border:1px solid #777; color:#111; border-color: #c6c6c6;}

.barraMenu {
    height: 35px;
    background-color: #302c52; /*Morado*/
	color: #fff;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.flecha-down {padding-left:10px; padding-right:0px; float:right; }

.menu ul {
	background-color: #302c52;
	/*background-color: transparent;
	background-image: linear-gradient(#182174, #060046);*/
	display: flex;
	list-style: none;
}

.menu ul ul {
	background-image: linear-gradient(#302c52, #1e1e1e);
	display: none;
}

.menu a {
	display: block;
	padding: 9px 20px;
	color: #fff;
	text-decoration:none;
}

.menu a i {xcolor: #007ea4;}

.menu a:hover {
	background-color:#00568c; 
	color:#fff;
}

.menu a:hover span {
    color:#fff;
}

.menu a span {
	margin-left: 10px;
}

.menu ul li:hover ul {
	display:block;
	position: absolute;
}

.menuBoton {position: absolute;  top: 10px; right: 10px; display:none; cursor:pointer; background-color:#ac243b; padding:3px 6px; border-radius: 6px; }
.bar1, .bar2, .bar3 {width:35px; height:3px; background-color:#fff; margin: 6px 0; transition: 0.4s;}
.change .bar1 {transform: rotate(-45deg) translate(-7px, 6px);}
.change .bar2 {opacity: 0;}
.change .bar3 {transform: rotate(45deg) translate(-7px, -6px);}

/* ---Fin Menu --*/

.barraTop {position:fixed; width:100%; z-index:100; top:0; background-color:#1e1e1e;}

.logo {
	position: absolute;
	top: 5px;
	left:10px;
	float:left; 
	margin-left: 15px;
	width:190px;  height:72px;
	background: url(../imagenes/aksi.png) no-repeat;
	background-size: 100% 100%;
	cursor:pointer;
	z-index:1;
}
.titulo_logo {color:white; width:auto; position: absolute; top:30px; left:230px;}

.logo_g { 
	position: absolute;
	top: 0px;
	left:50%;  margin-left:-150px;
	width: 300px; height: 113px;
	background: url(../imagenes/aksi.png) no-repeat;
	background-size: 100% 100%;
	cursor:pointer;
}

.logo_gI {float:left; margin:0px; 
	width: 300px; height: 113px;
	background: url(../imagenes/aksi.png) no-repeat;
	background-size: 100% 100%;
}

.infoUsuario, .infoUsuario2 {display:inline-block; padding: 3px 10px; float:right; margin-top: 0px;}
.infoUsuario2 {display: none; background-color:#1e1e1e; padding: 10px 10px; width: 100%; margin-bottom: 10px; margin-top: 0px; float:left;}
.avatar {float: left; width:40px; height:40px; border-radius:50%; border: 1px solid #00568c;}
.usuario, .usuarioB {float: left; color:#c0c0c0; padding:12px 12px; }
.usuarioB {color:#fff;}

/* Boton */
.boton1 {
	display:inline-block;
	background-color:#00568c; 
	color:#fff; 
	border:none;
	font-weight: 400;
	/*border: 3px solid #1e51a4;*/
	border-radius: 5px;
	outline:none;
	float:left;
	padding:7px 12px 7px 12px;
	text-align:left;
	margin-right:10px;
	margin-bottom:0px;
	/*box-shadow: 0 2px #999;*/
	transition: background 0.2s linear;
	cursor: pointer;
	height: auto;
	line-height: normal;
	font-size: small;
	margin-top:0px;
	white-space: nowrap;
}
.boton1:hover {background-color:#003658; }
.boton1:active {box-shadow: 0 0px #666; transform: translateY(2px); }
.boton1 i {margin-right: 6px;}
.boton1:hover a:hover { color:#000; }
.boton1 img{float:left; margin:0px 5px 0px 0px; }
.boton1 p {float:left; margin:0; padding:0; }
.botonAct {background-color:#ac243b;}
.botonAct:hover {background-color:#671523;}
.boton1G{ text-transform:uppercase; letter-spacing:2px; padding:15px 25px 15px 25px;}
.boton1:disabled {background-color:#6c6c6c; }
.boton1Nmr {margin-right:0px;}

.botonAct2 {background-color:transparent; color: #ac243b; border: 2px solid #ac243b;}
.botonAct2:hover {background-color:#671523; color:#fff; border: 2px solid #671523;}

.boton1borde1 {border:1px solid #c6c6c6; border-radius: 0px 4px 4px 0px;}

.boton1 .numero0 {background-color:#333333; color:white; padding:1px 6px; border-radius:20px; font-weight:bold; margin-left:5px;}
.boton1 .numero1 {background-color:darkgreen; color:white; padding:1px 6px; border-radius:20px; font-weight:bold; margin-left:5px;}



/* Paneles */

.principal { height: auto; min-height: 100%;}
.container { padding-top: 95px; padding-right:10px; padding-left: 10px; margin-right: auto;margin-top:0px;  height: auto; }


.panel {
	display:block; margin-bottom: 15px; margin-top:0px; overflow:auto; padding:8px 10px; 
	background-color:#efefef; border:1px solid #dddddd;
	box-shadow:2px 2px 3px 0px rgba(0,0,0,0.08); -webkit-overflow-scrolling: touch;  
} 

.panel2 {
    display:block; margin-bottom: 15px; margin-top:0px; overflow:auto; 
    background-color:#efefef; border:1px solid #dddddd;
    box-shadow:2px 2px 3px 0px rgba(0,0,0,0.08); -webkit-overflow-scrolling: touch; 
    width: 100%; 
    border-radius: 6px 6px 6px 6px;
    padding:20px;
} 

.tituloPanel{ color:#222; background-color: #e7ba26; padding: 5px 10px; margin-bottom: 10px; }

.subTitulo {width:100%; overflow:hidden; margin-bottom:10px;color:#ffff; background-color: #007ea4; padding:5px 0px 5px 30px; margin-top:20px; }

.campoFicha{width:100%; overflow:hidden; margin-bottom:5px;}
.labelAncho {width:230px; text-align:left;}
.labelAncho2 {width:350px;}
.margenAbajo{margin-bottom: 10px;}

.campoFicha3 {width:100%; overflow:hidden; margin-bottom:0px;}
.labelAncho3 {width:200px; text-align:left; padding-left:30px;}
.ml20 { margin-left:20px; }
.ml30 { margin-left:30px; }

.campoFicha4 {width:100%; overflow:hidden; margin-bottom:5px;}
.labelAncho4 {width:280px; text-align:left; padding-left:30px;}

.fila {width:100%; overflow:hidden;}
.fila > div {text-align: center;}

.fila-flex { display: flex; align-items: stretch; flex-direction: row;}
.fila-flex > div { margin: 5px 10px; text-align: center; flex-grow: 1; padding: 0px; width:50%;}
.fila-flex .borde { border-right: 1px solid #dddddd; }


.fila-flex2 {display: flex;  justify-content: flex-start; width:100%; flex-direction: row; }
.fila-flex2 > div { flex: 50%; }

.form-group {text-align: left; position: relative; padding: 0; }
.form-group > label { xwidth:200px; width: 100%;text-align: left; line-height:normal; }
.form-group > div {display: flex; align-items: stretch; width: 100%;}
.form-group > input, .form-group > div > input { width: 100%; }
.form-group > select, .form-group > div> select { width: 100%; }

.form-grupo2 {display:flex; justify-content: flex-start;/*space-between;*/ align-items: flex-start; flex-direction: row; flex-wrap: nowrap; padding:0px 30px; width:100%; }
.form-grupo2 .label-grupo2 {flex: 0 0 180px; }
.form-grupo2 >h2 { margin-right: 20px;}



.mb20 {margin-bottom:20px;}
.mb10 {margin-bottom:10px;}
.m10 {margin: 0;}
.mb5 {margin-bottom:5px;}
.mbe {margin-bottom: 0px;}


.divleft { float:left; margin-right:20px; margin-bottom:5px;}
.xxdivflex { display: flex; align-items: stretch; flex-direction: row; }
.divflex { display: flex; align-items: stretch; flex-direction: row; float:left; margin-right:20px;}



.divbotones {float:right; }

.pie { height:30px; clear:both; overflow: auto;}
.piepagina{ text-align:center; padding:8px; background-image: linear-gradient(#302c52, #1e1e1e); height:30px; margin-top:-30px; float:left; width:100%; }
.piepagina p { color: #f3f3f3; font-weight:500; font-size:12px;  }

.txtResaltado{color:#302c52; font-weight:700;}

.altoLista1 { width:100%; height:auto; overflow: auto; margin-bottom: 5px;}


/* Tablas */
.tdatos { border-collapse:collapse; width:100%; border:1px solid #ddd; background-color:#f4f7ff; color:333;}
.tdatos th { text-align:left; padding:4px; border:1px solid #ddd; background-color:#302c52;  color:#fff; font-weight:bold; }
.tdatos td { text-align:left; padding:4px; border:1px solid #ddd; }
.tdatos tr:nth-child(even){ background-color: #e1e9ff;/*c4d3fa;*//*#cbdfff;*/ }
.tdatos tr:hover {background-color:#00568c; color:white;}

.tdatos .total {font-weight:bold; border-top:2px solid #302c52; }

.tficha{ border-collapse: collapse; width: 100%;}
.tficha td {padding-top: 5px; padding-bottom: 5px;} 

.campo5 { width:80px;}
.campo10 { width:120px;}
.campo30 { width:290px;}
.campo40 { width:320px;}
.campo50 { width:450px;}

/* Ordenar tablas por columna */
.orden_col {cursor: pointer; white-space: nowrap;}
.orden_col:hover {background-color: #00568c;}

.orden_col:hover:after { float:right; font-family: 'Font Awesome 5 Free'; content: "\f884"; }
.orden_col_des:after { float:right; font-family: 'Font Awesome 5 Free'; content: "\f884"; }
.orden_col_des:hover:after { float:right; font-family: 'Font Awesome 5 Free'; content: "\f160"; }
.orden_col_asd:after { float:right; font-family: 'Font Awesome 5 Free'; content: "\f160"; }

.tbotones { width:100%; border-spacing: 2px;}
.tbotones td {padding:7px 12px 7px 12px; background-color:#060046; color: #fff; text-align: center; transition: background 0.2s linear;} 
.tbotones td:hover { background-color:#182174; }
.tbotones td:active {background-color:#333; }

/* Capas */
.espera{
	display: none;
	position: fixed;
	top: 0%; left: 0%;
	width: 100%; height: 100%;
	background: url(../imagenes/esperar9.gif) center no-repeat;
	background-size: 150px 150px;
	background-color:rgba(255, 255, 255, 0.30);
	/*background-color:#fff;
	z-index:1010;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);*/
	z-index:1100;
}

.espera2{
	display: none;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: url(../imagenes/esperar9.gif) center no-repeat;
	background-size: 100px 100px;
	background-color:rgba(255, 255, 255, 0.60);
	z-index:1100;
}

.capaoscura{
	display: none;
	position: fixed; 
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color:rgba(255, 255, 255, 0.60);
	z-index:1001;
	backdrop-filter: blur(1px);
}

.ventanEmergente {
	display:none; position:fixed; left:50%; top:50px;  width:450px;  margin-left:-225px;
	padding:0px;  z-index:1005; text-align:left; 
	height:auto; 
	/*border:1px solid #333;*/
	box-shadow:3px 3px 5px 0px rgba(0,0,0,0.35);  
	border-radius: 6px;
	/*border:1px solid #c1c1c1; 
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)*/
	background-color:#f6f6f6;
	/*background-image: linear-gradient(#fafafa, #eeeeee);*/
}

.tituloEmergente{display:inline-block; background-color: #302c52;  color:#fff; width:100%; text-align:left; border-radius: 6px 6px 0px 0px; }
.tituloEmergente h3, .tituloEmergente h2 {color:#fff; padding:10px; }

.ventanEmergenteAncha_450 {width:450px; margin-left:-225px;}
.ventanEmergenteAncha_600 {width:600px; margin-left:-300px;}
.ventanEmergenteAncha_60 {width:60%; margin-left:-30%; }
.ventanEmergenteAncha_90 {width:90%; margin-left:-45%; }

.ventanEmergenteInterno {background-color:#f6f6f6;
	/*background-image: linear-gradient(#fafafa, #eeeeee);*/
	display:block; margin:0 auto; padding:10px; overflow:auto; max-height: calc(100vh - 180px); border-radius: 0px 0px 6px 6px; }

.xxventanEmergente p, .xxventanEmergenteInterno p, {padding: 2px 5px; color:red; font-weight:bold; display:block; background-color:#efbebe; margin: 5px 0px; display:none;}

.botonEmergente {
	background: url(../imagenes/cerrar2.png) center no-repeat;
	height:16px; width:16px; position:absolute; opacity:0.9; filter: alpha(opacity=90); transition: all 0.1s linear; top:12px; right:10px;
}
.botonEmergente:hover {opacity:1.0; filter: alpha(opacity=100);}

.venEmerBot1 {display:inline-block; text-align:center; width:100%;}
.venEmerBot1b {padding:10px; background-color:#dbdbdb;}
.venEmerBot2 {margin:0 auto; display:inline-block; padding-top: 10px;}
/*.aviso {width:100%; height: 23px; overflow:auto; padding: 3px 5px 3px 5px; color:red; font-weight:bold; text-align:center; overflow: hide; }
.avisoR {color:red; background-color:#efbebe; }
*/

.ventanEmergenteInterno .aviso {width:100%; border-radius: 5px; min-height:23px; overflow:auto; padding: 3px 5px; color:red;  font-weight:bold; text-align:center; xmargin-bottom:10px ; }
.ventanEmergenteInterno .avisoR {color:red; background-color:#efbebe; }
.ventanEmergenteInterno .botonera {display:flex; flex-wrap:wrap; justify-content:center; width:100%;}





.estatus0 {display: inline; white-space: nowrap; background:#3232d7; color:white; padding:2px 10px 2px 10px; margin:0;border-radius:15px; }

.botonMas { background:  url(../imagenes/mas.png) center no-repeat;
    height:16px; width:16px; opacity:0.5; filter: alpha(opacity=50); transition: all 0.1s linear; 
    position:absolute;  right:20px;
}
.botonMas:hover {opacity:1.0; filter: alpha(opacity=100);}

.botonMenos { background:  url(../imagenes/menos.png) center no-repeat;
    height:16px; width:16px;
}
.botonMenos:hover {opacity:1.0; filter: alpha(opacity=100);}


/*---- Botones Presionados ---*/
.contenedor-bP1 {width:auto; overflow:auto; float:left; margin-bottom:5px;}
.contenedor-bP2 { display:block; width: 600px; height:37px; }

.botonP {
	display:inline-block;
	color:#00568c; 
	border: 1px solid #302c52;
	border-radius: 0px;
	outline:none;
	font-weight: 400;
	padding:4px 10px 2px 10px;
	text-align:left;
	margin:0px;
	margin-right:0px;
	margin-bottom:5px;
	transition: background 0.2s linear;
	cursor: pointer;
	user-select: none;
}
.botonP i {margin-right: 6px;}
.botonP:hover { color:#fff; background-color:#00568c;  border: 1px solid #302c52;}

.botonPI {border-radius: 6px 0px 0px 6px;}

.botonPD {border-radius: 0px 6px 6px 0px;}


.switchB {display: inline-block; margin:0px; padding: 0px;}
.switchB input {display:none;}

.switchB input:checked + .botonP { color:#fff; background-color:#302c52; border: 1px solid #302c52;}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
/*---*/

/* Para la Impresion */
.salida {display:none;}
.mostrar {display:block;}
.linea {display: inline-block; width: 100%; }
.colum {float:left; padding: 5px; }


/*-----SW ---------*/
.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
}

.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: gray;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 90px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 90px;
}

input:checked + .slider {
	background-color: green;
}

input:focus + .slider {
	box-shadow: 0 0 1px green;
}

input:checked + .slider:before {
	left: calc(100% - 3px);
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
}

input:active + .slider:before {
	width: 22px;
}



/*---- Botones Presionados ---*/
.switch_p {display: inline-block;}
.switch_p input {display:none;}

.switch_p input:checked + .boton_p { color:#fff; background-color:#00568c; color:#fff; border: 1px solid #302c52; }

.switch_p .boton_p {
	color:#111; background-color:transparent; border: 1px solid #302c52;
	display:inline-block;
	font-weight: 400;
	border-radius: 5px;
	outline:none;
	float:left;
	padding:7px 12px 7px 12px;
	text-align:center;
	margin-right:0px;
	margin-bottom:10px;
	transition: background 0.2s linear;
	cursor: pointer;
	height: auto;
	line-height: normal;
	font-size: small;
	margin-top:0px;
	white-space: nowrap;
}
.switch_p .boton_p:hover {xbackground-color:#003658; xcolor:#fff; }

/*---*/

/* Animacion Emergente */
.animate {
    -webkit-animation: animatezoom 0.5s;
    animation: animatezoom 0.5s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}


/* Animacion Parpadea */
.parpadea {
	font-weight:bold;
	color:darkgreen;
	text-transform:uppercase;

	animation-name: parpadeo;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;

	-webkit-animation-name:parpadeo;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo{  
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

@-webkit-keyframes parpadeo {  
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

@keyframes parpadeo {  
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}


/* Imagenes */

.image-area {
    border: 2px dashed rgba(230, 230, 230, 0.7);
    padding: 5px;
    position: relative;
    text-align: center;
}

.xximage-area::before {
    content: ''; /*Contenido Imagen*/
    color: rgba(230, 230, 230);
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.image-area img {
    z-index: 2;
    position: relative;
    max-height: 300px;
    margin: 0 auto;
    min-height:50px;
}


.image-area_2 {display: flex; width:100%; height: 150px; align-items: center;
  justify-content: center;  border: 2px dashed rgba(230, 230, 230, 0.7)}
.image-area_2_img { max-height: calc(100% - 10px); max-width:90%; }



/*---*/

.documento_pantalla {width:100%; height:300px; zoom: 75%; overflow:auto; border:1px solid #777; background-color:#fff;}


.resaltado1 {color:#fff; background-color:#ac243b; padding:1px 8px 1px 8px; border-radius:5px; }




@media (max-width: 1024px) {
	.boton1 { margin-bottom:10px; }
}	


/* Break Point 768 Moviles */
@media (max-width: 768px) {

	h1{font-size:1.6em;}
	h2{font-size:1.3em;}
	h3{font-size:1.17em;}
	h4{font-size:1em;}

	label, input, table, select, textarea {font-size: 14px; }

	input, select {font-size: 16px; height:29px; line-height:29px; padding:3px 5px;}

	input[type="radio"] {height:29px; line-height:28px; }
	input[type="checkbox"] {height:29px; line-height:28px;}


	.barraTop {height: 60px;}

    .barraMenu {
    	margin-top: 30px;
    	height: 30px; 
    }
        
	.menu {
		position: absolute;
		top:58px;
		left:0;
		width: 100%;
		transform: translateX(-100%);
		transition: all 0.3s;
	}

	.menu ul {
		/*flex-direction: column;*/
		display: block;
	}

	.menu ul li:hover ul {
		display: none;
		position: static;
	}

	.menu a span {
		position: absolute;
		right: 5px;
	}
        
	.menu ul ul {
		background: #1e1e1e;
		overflow-x:auto;
		max-height: 300px;
		-webkit-overflow-scrolling: touch;
	}

	.menu ul ul a {
		padding: 15px 40px;
	}
    
    .logo {
    	top: 0px;
		left:-15px;
		width:150px;  height:57px;
    }

	.titulo_logo {color:white; width:auto; position: absolute; top:20px; left:150px; font-size: 18px;}

	.logo_g {width: 190px;  height: 72px;  margin-left:-95px; top: 5px;}

    .menuBoton {display:inline-block;}
    
	.infoUsuario {display: none;}
	.infoUsuario2 {display:block;}    
    
	.boton1 { margin-bottom:10px; }

	.container { padding-top: 70px; padding-right: 3px; padding-left: 3px; margin-right: auto;margin-top: 0px; }

	.panel2{ padding: 10px; }


	.divleft {width:100%; margin-bottom:5px;  }
	.divflex {float:none;}

	.labelAncho {width:300px;}
	.labelAncho2 {width:auto;}
	.labelAncho3 {width:100%; padding-left: 0px;}
	.labelAncho4 {width:100%; padding-left: 0px;}
	.ml20 {margin-left:0px; }
/*p.ml20 {margin-left:0px; }*/
	.ml30 { margin-left:0px; }

	.campo10, .campo30, .campo40, .campo50 { width:100%;}

	.ventanEmergente {width:100%; margin-left: -50%; top: 0px; bottom: 0px; border-radius: 0px; }
	.tituloEmergente{border-radius: 0px; }

	.ventanEmergenteAncha_450, .ventanEmergenteAncha_600, .ventanEmergenteAncha_60, .ventanEmergenteAncha_90 {width:100%; margin-left:-50%;}

	.ventanEmergenteInterno { max-height: calc(100vh - 48px); border-radius: 0px; padding-bottom:80px; } 

	.aviso {height: 50px; }

    .botonMas { display: none; }

    .subTitulo { padding-left: 0px; }

    .contenedor-bP1 {width:100%;} 

    .fila-flex { flex-direction: column; }
    .fila-flex > div { margin: 5px 0px;  padding:0px 0px; width:100%;}
    .fila-flex .borde { border-right: 0px; }

	.fila-flex2 {flex-direction: column;}
    .fila-flex2 > div { flex: 100%; }

	.form-grupo2 { flex-direction: column; padding:0px 0px;}
	.form-grupo2 .label-grupo2 {flex:0 1 auto;}


	.piepagina{ padding:2px;  }
	.piepagina p {  font-size:11px;  }

	.mbe {margin-bottom: 80px;}

	.documento_pantalla {height:600px; zoom: 45%; }

 }
