
html,body{
	height: auto;
	width:100%;
	padding: 0;
	margin: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}

/*
.cabecera {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
*/

/* EDICION */

.edicion_sup {
	background-color: NAVY;
	color: WHITE;
	padding:5px;
	width:100%;
	border-top: 2px inset BLACK;
	}
	
.edicion {
	border: 2px solid NAVY;
	padding-top: 0px !important; 
	margin-top: 0px !important;
	}

.edicion:hover{
	border: 2px solid #83c5ff;
	cursor: pointer;
}

.editar_barra {
	background-color: NAVY;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius:6px;
	margin-right: 20%;
	margin-left: 20%; 
	margin-bottom: 5px;
	clear: both; 
	padding: 1px;
	}

.boton4, .boton5 { /* el que se usa para edicion */
	background-color: #9CCAF4;
	font-size: 0.8em;
	border-radius: 8px;
}

.boton5 {
	background-color: #9CF4DE;
}

.boton4, .boton5:hover {
	cursor: pointer;
} 

 
 
/** Mmenu **/

nav:not(.mm-menu){
	display: none;
}

.header, .content{
	text-align: center;
}
.header{
	width: 60px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	background: rgba(119, 119, 119, 0.3);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: fixed; 
	top: 0px;
	left: 0px;
	padding: 0 10px;
	z-index: 300;
}
.header a{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}
#page {
	width: 100%;
}

.sub_franja {
	width: 50%;
	float: left;
}

.modulo{
	width: 100%;
	position: relative;
}
.modulo:before{
	content: "";
	display: block;
	padding-top: 56.25%; 	/* 16/9 */
}

.fija {  
    position:fixed;  
    top: 0px;                    /* Distancia hasta el borde superior */  
    left: 0px;            /* Distancia hasta el borde izquierdo */ 
    z-index: 1;               /* hace que la capa sea opaca  */  
}  

.fija_abajo {  
    position:fixed;  
    bottom: 0px;                    /* Distancia hasta el borde inferior */  
    left: 0px;            /* Distancia hasta el borde izquierdo */ 
    z-index: 1;               /* hace que la capa sea opaca  */  
}  


/* etiquetas */

h1, h2, h3, h4, h5, h6, form, ul, ol, li, p {
	margin: 0px;
	/* padding: 0px; */
}
a, a:link, a:active, a:visited, a:hover{
	/* color: inherit; */
	text-decoration: none;
}

hr {
	height: 1px;
	clear: both;
	border: 0; 
	color: #CCCCCC;
	background-color: #000;
	margin-top: 0em;
	margin-bottom: .4em;
	margin-left: 0em;
}
blockquote {
	margin-left: .8em;
}
img {
	border: none;
}
abbr, acronym {
	cursor: help;
}
.g_idiomas {
	float: right;
	width: 100%;
}


/* Ruta  */

.g_ruta {
	width: 100%;
	text-align: center;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.4em;
}
.g_ruta a {
	text-decoration: none;
	font-weight: bold;
}
.g_ruta a:hover { 
	background-color: rgba(128,128,128,0.3);
}
.texto_ruta {
	font-weight: bold;
}


/* Contenidos */

/* .textos se usa en textogal_all */
.textos p {margin-bottom: 0.5em;}
.textos ul { list-style-type: disc; list-style-position: inside; margin-bottom: 0.5em;} 
.textos ol { list-style-type: decimal; list-style-position: inside; }
.textos ul ul, ol ul { list-style-type: circle; list-style-position: inside; margin-left: 15px; }
.textos ol ol, ul ol { list-style-type: lower-latin; list-style-position: inside; margin-left: 15px; }

.g_contenido_caja_1 {
	width: 96%;
	float: left;
	margin: 1% 2%;
	z-index: 10;
}

}
.g_contenido_caja_1 p {
	padding-bottom: 0.5em;
}

.g_textogal_caja_dercol {
	width: 58%;
	float: left;
}
.g_textogal_caja_izqcol {
	width: 58%;
	float: right;
}

.g_textogal_caja_der {
	width: 40%;
	float: right;
	text-align: center;
	margin-left: 2%;
	/* margin-bottom: 5px; */
}

.g_textogal_caja_izq {
	width: 40%;
	float: left;
	text-align: center;
	margin-right: 2%;
	/* margin-bottom: 5px; */
}

.g_textogal_caja_sup {
	float: left;
	text-align: center;
	width: 100%;
}

.g_textogal_caja_inf {
	float: left;
	text-align: center;
	width: 100%;
}
	
.g_textogal {
	padding-bottom: 0.1em;
	display: inline-block;
}

.g_textogal_2 {
	padding-bottom: 0.1em;
	padding-right: 0.2em;
	display: inline-grid;
}
.g_textogal img, .g_textogal_2 img {
	width: 100%;
}

.g_piefoto {
	font-size: 0.9em;
	color: #666666;
	padding-right: 2%;
	padding-bottom: 1em;
	padding-top: 0.2em;
	padding-left: 2%;
	text-align: center;
	width: 96%;
	line-height: 1em;
}

.sombra img {
	box-shadow: 4px 4px 4px -2px rgba(0,0,0,0.5);
}

.redondo img {
	border-radius: 6px;
}

/* INFOSECCIONES */

.g_infoseccion1 {
	width: 100%;
	float: left;
	margin-top: 7px;
}

/* inhfosecciones tradicionales */
    
.g_infoseccion1_cab{
	width: 99%;
	float: left;
	/* border: 1px solid #CCCCCC; */
	border-radius: 5px;
	margin-right: 1%;
	margin-bottom: 2%;
}
.g_infoseccion1_cab h3{
	font-size: 2.1em;
	font-weight: bold;
	line-height: 1.2em;
}
.g_infoseccion1_cajbloq {
	float: left;
}
.g_infoseccion1_bloq {
	width: 48%;
	float: left;
	margin-right: 1%;
	margin-bottom: 10px;
	margin-left: 1%;
	border-radius: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0,0,0,0);
}

.g_hover:hover {
	border-color: rgba(70,70,70,0.3);
}
	
.g_infoseccion1_img {
	width: 38%;
	float: left;
	padding-right: 2%;
}
.g_infoseccion1_img img{
	width: 100%;
	box-shadow: 4px 4px 4px -2px rgba(0,0,0,0.5);
	border-radius: 6px;
}
.g_infoseccion_cajtit {
	width: 70%;
	margin-bottom: 10px;
	float: left;
}
.g_infoseccion1_dat {
	width: 97%;
	float: left;
	font-size: 0.7em;
	color: #666666;
	line-height: 1.2em;
	margin-left: 3%;
	margin-bottom: 3px;
	text-align: justify;

}
.g_infoseccion1_tit{
	width: 94%;
	float: left;
	margin-right: 3%;
	margin-left: 3%;
	margin-bottom: 5px;
	margin-top: 2px;
	font-size: 0.8em;
	font-weight: normal;
}
.g_infoseccion1_tit a {
	text-decoration: none;
	color: #003D79;
}
.g_infoseccion1_tit a:hover{
	text-decoration: none;
}

.g_infoseccion2 {
	width: 100%;
	float: left;
	margin-top: 1em;
}
.g_infoseccion2_cab{
	width: 97%;
	float: left;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding-left: 1%;
	margin-right: 1%;
	margin-bottom: 2%;
}
.g_infoseccion2_cab h3{
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
}
.g_infoseccion2_cajbloq {
	float: left;
	margin-top: 3px;
}
.g_infoseccion2_bloq {
	width: 48%;
	float: left;
	margin-right: 1%;
	margin-bottom: 10px;
	margin-left: 1%;
	border-radius: 6px;
	
	margin-bottom: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0,0,0,0);

}
.g_infoseccion2_img {
	width: 99%;
	float: left;
	padding-right: 1%;
	padding-bottom: 1%;
	border-bottom: 1px solid rgba(100,100,100,0.3);
}
.g_infoseccion2_img img{
	width: 100%;
	box-shadow: 4px 4px 4px -2px rgba(0,0,0,0.5);
	border-radius: 6px;
}
.g_infoseccion2_cajtit {
	width: 100%;
	float: left;
	padding-top: 5px;
}
.g_infoseccion2_tit {
	width: 97%;
	float: left;
	font-size: 0.7em;
	color: #666666;
	line-height: 1.2em;
	margin-left: 3%;
	margin-bottom: 5px;
}
.g_infoseccion2_dat{
	width: 94%;
	float: left;
	margin-right: 3%;
	margin-left: 3%;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.3em;
	text-align: justify;
	padding-bottom: 7px;
}
.g_infoseccion2_tit a {
	text-decoration: none;
	color: #003D79;
}
.g_infoseccion2_tit a:hover p{
	text-decoration: none;
}

/* infosecciones a cuadros */

.g_infoseccion3 { 
	margin-top: 1em;
	text-align: center;
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
    }

.g_infoseccion3 :hover :not(.g_infoseccion3_cajtit) {
	opacity: 0.95;
}

.g_infoseccion3_bloq {
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	margin-right: 7px;
	margin-left: 7px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}

.g_infoseccion3_img {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}

.g_infoseccion3_img img{
	width: 100%;
}

.g_infoseccion3_cajtit {
	display: table;
	width: 100%;
	background-color: white;
	position: absolute;
	left: 0px;
	opacity: 0.7;
	/* z-index: 2; */
}
.g_infoseccion3_tit{
	display: table-cell;
	vertical-align: middle; 
	width: 94%;
	/* float: left; */
	margin-top: 0.2em;
	padding-right: 2%;
	padding-left: 2%;
	line-height: 1.2em;
}
.g_infoseccion3_tit a {
	text-decoration: none;
	text-align: center;
}

/* listas heredado de pcontrol (tablas) */

#caja_lista {
	width: 100%;
	float: left;
}
#caja_lista p{
	margin-bottom: 0em;
}
#caja_lista table {
	width: 100%;
	float: left;
	font-size: 1em;
}
#caja_lista tr:hover {
	background-color: #772d2d;
	cursor: pointer;
}
#caja_lista td {
	border: 1px solid #000000;
	border-collapse:collapse;
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
#caja_lista th {
	font-weight: bold;
	color: #cfbe7b;
	text-align: left;
	background-color: #233027;
	border: 1px solid #000000;
	padding-left: 0.6em;
}

#caja_lista_nores {
	width: 100%;
	float: left;
}
#caja_lista_nores p{
	margin-bottom: 0em;
}
#caja_lista_nores table {
	width: 100%;
	float: left;
	font-size: 1em;
}
#caja_lista_nores td {
	border: 1px solid #FFFFFF;
	border-collapse:collapse;
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
#caja_lista_nores th {
	font-weight: bold;
	color: #457840;
	text-align: left;
	background-color: #E7EBE7;
	border: 1px solid #FFFFFF;
	padding-left: 0.6em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.f1 {
	color: #cfbe7b;
	background-color: #324639;
}
.f2 {
	color: #cfbe7b;
	background-color: #233027;
}

/* FOROS */

.post {
	background-color: #200505;
	margin-bottom: 2em;
}
.post_id {
	font-size: 1.1em;
	font-weight: bold;
	color: #d1d1d1;
	background-color: #4e4e4e;
	margin-bottom: 0.5em;
	/* padding-top: 0.3em; */
	padding-right: 0.3em;
	/* padding-bottom: 0.3em; */
	padding-left: 0.5em;
}
.post_asunto {
	font-size: 1em;
	font-weight: bold;
	color: #d8d8d8;
	padding-left: .5em;
}
.post_fecha {
	font-size: .8em;
}
.post blockquote {
	padding-left: 1.5em;
}
.respuesta {
	/* font-size: 1.1em; */
	font-weight: bold;
	/* padding-top: 0.3em; */
	padding-right: 0.3em;
	/* padding-bottom: 0.3em; */
	padding-left: 0.5em;
	background-color: #4e4e4e;
}
.respuesta a {
	font-size: .85em;
	color: #bec0dd;
}
.respuesta a:hover {
	color: #d6d7e9;
}

.caja_psw{
	width: 99%;
	float: right;
	clear: both;
	text-align: right;
	margin-bottom: 1em;
}
.caja_formulario_psw {
	float: right;
	background-color: #302f2f;
	padding: .5em;
	margin-bottom: 1em;
}
.etiqueta_campo_psw {
	float: left;
	font-size: .95em;
	color: #333;
	background-color: #CCC;
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
	margin-right: 0.4em;
}
.campo_psw{
	float: left;
	font-size: .9em;
	color: #333;
	background-color: #FEFEFE;
	padding-left: 0.3em;
	margin-right: 0.4em;
}


/* pagina de mensajes */
.opinion {
	font-size: 1.1em;
	color: #e1e1e1;
	font-weight: bold;
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
}
.opinion a {
	font-size: .85em;
	color: #cdcdcd;
}
.opinion a:hover {
	color: #ffffff;
}
.respuesta_titulo {
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	margin-bottom: 0.5em;
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
}
.mensajes {
	background-color: #101010;
	margin-bottom: 2em;
}
.mensaje_id {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	background-color: #CCC;
	margin-bottom: 0.5em;
	padding-top: 0.3em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
}

.imagen_izq {
	float: left;
	border: 1px solid #CCCCCC;
	padding: .3em;
	margin-top: 0.2em;
	margin-right: 1em;
	margin-bottom: 0.4em;
	margin-left: 0em;
}

/* textos */
		
.titulo {
	font-size: 1.3em;
	font-weight: bold;
}

.subtitulo {
	font-size: 1.2em;
}
.resaltado_fuerte {
	font-size: 1.2em;
}
.texto_resaltado, .resaltado {
	font-weight: bold;
}
.citas {
	font-style: italic;
}
.texto_notas_titulo {
	font-size: 0.9em;
	font-weight: bold;
}
.texto_notas {
	font-size: 0.9em;
}
.texto_notas_citas {
	font-size: 0.9em;
	font-style: italic;
}
.aviso {
	font-size: 1em;
	color: #FF8C8C;
}
.texto_mensaje {
	color: #990000;
}

.circulo {
    border-radius: 5em;
    background: #cccccc;
    padding: 5px 10px;
    color: #000;
}
.circulo:hover {
    background-color: #f7e2e1 !important;
}

/* posicionamiento */

.centrar {
	text-align: center;
}

.alinea_der {
	text-align: right;
}
.alinea_izq {
	text-align: left;
}
.justificar {
	text-align: justify;
}



/* estilos para formularios */

.caja_formulario {
	width: 100%;
	float: left;
	margin-bottom: 0.3em;
}
.etiqueta_campo {
	float: left;
	font-size: 0.9em;
	color: #333333;
	line-height: 1.5em;
	margin-right: 0.5em;
	margin-bottom: 0.3em;
	background-color: #F7F7F7;
	padding: 5px 0.4em;
}
.etiqueta_campo_25 {
	width: 21%;
	float: left;
	font-size: 1em;
	color: #c5c5c5;
	line-height: 1.2em;
	margin-right: 0.5em;
	margin-bottom: 0.3em;
	background-color: #160303;
	padding: 5px 0.4em;
}
.etiqueta_campo_50 {
	width: 46%;
	float: left;
	font-size: 0.9em;
	color: #333333;
	line-height: 1.5em;
	margin-right: 0.5em;
	margin-bottom: 0.3em;
	background-color: #F7F7F7;
	padding: 5px 0.4em;
}

.verifica {
	color: #666;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #E0DFD4;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

.campo, .campo_75, .campo_texarea_75{
	color: #000000;
	font-family: arial;
	font-size: 1em;
	text-align: left;
	/* background-color: #CCCCCC; */
	/* border: 1px solid #E0DFD4; */
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	padding-left: 0.2em;
	margin-right: 0.4em;
	margin-bottom: 2px;
}
.campo:focus { 
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 4px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 4px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 4px rgba(41, 92, 161, 0.6);
	outline: 0 none; 
}

.campo_75{
	width: 71%;
	float: left;
}

.campo_75:focus { 
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	outline: 0 none; 
}
.campo_texarea_75{
	width: 71%;
	float: left;
}
.campo_texarea_75:focus { 
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
	outline: 0 none; 
}

.nota_campo {
	width: 90%;
	float: right;
	clear: both;
	line-height: 1.5em;
	font-size: 0.85em;
	color: #cfbe7b;
	padding-left: 1em;
	padding-bottom: 0.5em;
}

.desplegable {
	float:left;
	font-size: 0.9em;
	color:#666;
	border:1px solid #d8d8d8;
	border-radius:3px;
	background-color: #efefef;
	background-image: url(../media/gradient_white.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 3px 2px;
	margin:0 10px 7px 10px;
}

input[type="radio"] {
	background:none;
	border:0px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-top: 5px;
}


/* botones */

.boton, .boton2 {
	border: 1px solid grey;
	font-size: 1em;
	color: #e1e5f1;
	background-color: #201D62;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 5px;
	font-weight: normal;
	margin: 4px !important;
	padding: 2px 4px;
	white-space:nowrap;
}

.boton2 {
	color: #ededed;
	background-color: #420b0b;
}

.boton:hover {
	background-color: #474392;
	color: #e7e7e7;
} 

.boton2:hover {
	background-color: #4e0f0f;
	color: #f3f3f3;
	cursor:pointer;
} 

.boton:active {
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 0 3px rgba(41, 92, 161, 0.6);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 0 3px rgba(41, 92, 161, 0.6);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 0 3px rgba(41, 92, 161, 0.6);
	outline: 0 none; 
}

.centrar_boton {
	clear: both;
	text-align: right;
	padding-top: 0.3em;
	padding-bottom: 1em;
	margin-right: 37px;
}


/* TIPO TARIFAS / listas de precios */

.g_tarifas_gen {
	float: left;
	color: #291212;
	border-radius: 8px;
	opacity: 0.8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #BBC2D8;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.9em;
	padding-right: 0.9em;
	margin-bottom: 0.9em;
}
.g_tarifas_ruta {
	font-size: .8em;
	padding: .3em;
	margin: .3em 0;
	background-color: #233027;
	border-radius: 6px;
}

.g_tarifas_tit {
	width: 98%;
	float: left;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6B6868;
	padding-bottom: 0.1em;
	margin-bottom: 0.8em;
	height: 1.2em;
	padding-top: 0.1em;
}
.g_tarifas_tex{
	margin-bottom: 0.8em;
}
.g_tarifas_caja {
	width: 100%;
	float: left;
}
.g_tarifas_secc {
	width: 99%;
	float: right;
	margin-bottom: 0.8em;
}
.g_tarifas_secc_tit {
	width: 100%;
	float: right;
	margin-bottom: 0.8em;
	text-align: center;
}
.g_tarifas_bloq {
	width: 96%;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6B6868;
	padding-bottom: 0.3em;
	margin-bottom: 0.4em;
	margin-right: 1em;
}
.g_tarifas_linea_tex {
	width: 85%;
	float: left;
	font-weight: bold;
}
.g_tarifas_linea_not {
	font-weight: normal;
}
.g_tarifas_linea_pre{
	width: 15%;
	float: right;
	text-align: right;
	font-weight: bold;
}
.g_tarifas_pie {
	font-size: 0.9em;
}

/* otros */

.base{
	clear: both;
}
.ocult, .soloprint {
	display: none;
}

.salto_img {
	clear: both;
}

.video_fondo {
	position: fixed;
	top: 50%; left: 50%;
	z-index: -1;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	}

/******************************************************/
/* Media Queries Max Width 910px */
/******************************************************/

@media screen and (max-width: 910px) {
.g_contenido_caja_2 {
	width: 96%;
}
.g_contenido_caja_3 {
	width: 46%;
}

.g_textogal_2 {
	 width: 92% !important;
}

.g_infoseccion1_cajbloq, .g_infoseccion2_cajbloq {
	width: 100% !important;
}

.franja_caj {
	width: 70%;
}
.menu_caj {
	width: 30%;
}
.sub_franja {
	width: 100%;
}
}
/**************************************************/
/* Media Queries Max Width 610px */
/******************************************************/

@media screen and (max-width: 610px) {
.g_contenido_caja_3 {
    width: 96%;
}
.g_contenido_caja_4 {
	width: 96%;
}
.g_textogal_caja_izq {
    width: 100% !important;
}
.g_textogal_caja_der {
    width: 100% !important;
}
.g_textogal_caja_dercol {
    width: 100% !important;
    float: left;
}
.g_textogal_caja_izqcol {
    width: 100% !important;
    float: right;
}



.g_infoseccion1_bloq, .g_infoseccion2_bloq {
    width: 98% !important;
}

.franja_caj {
	width: 65%;
}
.menu_caj {
	width: 35%;
}
/* .campo {
	width: 92%;
} */
.etiqueta_campo_25 {
	width: 99%;
}
}

/******************************************************/
/* Media Queries Max Width 475px */
/******************************************************/
@media screen and (max-width: 475px) {}
