@charset "UTF-8";
/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700';

body{
	margin:0px;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight: 300;
  	-webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;
	height:100%;
}

#idioma
{
	display:none;
}

.correo_recibido
{
	
	box-sizing:border-box;
	width:100%;
	height:200px;
	color:#434a54;
	position:fixed;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	text-decoration:none;
	border:1px solid #DFDFDF;
	background-color: rgba(255,255,255,0.90);	
	left:-110%;
	top:25%;
	z-index:5000;
	
	margin:0 auto;
	
	/*border-left:5px solid #f5ba4e;*/
	
	-webkit-box-shadow: 10px 10px 8px -3px rgba(0,0,0,0.31);
	-moz-box-shadow: 10px 10px 8px -3px rgba(0,0,0,0.31);
	box-shadow: 10px 10px 8px -3px rgba(0,0,0,0.31);
	
	-webkit-transition:All .6s ease;
	-moz-transition:All .6s ease;
	-o-transition:All .6s ease;
	
}

.correo_recibido > a
{
	font-size:18px;
	color:#d9dbdd;
	position:absolute;
	right:5px;
	top:5px;
	text-decoration:none;
}

.correo_recibido > table
{
	box-sizing:border-box;
	border-collapse:collapse;
	border: none;
	width:100%;
	
}

.correo_recibido > table > td
{
	width:100%;  
}


.correo_recibido > a:hover
{
	color:#7f7f7f;
}

.correo_recibido.toggle
{
	margin:0 auto;
	bottom:0;
	left:0;
	right:0;
	
}




.boton_servicio_blanco_naranja{
    color:#fff;
	font-size:38px;
    /*Transiciones*/
    -webkit-transition: 0.4s linear all;
    -moz-transition: 0.4s linear all;
    -o-transition: 0.4s linear all;
    transition: 0.4s linear all;
}

.boton_servicio_blanco_naranja:hover{
    color:#f8a532;
}

.boton_servicio_blanco_negro{
    color:#fff;
	font-size:38px;
    /*Transiciones*/
    -webkit-transition: 0.4s linear all;
    -moz-transition: 0.4s linear all;
    -o-transition: 0.4s linear all;
    transition: 0.4s linear all;
}

.boton_servicio_blanco_negro:hover{
    color:#000;
}

#intro_pc{
	display:none;
}

#intro_movil{
	display:block;
}

#servicios_pc
{
	margin:0 auto;
	left:0;
	right:0;
	position:absolute;
	z-index:3;
	width:1200px;
	height:400px;
}

#servicio{
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;
}

#servicio_movil{
	margin:0 auto;
	left:0;
	right:0;
	position:relative;
	width:90%;
	height:auto;
	z-index:3;
	margin-top:10px;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}


#galeria_principal_pc
{
	float:left;
	width:1200px;
	height:427px;
	margin-top:110px;
	display:none;
}

#banner_pc
{
	float:left;
	position:relative;
	width:1200px;
	height:427px;
}


#tabla_adaptable
{
	float:left;
	padding:50px;
	width:100%;
	height:auto;
}

#tabla_adaptable_imagenes
{
	float:left;
	width:100%;
	height:auto;
}
					


#franja_naranja
{
	width:100%;
	height:5px;
	float:left;
	background-color:#f9a631;
}

#pagina{
	width:100%;
	height:auto;
}



/*Menu Movil */
#menu_movil
{
	width:100%;
	height:auto;
	background: rgba(255, 255, 255, 0.7);
	display:block;
}




#boton_menu_movil{
    /*Bordes redondeados*/
    -webkit-border-radius:10px;/*Para chrome y Safari*/
    -moz-border-radius:10px;/*Para Firefox*/
    -o-border-radius:10px;/*Para Opera*/
    border-radius:10px;/*El estandar por defecto*/
	background-color:#ffffff;
    padding:10px;
    width:auto;
	height:auto;
	background: rgba(255, 255, 255, 0.5);
}


#nav_movil{
    overflow:hidden;
    width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	background: rgba(225, 225, 225, 0.9);
	display:none;
}

#nav_movil ul{
    list-style:none;
    margin: 0;
    padding:0;
	width:100%;
	height:100%;
	text-align: center;
}




#nav_movil ul li{
    /*Bordes redondeados*/
    -webkit-border-radius:5px;/*Chrome y Safari*/
    -moz-border-radius:5px;/*Firefox*/
    -o-border-radius:5px;/*Opera*/
    border-radius:5px;/*Estandar por defecto*/
    font-size:26px;
    text-align:center;
	display: inline-block;
	width:100%;
	left:0;
	right:0;
    /*Sombras para texto, los mismos parametros que box-shadow*/
	
	-webkit-transition: 0.2s linear all;
    -moz-transition: 0.2s linear all;
    -o-transition: 0.2s linear all;
    transition: 0.2s linear all;
}


#nav_movil ul li a{
    color:#000;
    display:block;
    padding:10px;
    text-decoration:none;
    /*Transiciones*/
    -webkit-transition: 0.4s linear all;
    -moz-transition: 0.4s linear all;
    -o-transition: 0.4s linear all;
    transition: 0.4s linear all;
}

#nav_movil ul li ul li a{
	color:#fff;
	font-size:0.8em;
}

#nav_movil ul li a:hover {
    color:#fff;
}

#nav_movil ul li:hover{
	background-color:#faa732;
}



/*********************************************************************************/
/* Menu Pc, Contenedor y Nav                                                                           */
/*********************************************************************************/
#menu_pc
{
	width:100%;
	height:80px;
	position:absolute;
	z-index:100;
	background: rgba(255, 255, 255, 0.7);
	display:none;
}



#contenedor_menu_pc
{
	position:relative; 
	margin:0 auto; 
	width:100%; 
	max-width:1100px; 
	height:80px;
}



#logo_menu_pc
{
	float:left; 
	margin-left:0px; 
	width:auto; 
	height:auto; 
	margin-top:10px; 
	position:absolute;
}







/*SUBMENUS 2*/
#nav
{
	text-align:center;
	padding-top:3px;
	padding-left:15px;
}

#nav ul ul {
	display: none;
}
 
	#nav ul li:hover > ul {
		display: block;
	}
	
#nav ul {
	padding:0px; 
	list-style: none;
	position: relative;
	display: inline-table;
}
	#nav ul:after {
		content: "";
		clear: both;
		display: block;
	}
	
	
#nav ul li {
	float: left;
	font-size:16px;
	-webkit-border-radius:5px;/*Chrome y Safari*/
    -moz-border-radius:5px;/*Firefox*/
    -o-border-radius:5px;/*Opera*/
    border-radius:5px;/*Estandar por defecto*/
}
	#nav > ul > li:hover {
		background-color:#faa732;
		color:#fff;	
	}
		#nav ul li:hover a {
			color: #fff;
		}
	
	#nav ul li a {
		display: block;
		padding-left:20px;
		padding-right:20px;
		padding-top:14px;
		padding-bottom:13px;
		color: #3a3a3a;
		text-decoration: none;
	}
 
#nav ul ul {
	background: rgba(68, 68, 68, 0.8) /*rgba(0, 0, 0, 0.8)*/;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
	text-align:left;
	
	-webkit-border-radius:5px;/*Chrome y Safari*/
    -moz-border-radius:5px;/*Firefox*/
    -o-border-radius:5px;/*Opera*/
    border-radius:5px;/*Estandar por defecto*/
}
	#nav ul ul li {
		float: none; 
		position: relative;
		font-size:16px;
	}
		#nav ul ul li a {
			padding: 15px 40px;
			color: #fff;
			-webkit-transition: 0.2s linear all;
    		-moz-transition: 0.2s linear all;
    		-o-transition: 0.2s linear all;
    		transition: 0.2s linear all;
		}	
			#nav ul ul li a:hover {
				background: rgba(0,0,0,0.50);
				padding-left:43px;
			}

#nav ul ul ul {
	position: absolute;
	left: 100%;
	top:0;
	width:300px;
}




		
		
		



#sombra{
	background-image:url(/images/sombrabotones.png);
    width:846px;
	height:28px;
	position:absolute;
	z-index:3;
	margin:0 auto;
	left:0;
	right:0;
	margin-top:99px;
}

/* TEXTO SERVICIOS PRINCIPALES */
 #titulo_servicio_principal{
	 font-size:24px;
 }
 
  #texto_servicio_principal{
	 font-size:14px;
 }

/* CUADROS CON DIFERENTES TEXTOS (MINI SECCIONES)*/
.div_textos{
	width:100%;
	height:auto;
	padding-top:50px;
	padding-bottom:50px;
}

.tabla_textos{
	width:100%;
	height:auto;
	margin:0 auto;
	left:0;
	right:0;
}

.td_textos{
	width:100%;
	height:auto;
	vertical-align:middle;
	text-align:justify;
	padding:30px;
}

#sub-servicios{
	width:80%;
	max-width:1000px;
	margin:0 auto; 
	left:0; right:0;
	padding-top:50px;
	font-size:20px;
	color:#3e3e3e;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}


.boton_naranja{
	border:1px solid #ffa900;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	color:#ffa900;
	padding:5px;
	text-decoration:none;
	font-size:14px;
	font-family:'Roboto Condensed';
	font-weight:300;
	cursor:pointer;
}

.boton_naranja:hover{
	color:#fff;
	border-color:#fff;
}




.boton_naranja_negro{
	border:1px solid #ffa900;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	color:#ffa900;
	padding:5px;
	text-decoration:none;
	font-size:14px;
	font-family:'Roboto Condensed';
	font-weight:300;
	cursor:pointer;
}

.boton_naranja_negro:hover{
	color:#000;
	border-color:#000;
}



.boton_gris{
	border:1px solid #777777;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	color:#777777;
	padding:5px;
	text-decoration:none;
	font-size:14px;
	font-family:'Roboto Condensed';
	font-weight:300;
	cursor:pointer;
}

.boton_gris:hover{
	color:#000;
	border-color:#000;
}




.boton_blanco{
	border:1px solid #ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	color:#ffffff;
	padding:5px;
	text-decoration:none;
	font-size:14px;
	font-family:'Roboto Condensed';
	font-weight:300;
	cursor:pointer;
}

.boton_blanco:hover{
	color:#000;
	border-color:#000;
}


#servicio_principal{
	width:100%;
}

#opciones_responsabilidad{
	width:100%;
}

#cuadro_contacto{
	width:100%;
	float: right;
}

#cuadro_formulario{
	width:100%;
	float:left;
}

#tabla_pie{
	padding:20px;
}


.campo
{
	width:90%;
	font-size:12px;
	color:#fff;
	background-color:#252525;
	border:1px solid #313131;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	padding:5px;
}

.campo:hover
{
	border:1px solid #696969;
  	outline:0px;
	background-color:#313131;
}

.campo:focus
{
  	border:1px solid #696969;
  	outline:0px;
	background-color:#313131;
}




.campo_blanco
{	
	font-size:12px;
	color:#000;
	width:40%;
	background-color:#fff;
	border:1px solid #AEAEAE;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	padding:5px;
}

.campo_blanco:hover
{
	border:1px solid #AEAEAE;
  	outline:0px;
	background-color:#E6E6E6;
	color:#000;
}

.campo_blanco:focus
{
  	border:1px solid #AEAEAE;
  	outline:0px;
	background-color:#E6E6E6;
	color:#000;
}




.boton_formulario{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	color:#ffffff;
	padding:5px;
	text-decoration:none;
	background-color:#ffa900;
	font-size:18px;
	width:80px;
	margin-top:20px;
	font-weight:400;
	text-align:center;
	border:0px;
	
	-webkit-transition: 0.4s linear all;
    -moz-transition: 0.4s linear all;
    -o-transition: 0.4s linear all;
    transition: 0.4s linear all;
}

.boton_formulario:hover{
	background-color:#252525;
	cursor:pointer;
}


.redes{
	color:#696969;
	font-size:30px;
	text-decoration:none;
}

.redes_fa{
    color:#fff; /*#696969;*/
	font-size:30px;
	text-decoration:none;
}

.redes_lik{
    color:#fff; /*#696969;*/
	font-size:30px;
	text-decoration:none;
}

.redes_lik:hover{ 
color: #005983 !important;
}

.redes_fa:hover{
    color: #3b5998;
}

.redes_tw{
    color:#fff;
	font-size:30px;
	text-decoration:none;
}

.redes_tw:hover{
    color: #2795e9;
}


.redes:hover{
	color:#ffa900;
}

.imagen_opcion
{
	-webkit-transition:all .5s ease; /* Safari y Chrome */
	-moz-transition:all .5s ease; /* Firefox */
	-o-transition:all .5s ease; /* IE 9 */
	-ms-transition:all .5s ease; /* Opera */
	width:100%;
}

.texto_opcion{
	position:absolute;
	width:100%;
	height:auto;
	background: rgba(255, 255, 255, 0.9);
	z-index:10;
	bottom:-10px;
	
	-webkit-transition:all .3s ease; /* Safari y Chrome */
	-moz-transition:all .3s ease; /* Firefox */
	-o-transition:all .3s ease; /* IE 9 */
	-ms-transition:all .3s ease; /* Opera */
}


#opciones_servicios
{
	position:relative;
	width:100%;
	height:auto;
	margin-left:5px;
	float:left;
	margin-top:40px;
	overflow:hidden;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

#opciones_servicios:hover .imagen_opcion
{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}

#opciones_servicios:hover .texto_opcion
{
	bottom:0px;
}

#opciones_epg
{
	position:relative;
	width:100%;
	height:auto;
	margin-left:5px;
	float:left;
	margin-top:40px;
	overflow:hidden;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

#opciones_epg:hover .imagen_opcion
{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}

#opciones_epg:hover .texto_opcion
{
	bottom:0px;
}


#contactos
{
	float:left;
	width:320px;
	height:auto;
	background-color:#f8f8f8;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	-webkit-border-radius:10px;/*Para chrome y Safari*/
    -moz-border-radius:10px;/*Para Firefox*/
    -o-border-radius:10px;/*Para Opera*/
    border-radius:10px;/*El estandar por defecto*/
	overflow:hidden;
}

#contactos_movil
{
	margin:0 auto;
	left:0;
	right:0;
	width:90%;
	height:auto;
	margin-top:20px;
	background-color:#f8f8f8;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	-webkit-border-radius:10px;/*Para chrome y Safari*/
    -moz-border-radius:10px;/*Para Firefox*/
    -o-border-radius:10px;/*Para Opera*/
    border-radius:10px;/*El estandar por defecto*/
	overflow:hidden;
}



.bandera {
  position: relative;
  float:left;
  height: 30px;
  width: 30px;
  background-repeat:no-repeat;
  margin-left:15px;
}

.bandera_efecto {
  position: absolute;
  left: 0;
  transition: opacity 0.5s ease-in-out;
}

.bandera_efecto:hover {
  opacity: 0;
}


#pie_pc{
	display:none;
}

#pie_movil{
	display:block;
}

#cuadro_negro_titulo_servicios{
	float:left;
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.7);
}

#cuadro_negro_titulo_seccion{
	float:left;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.5);
	position:absolute;
}
	
#datos_de_contacto_pc{
	display:none;
}

#datos_de_contacto_movil{
	display:block;
}


.presentacion
{
	width:350px;
	height:284px;
}

#contenedor_carrusel
{
	display:none;
}

#contenedor_carrusel_movil
{
	display:block;
}

.ventana_emergente
{
	
	box-sizing:border-box;
	width:100%;
	height:100%;
	color:#434a54;
	position:fixed;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	text-decoration:none;
	border:1px solid #DFDFDF;
	background-color: rgba(0,0,0,.90);	
	top:-110%;
	z-index:5000;
	
	margin:0 auto;
	
	/*border-left:5px solid #f5ba4e;*/
	
	-webkit-box-shadow: 10px 10px 8px -3px rgba(0,0,0,0.31);
	-moz-box-shadow: 10px 10px 8px -3px rgba(0,0,0,0.31);
	box-shadow: 10px 10px 8px -3px rgba(0,0,0,0.31);
	
	-webkit-transition:All .6s ease;
	-moz-transition:All .6s ease;
	-o-transition:All .6s ease;
	
}

.ventana_emergente > a
{
	font-size:18px;
	color:#d9dbdd;
	position:absolute;
	right:5px;
	top:5px;
	text-decoration:none;
}
.ventana_emergente > a:hover
{
	color:#7f7f7f;
}
.ventana_emergente > table
{
	box-sizing:border-box;
	border-collapse:collapse;
	border: none;
	width:100%;
	
}

.ventana_emergente > table > td
{
	width:100%;  
}

.ventana_emergente.traer
{
	margin:0 auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	
}

.marcax > a
{
	font-size:18px;
	color:#7f7f7f;
	position:absolute;
	right:5px;
	top:5px;
	text-decoration:none;	
}

.marcax > a:hover
{
	
	color:rgba(235,0,3,1.00);
}
/*MOVILES INTERMEDIO
@media only screen and (min-width: 580px) or (min-width: 749px){
#servicio_principal{
	font-size:150%;
}

#opciones_responsabilidad{
	width:100%;
}

/* TEXTO SERVICIOS PRINCIPALES 
 #titulo_servicio_principal{
	 font-size:30px;
 }
 
  #texto_servicio_principal{
	 font-size:16px;
 }
}


/*TABLETS
@media only screen and (min-width: 750px) {
	
#menu_pc{
	display:block;
}

#menu{
	display:none;
}

.td_textos{
	padding-left:150px;
	padding-right:150px;
}

#servicio_principal{
	width:50%;
}

#opciones_responsabilidad{
	width:25%;
}

#cuadro_contacto{
	width:50%;
}

/* TEXTO SERVICIOS PRINCIPALES 
 #titulo_servicio_principal{
	 font-size:30px;
 }
 
  #texto_servicio_principal{
	 font-size:16px;
 }

}*/

#espaciador
{
	width:100%;
	height:80px;
	display:none;
}

#tabla_inteligente
{
	width:100%;
	padding:30px;
	text-align:center;
}

#noticia
{
	width:490px; 
	height:auto;
	margin:0 auto;
	margin-top:20px; 
}

#celebraciones
{
	width:390px; 
	height:auto;
	margin:0 auto;
	margin-top:20px; 
}

#plantilla_pc
{
	display:none;
}

#plantilla_movil
{
	display:block;
}


#plantilla_movil img 
{
    max-width:100%;
	max-height:400px;
}

.boton-naranja
{  
	float:left;
	margin-top:10px;
	width:auto;
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	font-size:14px;
	color:#fff;
	background-color:#F5BA4E;
	text-decoration:none;
	
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}

.boton-naranja:hover
{  
	background-color: #d89a29;
}




input[type="checkbox"] {
    -webkit-appearance: none;
    border: 1px solid #DBE1EB;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 -15px 10px -12px rgba(0,0,0,0.05);
    display: inline-block;
    position: relative;
    top: 3px;
    margin: 0 10px;
    padding: 8px;
	outline:0px;
}
 
input[type="checkbox"]:checked{
    background-color: #fff;
    border: 1px solid #DBE1EB;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0 -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0 0 10px rgba(0,0,0,0.1);
    background-position:center;
	outline:0px;
    background-image: url(data:image/png;base64,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);
}





.combo_paises_experiencia
{
	border: 1px solid #dddddd; 
	width:95%;
	min-width:140px;
	height:100px;
	margin:0 auto;
}

.servicios_experiencia
{
	border: 1px solid #dddddd;
	width:95%; 
	height:auto;
	min-height:100px;
	margin:0 auto;
}

.filtro_boton_movil
{
	text-decoration:none;
	width:95%; 
	min-width:80px;
	text-align:center;
	font-size:16px;
	font-weight:400;
	margin:0 auto;
	margin-top:15px;
	display:block;
}

.filtro_boton_pc
{
	display:none;
}



.lista_servicios
{
	margin-left:0px;
}


/*COMPUTADORAS 1215*/
@media only screen and (min-width: 800px) {

.lista_servicios
{
	margin-left:55px;
}



.filtro_boton_movil
{
	display:none;
}

.filtro_boton_pc
{
	width:9.7%;
	float:left;
	margin-top:45px;
	margin-left:15px;
	display:block;
	text-align:center;
}

.combo_paises_experiencia
{
	width:10%;
	float:left;
}

.servicios_experiencia
{
	float:left;
	width:auto;
	margin-left:10px;
}


#plantilla_pc
{
	display:block;
}

#plantilla_movil
{
	display:none;
}

#tabla_inteligente
{
	margin:0 auto;
	width:100%;
	max-width:1260px;
	padding:30px;
}

#noticia
{
	width:490px; 
	height:auto; 
	margin-top:20px; 
	float:left; 
	margin-left:30px;
}

#celebraciones
{
	width:390px; 
	height:auto; 
	margin-top:20px; 
	float:left; 
	margin-left:30px;
}

#espaciador
{
	display:block;
}


#contenedor_carrusel
{
	display:block;
}

#contenedor_carrusel_movil
{
	display:none;
}

.presentacion
{
	width:960px;
	height:749px;
}

#idioma
{
	display:block;
}

#menu_pc{
	display:block;
}


#menu{
	display:none;
}


.tabla_textos{
	width:100%;
	height:auto;
	max-width:1240px;
}

.td_textos{
	padding-left:200px;
	padding-right:200px;
	padding-top:50px;
	padding-bottom:50px;
}

#servicio_principal{
	width:50%;
}

#opciones_responsabilidad{
	width:25%;
}

/* TEXTO SERVICIOS PRINCIPALES */
 #titulo_servicio_principal{
	 font-size:30px;
 }
 
  #texto_servicio_principal{
	 font-size:16px;
 }
 
#cuadro_contacto{
	width:50%;
	float: right;
}

#cuadro_formulario{
	width:50%;
	float:left;
}

#tabla_pie{
	padding:50px;
}


#tabla_adaptable
{
	width:50%;
	padding-left:0px;
}

#tabla_adaptable_imagenes
{
	width:50%;
}

#galeria_principal_pc
{
	display:block;
}

#servicio{
	float:left;
	width:400px;
	height:280px;
	overflow:hidden;
}

#servicios_pc
{
	display:block;
}

#pie_pc{
	display:block;
}

#pie_movil{
	display:none;
}

#menu_movil
{
	display:none;
}

#intro_pc{
	display:block;
}

#intro_movil{
	display:none;
}



#opciones_servicios
{
	position:relative;
	width:245px;
	height:250px;
	float:left;
	margin-top:40px;
	overflow:hidden;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

#opciones_epg
{
	position:relative;
	width:32%;
	height:250px;
	float:left;
	margin-top:40px;
	overflow:hidden;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

#cuadro_negro_titulo_servicios{
	height:520px;
	margin-top:80px;
}

#cuadro_negro_titulo_seccion{
	height:480px;
	margin-top:85px;
}

#datos_de_contacto_pc{
	display:block;
}

#datos_de_contacto_movil{
	display:none;
}

/* #form_filtro_paises
{
	margin: 0 auto;
}

#form_filtro_servicios
{
	margin: 0 auto;
}

#filtro_boton
{
	margin: 0 auto;
} */


}



.textbox-linea
{
	box-sizing:border-box;  
	width:100%;
	padding:10px;
	border:none;
	border:1px solid #dddddd;
	font-size:16px;
	color:#434a54;
	transition: background-color 1s ease;
 	-webkit-transition: background-color 1s ease;
 	-moz-transition: background-color 1s ease;
 	-o-transition: background-color 1s ease;
}

.textbox-linea:hover
{
	outline:none;
}

.textbox-linea:focus
{
	outline:none;
	background-color:#EBEBEB;
}

/*inicio ultimas historias*/

#ultimas_historias
{
	width:432px; 
	height:auto; 
	position:absolute; 
	z-index:100; 
	top:110px; 
	background-color: transparent ; 
	color:#1d1d1d;  
	box-sizing:border-box;
	right:-360px; 
	 
	 
	-webkit-transition:All .6s ease;
	-moz-transition:All .6s ease;
	-o-transition:All .6s ease;
}

#ultimas_historias.ultimas_historias_traer
{
	
	 right: 0px; 
}

/*#ultimas_historias.ultimas_historias_traer #ultimas_historias_recuadrogrande
{
	display:block;
}
*/


#ultimas_historias_recuadrogrande
{
	width:360px; 
	height:auto; 
	position:relative;  
	float:left;  
	/*background-color: rgba(255,255,255,.95);   */
	background-color: rgba(0,0,0,0.60);
	z-index:100; 
	border-bottom-right-radius: 5px;	
	/*display: none;*/
	
	
}

#ultimas_historias_recuadrochico
{
	width:72px; 
	height:100px; 
	position:relative; 
	float:left;   
	/*background-color: rgba(255,255,255,.95); */
	background-color: rgba(0,0,0,0.60);
	color:black;  
	z-index:100; 
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
}

/* fin ultimas historias*/

#ultimas_noticias
{
	width:420px; 
	height:auto; 
	position:absolute; 
	z-index:100; 
	top:110px; 
	background-color: transparent ; 
	color:#1d1d1d;  
	box-sizing:border-box;
	left:-360px; 
	 
	 
	-webkit-transition:All .6s ease;
	-moz-transition:All .6s ease;
	-o-transition:All .6s ease;
}

#ultimas_noticias.ultimas_noticias_traer
{
	 left:0; 
}





#ultimas_noticias_recuadrogrande
{
	width:360px; 
	height:auto; 
	position:relative;  
	float:left;  
	/*background-color: rgba(255,255,255,.95);   */
	background-color: rgba(0,0,0,0.60);
	z-index:100; 
	border-bottom-right-radius: 5px;	
	
	
	
}

#ultimas_noticias_recuadrochico
{
	width:60px; 
	height:100px; 
	position:relative; 
	float:left;   
	/*background-color: rgba(255,255,255,.95); */
	background-color: rgba(0,0,0,0.60);
	color:black;  
	z-index:100; 
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
}



#ultimos_videos
{

		width:360px; 
	height:auto; 
	position:relative;  
	float:left;  
	/*background-color: rgba(255,255,255,.95);   */
	background-color: rgba(0,0,0,0.60);
	z-index:100; 
	border-bottom-right-radius: 5px;	
	
	
}


#calendario_ambiental
{
	width:360px; 
	height:auto + 20px; 
	position:relative;  
	float:left;  
	/*background-color: rgba(255,255,255,.95);   */
	background-color: rgba(0,0,0,0.60);
	z-index:100; 
	border-bottom-right-radius: 5px;	
	
}


















