@charset "UTF-8";

textarea, input {
  resize: none;
  font-family:Arial, Geneva, sans-serif;
}

* {
	margin:0 auto;
}

.solomovil {
	display:none;	
}

body {
	font-size: 0.9vw;
	text-align: center;
	vertical-align: middle;
	width:100%;
 	overflow: scroll;
	background-color:#000000;
	color:#000000;
	margin:0px 0px 0px 0px;
	/*font-family: 'Balthazar', serif;*/
	font-family:Arial, Geneva, sans-serif;
}

a { 
color: #fffff;
text-decoration: none;
} 
a:link { 
text-decoration: none;
color: #fff; 
} 
a:visited { 
text-decoration: none;
color: #fff;  
} 
a:hover {
text-decoration:underline;
color: #fff;
} 
a:active { 
text-decoration: none;
color: #fff; 
}

#video_e {
	height:32em;
	margin-top:3em;	
	width:100%;
	object-fit: fill;
}

/* GENERALES COLUMNAS */

.columna1_4{
	width:23%; /* si aplico 4 queda un 8%, como soloha hay 3 huecos y aplico un 2% de margen, sobrar� un 2%*/
	float:left;
	margin-right:2%;
	text-align:left;
	position:relative;
	z-index:1;
}

.columna1_4_titulo {
	text-align:left;
	padding:1em 0px 2em 0px;
	position:relative;
	z-index:1;

}

.columna1_4_opcion {
	padding-bottom:1em;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#525252;
	margin-bottom:1em;
	position:relative;
	z-index:1;

}

/* GENERALES ESTADOS */

.sensible {
	cursor:pointer;
}

.boton_cambia {
}

.boton_cambia:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
}

.boton_resalta {
	opacity: 0.9;
    filter: alpha(opacity=90);
}

.boton_resalta:hover {
	opacity: 1;
    filter: alpha(opacity=100);
}

.boton_resalta2 {
	opacity: 1;
    filter: alpha(opacity=100);
}

.boton_resalta2:hover {
	opacity: 0.8;
    filter: alpha(opacity=80);
}

.boton_brilla {
	filter: brightness(90%);
}

.boton_brilla:hover {
	filter: brightness(100%);
}

.boton_brilla2 {
	filter: brightness(100%);
}

.boton_brilla2:hover {
	filter: brightness(90%);
}

.boton_brilla3 {
	filter: brightness(100%);
}

.boton_brilla3:hover {
	filter: brightness(95%);
}

.transparente80 {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.brillo100 {
	filter: brightness(100%);
}

.brillo90 {
	filter: brightness(90%);
}

.brillo80 {
	filter: brightness(80%);
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

/* GENERALES FORMAS */

.redondo {
    -moz-border-radius: 2em 2em 2em 2em;	
    -webkit-border-radius: 2em 2em 2em 2em;	
    border-radius: 2em 2em 2em 2em;
}

/* GENERALES ALINEACI�N */

.justificado {
	text-align:justify;	
}


.flota_dcha {
	float:right;	
}

.flota_izda {
	float:left;	
}

.cierre {
	clear:both;
}

.padding_final_seccion {
	padding-bottom:4em;
}

/* GENERALES POSICI�N */

.fijo {
	position:fixed;
	top:0px;
	z-index:9999999;
	background-color:#ffffff;
}	

.fijo2 {
	position:fixed;
	top:4em;
	z-index:9;
	background-color:#ffffff;
	width:27%;
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.fijo3 {
	position:fixed;
	bottom:0px;
	z-index:9;
	background-color:#ffffff;
	width:27%;
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	
}	

/* GENERALES FUENTES */
.normal {
	font-weight:normal;	
}

.gris_claro {
	color:#ededed;
}

.gris {
	color:#999999;
}

.gris_oscuro {
	color:#333333;
}

.azul_oscuro {
	color:#ffffff;
}

.naranja {
	color:#ff6700;

}

.azul {
	color:#ffffff;

}

.supertitulo {
	font-size:3.6vw;	
	padding-top:1em;
	margin-bottom:1em;
}

.supertitulo2 {
	font-size:3.6vw;	
	padding-top:1em;
	margin-bottom:.5em;
}

.supertitulo3 {
	font-size:3.0vw;	
	padding-top:1em;
	margin-bottom:1em;
}

.titulo_mas_grande {
	font-size:2vw;	
}

.titulo_cola {
	font-size:2vw;
	letter-spacing:-0.05vw;
	position:relative;
	z-index:1;

}

.titulo_grande {
	font-size:1.5vw;	
}

.titulo {
	font-size:1.3vw;	
}

.subtitulo {
	font-size:1.2vw;	
}

.subtitulo2 {
	font-size:1.1vw;	
}

.subtitulo3 {
	font-size:0.9vw;	
}

.negrita {
	font-weight:bold;	
}

.extra_negrita {
	font-weight: 900;
}

.tachado {
	text-decoration:line-through;
}

.subrayado {
	text-decoration:underline;	
}


/* GENERALES FONDOS */
.fondo_blanco {
	background-color:#ffffff;
	color:#333333;
}

.fondo_negro {
	background-color:#000000;
	color:#ffffff;
}

.fondo_gris_oscuro {
	background-color:#333333;
	color:#ffffff;
}

.fondo_gris_oscuro2 {
	background-color:#222222;
	color:#ffffff;
}

.fondo_gris_claro {
	background-color:#f5f4f5;
	color:#333333;
}

.fondo_naranja {
	background-color:#df6512;
	color:#000000;
}

.fondo_azul {
	background-color:#ffffff;
	color:#ffffff;
}

.fondo_arena {
	background-color:#d9cda5;
}

.sin_fondo {
	background-image: none !important;
}

/* GENERALES SOMBRAS */

.sombra_corta {
-webkit-box-shadow: 0 0 0.6em 0.3em rgba(200,200,200,1);
-moz-box-shadow: 0 0 0.6em 0.3em rgba(200,200,200,1);
box-shadow: 0 0 0.6em 0.3em rgba(200,200,200,1);
}

.sombra_corta_naranja {
-webkit-box-shadow: 0 0 0.4em 0.2em rgba(255,103,200,1);
-moz-box-shadow: 0 0 0.4em 0.2em rgba(255,103,200,1);
box-shadow: 0 0 0.4em 0.2em rgba(255,103,0,1);
}

.sombra_corta2 {
-webkit-box-shadow: 0 0 0.6em 0.3em rgba(200,200,200,1);
-moz-box-shadow: 0 0 0.6em 0.3em rgba(200,200,200,1);
box-shadow: 0 0 0.6em 0.3em rgba(200,200,200,1);
}

.sombra_corta2:hover {
-webkit-box-shadow: 0 0 0.6em 0.3em rgba(200,200,200,0.6);
-moz-box-shadow: 0 0 0.6em 0.3em rgba(200,200,200,0.6);
box-shadow: 0 0 0.6em 0.3em rgba(200,200,200,0.6);
}

.sombra_corta_naranja2 {
-webkit-box-shadow: 0 0 0.4em 0.2em rgba(255,103,200,1);
-moz-box-shadow: 0 0 0.4em 0.2em rgba(255,103,200,1);
box-shadow: 0 0 0.4em 0.2em rgba(255,103,0,1);
}

.sombra_corta_naranja2:hover {
-webkit-box-shadow: 0 0 0.4em 0.2em rgba(255,103,200,0.6);
-moz-box-shadow: 0 0 0.4em 0.2em rgba(255,103,200,0.6);
box-shadow: 0 0 0.4em 0.2em rgba(255,103,0,0.6);
}

.sombra_corta_grisoscuro {
-webkit-box-shadow: 0 0 0.4em 0.2em rgba(75,75,75,0.4);
-moz-box-shadow: 0 0 0.4em 0.2em rgba(75,75,75,0.4);
box-shadow: 0 0 0.4em 0.2em rgba(75,75,51,0.4);
}

/* GENERALES PADDING */
.pad_sup_05em {
	padding-top:0.5em;
}

.pad_sup_1em {
	padding-top:1em;
}
.pad_sup_2em {
	padding-top:2em;
}

.pad_sup_3em {
	padding-top:3em;
}

.pad_sup_4em {
	padding-top:4em;
}

.pad_sup_5em {
	padding-top:5em;
}

.pad_sup_6em {
	padding-top:6em;
}


.pad_inf_1em {
	padding-top:1em;
}

.pad_inf_2em {
	padding-top:2em;
}

.pad_inf_3em {
	padding-top:3em;
}

.pad_inf_4em {
	padding-top:4em;
}

.pad_inf_5em {
	padding-top:5em;
}

.pad_inf_6em {
	padding-top:6em;
}

.pad_izq_2em {
	padding-left:2em;
}

/* GENERALES MARGIN */
.pad_sup_05em {
	padding-top:0.5em;
}

.mar_sup_1em {
	padding-top:1em;
}
.mar_sup_2em {
	padding-top:2em;
}

.mar_inf_1em {
	padding-top:1em;
}
.mar_inf_2em {
	padding-top:2em;
}

/* GENERALES ALIGN TEXTO */
.texto_izda {
	text-align:left;
}

.texto_dcha {
	text-align:right;
}

.texto_centro {
	text-align:center;
}

/* UI BUSCADOR PREDICTIVO */

.ui-autocomplete-category {
	font-weight:bold;
	text-align:left;
	}

.ui-menu {
	padding:5em 0px 5em 0px;
}

.ui-menu .ui-menu-item {
        margin:0;
        padding: 0;
		color:#666666;	
		text-align:left;
		font-weight:bold;
		padding: .2em 0px 0px 1.2em;
		font-size:1.2em;
}


/* FIN UI BUSCADOR */

/* AREAS GENERALES, BARRA SUP, CABECERA Y MENU PRINCIPAL*/
.seccion {
	width:90%;
	padding-left:5%;
	padding-right:5%;
	text-align:left;
	padding-bottom:4em;
	padding-top:3em;
	font-size:1.3em;
}

.seccion_interior {
	padding-top:9em;	
	color:#fff;
}

.seccion_titulo {
	font-size:2em;
	padding-bottom:.5em;
	color:#fff;
}

.seccion_titulo2 {
	font-size:2em;
	padding-bottom:.5em;
	color:#fff;
}

#barra_sup {
	width:90%;
	padding-left:5%;
	padding-right:5%;
	text-align:left;
	padding-bottom:.4em;
	position:fixed;
	z-index:2;
	background-color:#000;
	color:#fff;
}

#barra_sup_menu {
	float:right;
	font-size:1.3em;
	width:50%;
	margin-top:1.5em;
	text-align:right;
}

#barra_sup_faders {
	width:27%;
	margin-top:4.5em;
	text-align:right;
	margin-right:6%;
	height:3em;
	position:relative;
	top:-1em;
}

#mezclador-botones {
	float:left;
	width:20%;
}

.mezclador_boton {
	float:left;
	width:40%;
}

#mezclador-display {
	margin-top:.6em;
	text-align:left;
}

#mezclador-no-funciona {
	font-size:.7em;	
	color:#d93a3a;
	margin-top:.7em;
}

.boton_play {
	margin-right:15%;	
}

.faders_img{ 
	width:100%;
}

#barra_sup_menu a { 
color: #ffffff;
text-decoration: none;
} 
#barra_sup_menu a:link { 
text-decoration: none;
color: #ffffff; 
} 
#barra_sup_menu a:visited { 
text-decoration: none;
color: #ffffff;  
} 
#barra_sup_menu a:hover {
text-decoration:underline;
color: #ffffff;
} 
#barra_sup_menu a:active { 
text-decoration: none;
color: #ffffff; 
}

#barra_sup_wass {
	font-size:1.1em;
	width:30%;
	margin-top:1em;
	float:right;
	text-align:right;
}

#barra_sup_redes {
	float:right;
	margin-top:.5em;
}

.barra_inicio_red {
	float:right;
	width:13%;
	margin-left:5%;
}	

#barra_sup_idiomas {
	float:right;
	margin-top:1.2em;
	width:8%;
	text-align:right;
}

.idioma_icono {
	float:right;	
	margin-left:.5em;
	width:17%;
}

.boton_enviar {
	float:left;
	color:#ffffff;
	padding:.2em .3em .2em .3em;
	margin-right:0%;
	font-size:1.5em;
	text-align:center;
}

.boton_vermas {
	width:20%;	
	margin-left:23%;
	background-color:#d93a3a;
	margin-top:1.3em;
	text-align:center;	
	font-size:1em;
	margin-bottom:.3em;
}

.boton_vermas2 {
	margin-left:38%;
}

#boton_vertodos {
	margin-bottom:.0em;	
	width:29%;
	margin-left:35%;
	margin-top:.5em;
	font-size:1.5em;
}

.cabecera_logo {
	margin:1.5em 0px 1em 0px;
	float:left;
	width:7%;
	text-align:left;
}


#cabecera_formulario {
	text-align:right;
	width:26%;
	position:absolute;
	z-index:1;
	right:5%;
	top:11em;
}

#cabecera_formulario_mensaje {
	float:left;
	width:34%;	
	font-family: 'ambarella', Arial, sans-serif;
	font-size:2em;
	color:#ffffff;
	line-height:1.5sem;
}

#cabecera_formulario_form {
	margin-top:.2em;
}

#contacto_salida {
	margin-top:1em;	
	background-color:rgba(255,255,255,0.7);
	padding:.8em .8em .8em 0px;
}

#contacto_salida2 {
	margin-top:.5em;	
	text-align:center;
}

#contacto_salida3 {
	margin-top:.5em;	
	text-align:center;
}

.opcion_menu {
	float:right;
	margin:0px 0% 0px 4%;
	text-decoration:none;
	cursor:pointer;
	text-align:center;
	font-size:1.1em;	
	color:#ffffff;
}

.opcion_menu_on {
	opacity: 0.7;
    filter: alpha(opacity=70);
}

.opcion_idioma_off {
	opacity: 0.5;
    filter: alpha(opacity=50);
}

.rotar {
   -webkit-transform: rotate(10deg);
   -moz-transform: rotate(10deg);
   transform: rotate(10deg);
   -webkit-transition: -webkit-transform 0.1s linear 0.1s;
   -moz-transition: -moz-transform 0.1s linear 0.1s;
   transition: transform 0.1s linear 0.1s;
}

/* HOME */
#home_video {
	margin:0;
	padding:0;
	position:relative;
	padding-top:0em;
	overflow:hidden;
	height:34em;
	padding-top:6.5em;
}

#home_slideshow {
	margin:0;
	padding:0;
	position:relative;
	padding-top:0em;
	overflow:hidden;
}

.imagen_slide {
	width:100%;	
	height:20em;
}

.form_check {
	margin-top:.5em;	
	margin-right:.2em;
	position:relative;
	top:.15em;
}

.check_acepto {
	font-size:1em;	
	text-align:left;
	width:60%;
	margin-left:10em;
	margin-top:.2em;
	padding-top:0;
}

.check_acepto2 {
	font-size:.8em;	
	text-align:left;
	width:100%;
	margin-left:7em;
	margin-top:.2em;
	padding-top:0;
	color:#fff;
}

#quienes-somos {
	background-image: linear-gradient(to right, #f2f2f2 , #ffffff);
}


.quienes_somos_txt {
	float:right;
	width:63%;	
	line-height:1.4em;
	text-align:justify;
	padding-top:1em;
}

.quienes_somos_foto {
	float:left;
	width:32%;	
	text-align:right;
	position:relative;
	margin-right:0%;
	bottom:-.1em;
}

.quienes_somos_foto_class {
	width:100%;	
	height:14em;
	margin-bottom:4em;
}


.servicios_txt {
	float:left;
	width:68%;	
}

.servicios_item {
	width:26.7%;
	margin-right:2%;
	float:left;	
	background-color:#ffffff;
	padding:2em;
	margin-bottom:1em;
	color:#ffffff;
	text-align:center;
	height:18em;
}

.servicios_item_titulo {
	font-size:1.4em;	
	margin-bottom:.3em;
	text-align:center;
	margin-top:.6em;
}

.servicios_item_icono {
	text-align:center;
}

.servicios_foto_class {
	text-align:center;
	width:40%;
}

.ventajas_item {
	width:96%;
	border-color:#ffffff;
	border-style:solid;
	border-width:1px;
	padding:1em 2% 1em 2%;
	margin-bottom:.5em;
	color:#ffffff;
}

.ventajas_item_titulo {
	font-size:1.4em;	
	margin-bottom:.3em;
	padding-left:8%;
}

.ventajas_item_texto {
	float:right;
	width:92%;	
	text-align:justify;
}

.ventajas_item_icono {
	float:left;
	width:3%;
	position:relative;
	top:-.7em;
	margin-left:2%;
}

.ventajas_foto_class {
	width:100%;
}

.negocios_home_foto_class {
	width:100%;
	height:14 em;
}

.negocios_item {
	width:49%;
	margin-right:2%;
	float:left;	
	background-color:#ffffff;
	padding:0em;
	margin-bottom:1em;
	text-align:left;
	height:auto;
	border-top-color:#d93a3a;
	border-top-style:solid;
	border-top-width:1em;
	padding-bottom:2em;
}

.negocios_item2 {
	width:32%;
}

.negocio_foto {
	width:100%;	
}

.negocios_foto_class {
	text-align:center;
	width:100%;
	height:17em;

}

.negocio_item_titulo {
	padding:1em 4.5% 0px 4.5%;
	font-size:1.1em;
	font-weight:bold;
	height:2em;
}

.negocio_item_operacion {
	
}

.negocio_item_referencia {
	font-size:.8em;
	padding-top:.5em;
	padding:1em 4.5% .5em 4.5%;
	text-align:justify;
}

.negocio_item_licencia {
	font-size:.8em;
	padding-left:6%;
}

.traspaso_txt {
	float:right;
	width:56%;	
	margin-top:1.5em;
	line-height:1.4em;
	text-align:justify;
	color:#fff;
}

#f_traspaso {
	float:left;
	width:40%;
	margin-top:1em;
}	


/* FIN HOME */


/* NEGOCIOS DISPONIBLES */

.interior_negocio_item {
	padding:0;
	margin:0;
	width:100%;	
	margin-bottom:1em;
	border-color:#ffffff;
	border-style:solid;
	border-width:1px;
	color:#fff;
}

.interior_negocio_item_foto {
	width:20%;	
	float:left;
	padding:0;
	margin:0;
	margin-right:2%;
	
}

.interior_negocio_foto_class {
	text-align:center;
	width:100%;
	border:0;
}

.foto_guantes_home {
	text-align:center;
	width:90%;
	border:0;
}

.interior_negocio_item_datos {
	float:left;
	width:75%;	
}

.interior_negocio_item_nombre {
	font-size:1.4em;
	padding-top:.7em;
	padding-bottom:.5em;	
	font-weight:bold;
}

.interior_negocio_item_referencia {
	font-size:.8em;	
}

.interior_negocio_item_licencia {
	font-size:.8em;	
}

.interior_negocio_item_descripcion {
	padding-top:.5em;	
	padding-bottom:1em;
}

.interior_negocio_item_precio {
	text-align:left;
	padding:.3em 3% .3em 22%;	
	width:75%;
	font-size:1em;
	font-family:Verdana, Geneva, sans-serif;
}

#lista_cabecera {
	background-color:#ffffff;
	padding:1em 1em 1.1em 1.3em;
	margin-bottom:1em;
	width:96.7%;
}

.lista_selector {
	float:left;
	margin-right:3%;
}

.lista_selector_nombre {
	color:#ffffff;
	margin-bottom:.3em;
	font-size:1.2em;
}

.lista_selector_select_class {
	padding:.3em .7em .5em 1em;
	font-size:.95em;
	color:#ffffff;
}

#lista_buscar {
	float:right;
	width:3%;	
	margin-right:3%;
}

#buscar {
	width:10%;	
	background-color:rgba(255,255,255,0.6);
	margin-top:1em;
	text-align:center;
	font-size:1.5em;
}

.no_items {
	font-style:italic;	
}

/* FIN NEGOCIOS DISPONIBLES */


/* INTERIOR NEGOCIO (NEGOCIO DISPONIBLE) */

.in_fotos {
	width:40%;
	float:left;
	margin-bottom:1em;
}

.in_caracteristicas {
	width:36.8%;
	float:right;
}

.in_item {
	border-color:#ffffff;
	border-style:solid;
	border-width:1px;	
	width:94%;
	padding-right:3%;
	padding-left:3%;
	padding-top:2em;
	padding-bottom:2em;
}

.in_titulo {
	font-size:1.5em;	
	margin-top:1em;
	margin-bottom:.2em;
	color:#ffffff;
}

.inc_item {
	width:28%;
	float:left;
	text-align:center;
	margin-right:5%;
	position:relative;
	margin-top:1.4em;
}	

.inc_tit {
	font-weight:bold;
	margin-bottom:.2em;
}

.inc_tit1 {
	margin-top:2em;
	margin-bottom:.6em;
}

.inc_tit_icono {
	width:50%;	
}

.in_minuatura {
	float:left;
	width:10.6%;
	height:4em;
	margin-right:.5%;	
	margin-bottom:.2em;
}

.in_item_precio {
	padding:.5em;
	font-size:2em;
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
}


.in_descripcion {
	line-height:1.3em;	
	text-align:justify;
	color:#ffffff;
	float:right;
	width:57%;
}

.in_masdatos {
	margin-top:2em;	
    font-style: italic;
	text-align:right;
	padding:.5em 1.2em .5em .5em;
}

.in_dosier {
	margin-top:.5em;	
    font-style: italic;
	text-align:right;
	padding:1.6em 1.2em .2em .5em;
	border-color:#ffffff;
	border-style:solid;
	border-width:1px;
}

.inc_dosier_icono {
	width:10%;	
	margin-left:1em;
	float:right;
	position:relative;
	top:-.7em;
}

/* FIN INTERIOR NEGOCIO */



/* CONTACTO */

.contacto_foto {
	width:100%;
	margin-bottom:1em;
}

/* FIN CONTACTO */


/* SECCIONES TEXTOS LEGALES */
#seccion {
	background-color:#eef5ff;
	padding-top:2em;
	padding-bottom:4em;
	margin-top:2em;
	margin-bottom:2em;
	width:90%;
	padding:5em 5% 4em 5%;
}

#seccion_titulo {
	position:relative;
	top:-.15em;	
}

#seccion_tit {
	font-size:2.5em;
}


#seccion_txt {
	text-align:justify;
	margin-bottom:3em;
	margin-top:4em;
	line-height:1.7em;
}

/* FIN CONTACTA */


/* COLA */


#cola {
	background-color:#ffffff;
	color:#ffffff;	
	padding-top:2em;
	padding-bottom:2em;
	font-size:.9em;
}

#cola_botones {
	float:left;
	width:30%;
	margin-top:.6em;
}

#cola_ubicacion {
	float:left;
	width:25%;
	text-align:left;
}

.cola_ubicacion_imagen {
	width:10%;
	float:left;	
	margin-right:1em;
}

#cola_whatsapp {
	float:left;
	width:20%;
	font-size:2em;
}

.cola_wass_logo {
	width:15%;	
}

#cola_datos {
	float:left;
	width:55%;
	font-size:1.3em;
	margin-left:2%;
	text-align:center;
	color:#000000;
}

#cola_redes {
	float:right;
	width:18%;
	margin-top:.6em;
}

/* FIN COLA */

/* PIE DE PÁGINA */
#pie {
	padding-top:1em;
	padding-bottom:2em;
}

.op_menu_pie {
	float:left;
	margin-right:2%;
	color:#ffffff;
	margin-top:1em;	
	font-size:.8em;
}

.clicwow {
	float:right;
	width:5%;	
}

.webup {
	float:right;
	width:7%;	
	margin-right:2%;
	margin-top:.4em;
}

/* FIN PIE DE PÁGINA */

/* SUBMENU */

.submenu {
	display: none; 
	color:#777777;
	position:absolute;
	z-index:9999999999; 
	text-align:left;
	font-size:1.0vw;
	padding:1em 0px 1em .5em;
	left:44em;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-bottom-left-radius:5px; 
	-moz-border-bottom-right-radius:5px; 
	-webkit-bottom-left-radius:5px;
	-webkit-bottom-right-radius:5px;
}

.opcion_submenu {
	color:#ffffff;
	padding:8px 50px 8px 25px;
}

.opcion_submenu a { 
color: #ffffff;
text-decoration:none;
} 
.opcion_submenu a:link { 
text-decoration:none;
color: #ffffff;
} 
.opcion_submenu a:visited { 
text-decoration:none; 
color: #ffffff;  
} 
.opcion_submenu a:hover {
text-decoration:none;
color: #ff6700;
} 
.opcion_submenu a:active { 
text-decoration:none; 
color: #ffffff; 
} 

.opcion_submenu_on {
	color:#ff6700;
	font-weight:bold;
	padding:8px 50px 8px 25px;
}

.opcion_submenu_on a { 
color: #ff6700;
text-decoration:none;
} 
.opcion_submenu_on a:link { 
text-decoration:none;
color: #ff6700;
} 
.opcion_submenu_on a:visited { 
text-decoration:none; 
color: #ff6700;  
} 
.opcion_submenu_on a:hover {
text-decoration:none;
color: #ff6700;
} 
.opcion_submenu_on a:active { 
text-decoration:none; 
color: #ff6700; 
}


/* BOTONES */

.boton {
	padding:1.1% 1.1% 1.1% 1.1%;
	background:#ffffff;
	color:#ffffff;
	font-size:1.3em;
	text-align:center;
}

.boton2 {
	padding:1.1% 1.1% 1.1% 1.1%;
	background:#ff6700;
	color:#ffffff;
	font-size:1.8vw;
	font-weight:bold;
}

.boton2:hover {
	filter: brightness(95%);
}

.boton_apagado {
	padding:1.1% 1.1% 1.1% 1.1%;
	background:#dddddd;
	color:#ffffff;
	font-size:1.8vw;
	font-weight:bold;
}

.boton_apagado2 {
	padding:1.1% 1.1% 1.1% 1.1%;
	background:#666666;
	color:#ffffff;
	font-size:1.8vw;
	font-weight:bold;
	filter: brightness(100%);
}

.boton_apagado2:hover {
	filter: brightness(95%);
}

.boton_naranja {
	background:#ff6700;
	color:#ffffff;
	font-weight:bold;
}

.boton_naranja:hover {
	background:#d56011;
}

.boton_med {
	padding:.7% .7% .7% .7%;
	background:#ff6700;
	color:#ffffff;
}

.boton_med2 {
	padding:1.1% 1.1% 1.1% 1.1%;
	background:#ff6700;
	color:#ffffff;
	font-size:1.4vw;
	font-weight:bold;
}

.boton_med3 {
	padding:1.1% 1.1% 1.1% 1.1%;
	background:#666666;
	color:#ffffff;
	font-size:1.4vw;
	font-weight:bold;
}

.boton_med4 {
	padding:1.1% 1.1% 1.1% 1.1%;
	background:#ff6700;
	color:#ffffff;
	font-size:1.2vw;
	font-weight:bold;
}

.boton_med5 {
	padding:1.1% 1.1% 1.1% 1.1%;
	background:#666666;
	color:#ffffff;
	font-size:1.2vw;
	font-weight:bold;
}

.boton_med6 {
	padding:.8% .8% .8% .8%;
	background:#666666;
	color:#ffffff;
	font-size:1vw;
	font-weight:bold;
}

#enviar {
	width:30%;	
	margin-left:52%;
	background-color:rgba(255,255,255,0.6);
	margin-top:.5em;
	text-align:center;
}

#enviar2 {
	width:30%;	
	margin-left:34%;
	background-color:#d93a3a;
	margin-top:1em;
	text-align:center;
	margin-bottom:0em;
}

/* INPUTS */
.input_class2 {
	padding:.3em 0% .3em 3%;
	color:#ffffff;
	font-size:1.3em;
	border:0;
	margin:0em 0px .2em 0px;
	background-color:#ffffff;
	clear:both;
	width:60%;
	border-style:solid;
	border-width:1px;
	border-color:#ffffff;
}

.input_class3 {
	padding:.3em 0% .3em 3%;
	color:#000000;
	font-size:1em;
	border:0;
	margin:0em 0px .2em 0px;
	background-color:#ffffff;
	clear:both;
	width:100%;
	border-style:solid;
	border-width:1px;
	border-color:#ffffff;
}

/* FIN INPUTS */



/* MENSAJE COOKIES */
#mensaje-cookies {
	width:100%;
	margin:0 auto; 
	text-align: center;
	position:fixed;
	bottom:0px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
	z-index:999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#333333;
	color:#ffffff;
   }
  
#mensaje-cookies_in {
	width: 90%;
	padding:2em 0px 2em 0px;
	font-size:1em;
}

#mensaje-cookies a { 
color: #ffffff;
font-weight:bold;
} 
#mensaje-cookies a:link { 
text-decoration: none; 
color: #ffffff;
font-weight:bold;
} 
#mensaje-cookies a:visited { 
text-decoration: none; 
color: #ffffff;  
font-weight:bold;
} 
#mensaje-cookies a:hover {
text-decoration:underline;
color: #ffffff;
font-weight:bold;
} 
#mensaje-cookies a:active { 
text-decoration: none; 
color: #ffffff; 
font-weight:bold;
} 

#mensaje-cookies-aceptar {
	width:180px;
	float:left;
	margin:0px 0px 0px 20px;
	position:relative;
	top:-3px;
}

#mensaje-cookies-aceptar a { 
color: #555555;
font-weight:bold;
} 
#mensaje-cookies-aceptar a:link { 
text-decoration: none; 
color: #555555;
font-weight:bold;
} 
#mensaje-cookies-aceptar a:visited { 
text-decoration: none; 
color: #555555;  
font-weight:bold;
} 
#mensaje-cookies-aceptar a:hover {
color: #aaaaaa;
font-weight:bold;
} 
#mensaje-cookies-aceptar a:active { 
text-decoration: none; 
color: #555555; 
font-weight:bold;
} 

#mensaje-cookies-boton {
	background-color:#f5f5f5;
	color:#444444;
	padding:3px 4px 3px 4px;
	margin:4px 0px 0px 0px;
	border-radius:4px;
	-moz-border-radius:4px; 
	-webkit-border-radius :4px;	
	text-align:center;
	border-width:1px;
	border-color:#dddddd;
	border-style:solid;
}
/* FIN MENSAJE COOKIES */



/* MODIFICADORES DE MARGEN y PADDING y BORDE */

.no_margen_der {
	margin-right:0px;	
}

.no_margen_izq {
	margin-left:0px;	
}

.no_margen_sup {
	margin-top:0px;	
}

.no_margen_inf {
	margin-bottom:0px;	
}

.no_padding_der {
	padding-right:0px;	
}

.no_padding_izq {
	padding-left:0px;	
}

.no_padding_sup {
	padding-top:0px;	
}

.no_padding_inf {
	padding-bottom:0px;	
}

.no_borde {
	border:none;
}

.no_borde_inf {
	border-bottom:none;
}

.margin_bottom_2 {
	margin-bottom:.4em;	
}

.ancho34p {
	width:34.8%;	
}

.ancho30p {
	width:30%;	
}

.ancho20p {
	width:20%;	
}

.ancho10p {
	width:10%;	
}

.ancho6p {
	width:6%;	
}

.ancho5p {
	width:5%;	
}

.noflota {
	float:none;	
}

.pl1em {
	padding-left:1em;	
}

.plp5em {
	padding-left:1em;	
}

.prp5em {
	padding-right:1em;	
}

.ps1em {
	padding-top:1em;	
}

.pi1em {
	padding-bottom:1em;	
}

.pi2em {
	padding-bottom:2em;	
}

.borde_claro_proveedor {
	border-top-style:solid;
	border-top-color:#555555;
	border-top-width:.1em;	
}

.ptp6em {
	padding-top:.6em;	
}

.ptp5em {
	padding-top:.5em;	
}

.pt1em {
	padding-top:1em;	
}

/* FIN MODIFICADORES DE MARGEN Y PADDING */

/* GENERALES ENLACES */
a.enlace_blanco { 
color: #f1f1f1;
text-decoration: none;
} 
a.enlace_blanco:link { 
text-decoration: none;
color: #f1f1f1; 
} 
a.enlace_blanco:visited { 
text-decoration: none;
color: #f1f1f1;  
} 
a.enlace_blanco:hover {
text-decoration: none;
color: #f1f1f1;
} 
a.enlace_blanco:active { 
text-decoration: none;
color: #f1f1f1; 
}

a.enlace_subrayado { 
text-decoration: none;
color:inherit;
} 
a.enlace_subrayado:link { 
text-decoration: none;
color:inherit;
} 
a.enlace_subrayado:visited { 
text-enlace_nocambia: none;
color:inherit;
} 
a.enlace_subrayado:hover {
text-decoration: underline;
color:inherit;
} 
a.enlace_subrayado:active { 
text-decoration: none;
color:inherit;
}

a.enlace_nocambia { 
text-decoration: none;
color:inherit;
} 
a.enlace_nocambia:link { 
text-decoration: none;
color:inherit;
} 
a.enlace_nocambia:visited { 
text-enlace_nocambia: none;
color:inherit;
} 
a.enlace_nocambia:hover {
text-decoration: none;
color:inherit;
} 
a.enlace_nocambia:active { 
text-decoration: none;
color:inherit;
}


/* FIN ENLACES */

.oculto {
	display:none;	
}

.ancho20p {
	width:20%;	
}

.error {
	border-color:#ff0000;
	border-style:solid;
	border-width:1px;	
}

.blanco {
	color:#ffffff;
}

.rojo {
	color:#d93a3a;
}

.negro {
	color:#000000;
}