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

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

h1, h2, h3, h4 {color:#111111;}

h1{font-size:25px; font-weight: 900;}
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:#f47921;}
h2 span {font-size:20px; color:#f47921;}
h3 span {font-size:16px; color:#f47921;}
h4 span {font-size:14px; color:#f47921;}

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;*/
	padding:0px 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;}

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

.barraMenu {
    height: 35px;
    background-color: #452f92; /*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: #452f92;
	/*background-color: transparent;
	background-image: linear-gradient(#182174, #060046);*/
	display: flex;
	list-style: none;
}

.menu ul ul {
	background-image: linear-gradient(#452f92, #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:#f47921;  /*naranja*/
	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:#f47921; 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:#452f92;}

.logo { /*1000 233*/
	position: absolute;
	top: 8px;
	left:10px;
	float:left; 
	margin-left: 15px;
	width:300px;  height:70px;
	background: url(../imagenes/atrucks2.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: 5px;
	left:50%;  margin-left:-240px;
	width: 480px; height: 111px;
	background: url(../imagenes/atrucks2.png) no-repeat;
	background-size: 100% 100%;
	cursor:pointer;
}

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

.infoUsuario { display: flex;  justify-content: space-between; align-items: center; flex-direction: row; flex-wrap: nowrap; padding: 3px 10px; float:right; margin-top: 0px;}
.infoUsuario2 {display: none; }

.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:#694ccb; 
	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;
	xfont-size: small;
	margin-top:0px;
	white-space: nowrap;
}
.boton1:hover {background-color:#452f92; }
.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:#f47921;}
.botonAct:hover {background-color:#8e4613;}
.boton1G{ text-transform:uppercase; letter-spacing:2px; padding:15px 25px 15px 25px;}
.boton1:disabled {background-color:#6c6c6c; }
.boton1-0margin {margin-right:0px;}

.boton1-sino {width:60px; text-align:center; display:none;} 

.boton1 .numero {background-color:Orange; 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:#ffffff; xborder:1px solid #dddddd;
	box-shadow:2px 2px 3px 0px rgba(0,0,0,0.08); -webkit-overflow-scrolling: touch;  
	border-radius: 10px;
} 



.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;}*/


.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 { width:200px; text-align: left; line-height:normal; }
.form-group > input { width: 100%; }
.form-group > 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;}

.fotos-cont {display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; align-content: flex-start; width:100%; flex-direction: row; border: 2px solid rgba(230, 230, 230, 0.9); padding:10px; border-radius:10px;}
.fotos-cont .foto-ficha { width:200px; height:190px; margin-right:20px; margin-bottom:20px; border: 1px solid rgba(230, 230, 230, 0.7); background-color: rgba(230, 230, 230, 0.7); border-radius: 10px; overflow:hidden;}
.fotos-cont .foto-ficha .foto1 { padding: 3px;  position: relative; text-align: center; background-color: #fff; border-radius: 10px;}
.fotos-cont .foto-ficha .foto1 .foto_img { max-height:120px; }
.fotos-cont .foto-info {width:100%; height:60px; overflow:hidden; display:flex; justify-content:flex-start; align-items: center;  flex-direction:row; flex-wrap:nowrap; justify-content: space-between; padding:5px 10px; xborder-top: 2px solid rgba(230, 230, 230, 0.7); background-color: rgba(230, 230, 230, 0.7); }
.fotos-cont .foto-info .boton1 { margin-top:0px; padding:7px 8px 7px 8px; margin-right: 0px; }


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


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

.pie { height:30px; clear:both; overflow: auto; }

.piepagina { text-align:center; padding:6px; background-color:#452f92; xbackground-image:linear-gradient(#452f92, #1e1e1e); height:30px; margin-top:-30px; float:left; width:100%; }
.piepagina p { color: #fff; font-weight:500; font-size:12px;  }

.txtResaltado{color:#000; 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:#fff; color:333;}
.tdatos th { text-align:left; padding:4px; border:1px solid #ddd; background-color:#452f92;  color:#fff; font-weight:bold; }
.tdatos td { text-align:left; padding:4px; border:1px solid #ddd; }
.tdatos tr:nth-child(even){ background-color: #f7f7f7; }
.tdatos tr:hover {background-color:#694ccb; color:white;}
*/
.tdatos { border-collapse:collapse; width:100%; border:1px solid #ddd; background-color:#fff; color:333; border-radius: 10px;}
.tdatos th { text-align:left; padding:4px; border:1px solid #ddd; background-color:#694ccb;  color:#fff; font-weight:bold; }
.tdatos td { text-align:left; padding:4px; border:1px solid #ddd; }
.tdatos tr:nth-child(even){ background-color: #f7f7f7; }
.tdatos tr:hover {background-color:#452f92; color:white;}





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

.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/esperar12.gif) center no-repeat;
	background-size: 100px 100px;
	background-color:rgba(230, 230, 230, 0.60);


	/*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.30);
	z-index:1100;
}*/

.capaoscura{
	display: none;
	position: fixed; 
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color:rgba(230, 230, 230, 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;*/
	border-radius: 6px;
	background-color:#fff;
	box-shadow:2px 2px 3px 0px rgba(0,0,0,0.20);

}

.tituloEmergente{display:inline-block; background-color: #452f92;  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_80 {width:80%; margin-left:-40%; }
.ventanEmergenteAncha_90 {width:90%; margin-left:-45%; }

.ventanEmergenteInterno {background-color:#fff;
	display:block; margin:0 auto; padding:10px; overflow:auto; max-height: calc(100vh - 180px); border-radius: 0px 0px 6px 6px; }

/*.ventanEmergente p, .ventanEmergenteInterno 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);}


.ventanEmergenteInterno .aviso {width:100%; border-radius: 5px; min-height:23px; overflow:auto; padding: 3px 5px; color:red;  font-weight:bold; text-align:center; margin-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 ---*/
.labelBP { margin-top: 3px; }

.contenedorBP {display:flex; justify-content:flex-start; width:auto; flex-direction:row; }

.botonBP {
	display:inline-block;
	color:#694ccb; 
	border: 1px solid #452f92;
	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;
	white-space: nowrap;
}
.botonBP i {margin-right: 6px;}
.botonBP:hover { color:#fff; background-color:#452f92;  border: 1px solid #452f92;}

.botonBP .texto {display: inline-block;}

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

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

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


input:checked + .botonBP { color:#fff; background-color:#694ccb; border: 1px solid #452f92;}
/*---*/


.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;
}



/* 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;
}


/*--- desplegable1 ---*/
.desplegable1 { float:left; margin-right: 10px; }

.desplegable1 ul {
	background-color: transparent; /*#452f92;*/
	display: flex;
	list-style: none;
	float: left;
}

.desplegable1 ul ul {
	background-color: #f1f1f1;
	display: none;
	border-radius: 5px;
}

.desplegable1 a {
	display: block;
	padding:4px 12px 3px 10px;
	color: #fff;
	text-decoration:none;
	border-radius: 5px;
}

.desplegable1 a img {
	border-radius: 5px;
	width: 20px;
}

.desplegable1 a .flecha-down {padding: 3px 0px 0px 5px; float:right; }

.desplegable1 a:hover {
	background-color:#f47921;  
	color:#fff;
}

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


/*--- desplegable ---*/

.mapa1 {height:350px; border:1px solid #c6c6c6; width:100%; }




/* 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: 16px; }

	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;}

	textarea {font-size: 16px; padding:3px 5px; }


	.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: 5px;
		left:-15px;
		width:225px;  height:52px;
    }
	.titulo_logo {color:white; width:auto; position: absolute; top:20px; left:150px; font-size: 18px;}


/*1000 233*/

	.logo_g {width: 280px;  height: 65px;  margin-left:-140px; top: 5px;}
    .menuBoton {display:inline-block;}
    
	.infoUsuario {display: none;}
	.infoUsuario2 {display: flex;  justify-content: space-between; align-items: flex-start; flex-direction: row; flex-wrap: nowrap; background-color:#1e1e1e; padding: 10px 10px; width: 100%; margin-bottom: 10px; margin-top: 0px; float:left;}    
    


	.boton1 { margin-bottom:10px; }

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


	/*.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;}

	.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_80, .ventanEmergenteAncha_90 {width:100%; margin-left:-50%;}

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

    .botonMas { display: none; }

    .subTitulo { padding-left: 0px; }

    .labelBP { margin-top: 0px; }
    .contenedorBP {width:100%; overflow: auto;} 

	.switchBP .botonBP .texto {display:none;}
	.switchBP .botonBP i {margin-right: 0px; padding:4px 12px 4px 12px;}


	
    .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;}


.fotos-cont { flex-direction: column; }
.fotos-cont .foto-ficha { width:100%; height:270px; margin-right:0px; margin-bottom: 20px; }
.fotos-cont .foto-ficha .foto1 .foto_img { max-height:200px; }
.fotos-cont .foto-info { height:60px;}
.fotos-cont .foto-info .boton1 { margin-top:9px;  }



.piepagina{ padding:7px;  }
.piepagina p {  font-size:12px;  }

.mapa1 {height:400px; }

.mbe {margin-bottom: 80px;}

 }
