/* CSS Document */
@charset "utf-8";
html{
	width:100%;
	height:100%;
}

@font-face {
	font-family: 'Gruppo-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Gruppo-Regular'), url('Gruppo-Regular.woff') format('woff');
}
@font-face {
	font-family: 'ZalandoSansSemiExpanded-Black';
	font-style: normal;
	font-weight: normal;
	src: local('ZalandoSansSemiExpanded-Black'), url('ZalandoSansSemiExpanded-Black.woff') format('woff');
}
@font-face {
	font-family: 'ZalandoSansSemiExpanded-Bold';
	font-style: normal;
	font-weight: normal;
	src: local('ZalandoSansSemiExpanded-Bold'), url('ZalandoSansSemiExpanded-Bold.woff') format('woff');
}
@font-face {
	font-family: 'ZalandoSansSemiExpanded-Light';
	font-style: normal;
	font-weight: normal;
	src: local('ZalandoSansSemiExpanded-Light'), url('ZalandoSansSemiExpanded-Light.woff') format('woff');
}
@font-face {
	font-family: 'ZalandoSansSemiExpanded-Medium';
	font-style: normal;
	font-weight: normal;
	src: local('ZalandoSansSemiExpanded-Medium'), url('ZalandoSansSemiExpanded-Medium.woff') format('woff');
}
@font-face {
	font-family: 'ZalandoSansSemiExpanded-Regular';
	font-style: normal;
	font-weight: normal;
	src: local('ZalandoSansSemiExpanded-Regular'), url('ZalandoSansSemiExpanded-Regular.woff') format('woff');
}
@font-face {
	font-family: 'ZalandoSansSemiExpanded-SemiBold';
	font-style: normal;
	font-weight: normal;
	src: local('ZalandoSansSemiExpanded-SemiBold'), url('ZalandoSansSemiExpanded-SemiBold.woff') format('woff');
}

body {
	font-family: 'ZalandoSansSemiExpanded-Regular';
	text-align:center;
	margin:0;
	background:#FFF;
	width:100%;
	height:100%;
}

.clearer{
    display:block;
    clear: both;
}

.azul { color:#111748; }
.rojo { color:#A43131; }
.centrado{ width:100%; text-align:center; }

#wrapper{
	width: 90%;
	margin: 10px 5%;
	height: auto;
	display: table;
}
/*INICIO*/
#cabecera{
	width:100%;
	height:auto;
	background:#122b45;
	font-size: 13px;
	border-radius: 15px;
	display: table;
}
#cabecera_izq{
	width:40%;
	float:left;
	padding:15px 5%;
	color:#FFF;
	text-align: left;
}
#cabecera_izq a{
	text-decoration: none;
	color:#F1F2F2;
}
#cabecera_der{
	width:40%;
	float:left;
	padding:5px 5%;
	color:#FFF;
	text-align: right;
}
#cabecera_der img{
	height: 35px;
	margin: 0 10px;
}
#bloque_slide{
	width: 100%;
	height: auto;
	display: table;
	margin: 10px 0;
	position: relative;
}
#bloque_slide h1{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0;
	top: 220px;
	color: #F1F2F2;
	font-size: 25px;
	font-family: 'ZalandoSansSemiExpanded-Regular';
	z-index: 2000;
}
#bloque_slide h2{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0;
	top: 260px;
	color: #F1F2F2;
	font-size: 10px;
	font-family: 'ZalandoSansSemiExpanded-Regular';
	z-index: 2000;
}
#fotos{
	width: 100%;
	z-index: 1000;
}
#fotos img{
	width: 100%;
}
#logotipo{
	width: 100%;
	position: absolute;
	left: 0;
	top: 45px;
	z-index: 2000;
}
#logotipo img{
	height: 120px;
	width: auto;
}
#menu{
	width: 35%;
	position: absolute;
	bottom: 30px;
	right: 8%;
	font-family: 'ZalandoSansSemiExpanded-Bold';
	z-index: 4000;
}
#menu ul{
	width: 100%;
	list-style: none;
}
#menu ul li{
	width: 22%;
	padding: 0 5px;
	border-right:solid 1px #122b45;
	font-size: 12px;
	float: left;
}
#menu ul li a{
	text-decoration: none;
	color: #122b45;
	padding: 5px 0;
	display: block;
}
#menu ul li a:hover{
	text-decoration: none;
	color: #b69651;
	padding: 5px 0;
	display: block;
}
#fijo{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px 0;
	background:#122b45;
	text-align: center;
	z-index: 10000;
	display: none;
	border-bottom:solid 2px #b29651;
}
#fijo img{
	height:40px;
}
#menu_fijo{
	width: 100%;
	height: auto;
	display: table;
	margin-top: 10px;
	padding-bottom:5px;
}
#menu_fijo ul{
	width: 100%;
	list-style: none;
	font-family: 'ZalandoSansSemiExpanded-Regular';
}
#menu_fijo ul li{
	width: 24%;
	text-align: center;
	float: left;
	font-size: 11px;
	border-right:solid 1px #f1f2f2;
}
#menu_fijo ul li a{
	text-decoration: none;
	color:#F1F2F2;
	padding:3px 0;
	display: block;
}
#menu_fijo ul li a:hover{
	text-decoration: underline;
}

/* PRODUCTOS */
#productos{
	width: 100%;
	margin: 20px 0;
	height: auto;
	display: table;
	background:#122b45;
	border-radius: 15px;
	position: relative;
}
#prod_a{
	width: 100%;
	height: auto;
	display: block;
}
#prod_b, #prod_c, #prod_d{
	width: 100%;
	height: auto;
	display: none;
}
#prod_1{
	width: 40%;
	float: left;
	text-align: center;
	padding:10px 0;
}
#prod_1 img{
	width: 60%;
}
#prod_2{
	position: absolute;
	width: 10%;
	left: 33%;
	bottom: 20px;
	text-align: center;
	font-size: 10px;
	color:#F1F2F2;
}
#prod_2 a{
	text-decoration: none;
	color:#F1F2F2;
}
#prod_2 img{
	height: 30px;
}
#prod_3{
	width: 60%;
	float: left;
	padding:130px 0;
	display:table;
	font-family: 'ZalandoSansSemiExpanded-Regular';
}
#prod_3 ul{
	width: 100%;
	list-style: none;
}
#prod_3 ul li{
	width:21%;
	padding: 0 10px;
	float: left;
	text-align: center;
	border-right:solid 1px #f1f2f2;
	font-size: 11px;
}
#prod_3 ul li a{
	text-decoration: none;
	color:#F1F2F2;
	display: block;
}
#titulo_productos{
	position: absolute;
	font-size:25px;
	color:#f1f2f2;
	bottom: 20px;
	right: 20px;
	font-family: 'ZalandoSansSemiExpanded-SemiBold';
}

/* APLICACIONES */
#aplicaciones{
	width: 100%;
	margin: 20px 0;
	height: auto;
	display: table;
}
#titulo_aplicaciones{
	width:90%;
	padding: 10px 5%;
	height:auto;
	background:#e6eaed;
	color:#122b45;
	font-size:25px;
	border-radius: 15px;
	display: table;
	text-align: left;
	font-family: 'ZalandoSansSemiExpanded-SemiBold';
	margin-bottom: 10px;
}
#cuadro_aplicaciones, #cuadro_aplicaciones_b{
	width: 19%;
	margin-right: 1%;
	height: auto;
	float: left;
	background:#e6eaed;
	border-radius: 15px;
	height: 200px;
}
#apli_icono{
	width: 90%;
	padding: 10px 5%;
	text-align: right;
}
#apli_icono img{
	height: 30px;
}
#apli_titulo{
	width: 100%;
	text-align: center;
	font-size: 11px;
	color:#122b45;
	font-family: 'ZalandoSansSemiExpanded-SemiBold';
}
#apli_desc{
	width: 80%;
	padding: 10px 10%;
	text-align: left;
	font-size: 10px;
	color:#122b45;
	font-family: 'ZalandoSansSemiExpanded-Medium';
	line-height:17px;
}

/* NOSOTROS */
/* Contenedor principal */
.contenedor-flexible {
  display: flex;
  flex-direction: row;
  align-items: stretch; /* Esto obliga a ambos divs a tener la misma altura */
  gap: 20px;            /* Espacio de separación entre ambos bloques */
  width: 100%;
}

/* Cada uno de los bloques hijo ocupará el 50% del ancho */
.bloque-izquierdo{
	width:80%;
	float: left;
	border-radius: 15px;
}
.bloque-derecho {
  width:19%;
	background:#e6eaed;
  padding: 20px;
	border-radius: 15px;
	display: flex;
	text-align: center;
}
/*.imagen_logos{
	height: 100px;
	width: auto;
}*/
.bloque-derecho ul{
	width: 100%;
	list-style: none;
}
.bloque-derecho ul li{
	width: 100%;
	margin: 70px 0;
	text-align: center;
}
.bloque-derecho ul li img{
	width: 60%;
	height: auto;
}

/* Truco clave para la imagen de la izquierda */
.bloque-izquierdo {
  display: flex;       /* Volvemos el bloque izquierdo un flex también */
}

.imagen-adaptable {
  width: 100%;
  height: 100%;
  object-fit: fill;   /* Corta y adapta la imagen para que llene el div sin deformarse */
	border-radius: 15px;
}
#bloque_40{
	width: 36%;
	height: 100px;
	float: left;
	padding: 40px 2%;
	background:#b29651;
	border-radius: 15px;
	margin-top: 20px;
	position: relative;
	text-align: left;
}
#bloque_40 h1{
	font-size: 13px;
	color:#F1F2F2;
}
#bloque_40 p{
	font-size: 11px;
	color:#F1F2F2;
	width: 80%;
	margin-top: 10px;
}
#icono_esq{
	position: absolute;
	top: 20px;
	right: 20px;
}
#icono_esq img{
	height: 30px;
}
#bloque_60{
	width: 59%;
	margin:20px 0 0 1%;
	float: left;
	height: 180px;
	background:#e6eaed;
	border-radius: 15px;
}
#titulo_ventaja{
	width: 90%;
	padding:20px 5%;
	text-align: right;
	font-size: 13px;
	color:#122b45;
	font-family: 'ZalandoSansSemiExpanded-Bold';
}
#lista_ventajas{
	width: 46%;
	padding: 8px 2%;
	float: left;
}
#lista_ventajas_i{
	width: 20%;
	float: left;
	text-align: center;
}
#lista_ventajas_i img{
	height: 20px;
}
#lista_ventajas_d{
	width: 78%;
	padding: 5px 1%;
	float: left;
	text-align: left;
	font-size: 11px;
	color:#122b45;
	font-family: 'ZalandoSansSemiExpanded-Medium';
}
#bloque_60_2{
	width: 59%;
	margin:20px 1% 0 0;
	float: left;
	height: 140px;
	background:#e6eaed;
	border-radius: 15px;
	position: relative;
}
#bloque_40_2{
	width: 36%;
	height: 100px;
	float: left;
	padding: 20px 2%;
	background:#122b45;
	border-radius: 15px;
	margin-top: 20px;
	position: relative;
	text-align: left;
}
#sost_izq{
	width: 40%;
	text-align: left;
	font-size: 11px;
	color:#122b45;
	font-family: 'ZalandoSansSemiExpanded-Medium';
	float: left;
	padding: 50px 5%;
}
#sost_der{
	width: 45%;
	padding:90px 5% 0 0 ;
	float: left;
	font-size: 13px;
	color:#122b45;
	font-family: 'ZalandoSansSemiExpanded-Bold';
	text-align: right;
}
#azu_izq{
	width: 60%;
	padding: 10px 5%;
	text-align:left;
	float:left;
	font-size: 11px;
	color:#F1F2F2;
}
#azu_izq img{
	height: 40px;
}
#azu_der{
	width: 30%;
	float: left;
	text-align: center;
	padding: 20px 0;
}
#azu_der img{
	width: 70%;
}

/* COTIZACIÓN */
#bloque_cotizacion{
	width: 100%;
	height: auto;
	display: table;
	margin: 20px 0;
	background:#e6eaed;
	border-radius: 15px;
	position: relative;
	min-height: 300px;
	padding-bottom: 40px;
}
#titulo_cotizacion{
	width: 90%;
	padding:20px 5% 0 5%;
	text-align: left;
	font-size: 13px;
	color:#122b45;
	font-family: 'ZalandoSansSemiExpanded-Bold';
}
#bloq_30{
	width: 31.3%;
	margin: 10px 1%;
	float: left;
	height: auto;
	display: table;
	text-align: left;
}
#bloq_30 p{
	color:#122b45;
	font-size: 11px;
	padding:10px 0;
}
#bloq_60{
	width: 62.3%;
	margin: 10px 1%;
	float: left;
	height: auto;
	display: table;
	text-align: left;
}
#bloq_60 p{
	color:#122b45;
	font-size: 11px;
	padding:10px 0;
}
.txt{
	width: 90%;
	padding: 10px;
	border: none;
	border-radius: 15px;
	background:rgba(254,254,254,0.6);
	font-size: 11px;
	color:#122b45;
}
.txt_2{
	width: 98%;
	height: 80px;
	padding: 10px;
	border: none;
	border-radius: 15px;
	background:rgba(254,254,254,0.6);
	font-size: 11px;
	color:#122b45;
}
.enviar{
	padding: 10px 30px;
	border: none;
	border-radius: 15px;
	font-size: 11px;
	color:#122b45;
	background:rgba(0,0,0,0.1);
	font-family: 'ZalandoSansSemiExpanded-Medium';
	cursor: pointer;
}

/* BLOG */
#bloque_blog{
	width: 100%;
	height: auto;
	display: table;
	margin: 40px 0 0 0;
}
#bloque_blog ul{
	width: 100%;
	list-style: none;
}
#bloque_blog ul li{
	width: 29.3%;
	padding: 10px 1%;
	margin: 10px 1%;
	height: 420px;
	background: #cdc2a3;
	border-radius: 15px;
	position: relative;
	float: left;
}
#bloque_blog ul li a{
	text-decoration: none;
}
#bloque_blog ul li h1{
	width: 80%;
	text-align: left;
	font-size: 12px;
	color:#122b45;
	font-family: 'ZalandoSansSemiExpanded-Medium';
	line-height: 15px;
}
#bloque_blog ul li h2{
	width: 80%;
	text-align: left;
	font-size: 11px;
	color:#122b45;
	font-family: 'ZalandoSansSemiExpanded-Light';
	line-height: 20px;
}
#bloque_blog ul li p{
	width: 80%;
	text-align: left;
	font-size: 11px;
	color:#122b45;
	font-family: 'ZalandoSansSemiExpanded-Light';
	line-height:15px;
}
#bloque_blog ul li img{
	width: 100%;
	margin: 10px 0;
}
#bloque_blog h1{
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 25px;
	font-family: 'ZalandoSansSemiExpanded-SemiBold';
	color:#cdc2a3;
}
#lin_fecha{
	width: 40%;
	position: absolute;
	right: 10px;
	bottom: 10px;
	color:#122b45;
	z-index:1000;
	text-align: right;
	font-size: 11px;
}
#list_blog_2{
	width:96%;
	height: 480px;
	min-height: 300px;
	display: table;
	background:#cdc2a3;
	padding: 20px 2%;
	margin-top: 20px;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}
#deta_1{
	width:43%;
	padding-right: 2%;
	text-align:left;
	float: left;
	height: 450px;
	overflow-y: scroll;
}
#deta_1 h1{
	width: 80%;
	text-align: left;
	font-size: 12px;
	color:#122b45;
	font-family: 'ZalandoSansSemiExpanded-Medium';
	line-height: 15px;
}
#deta_1 h2{
	width: 80%;
	text-align: left;
	font-size: 11px;
	color:#122b45;
	font-family: 'ZalandoSansSemiExpanded-Light';
	line-height: 20px;
}
#deta_1 p{
	width: 80%;
	text-align: left;
	font-size: 11px;
	color:#122b45;
	font-family: 'ZalandoSansSemiExpanded-Light';
	line-height:15px;
	direction: ltr;
}
#deta_2{
	width: 55%;
	float: left;
	text-align: right;
}
#deta_2 img{
	width: 90%;
}
#deta_close{
	position: absolute;
	top: 25px;
	right:40px;
	z-index: 3000;
}
#deta_close img{
	height: 25px;
}
#fecha_detalle{
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 12px;
}






/* FOOTER */
#footer{
	width: 100%;
	height: 250px;
	display: table;
	margin: 20px 0 5px 0;
	background-image:url(../images/FootageBack.webp);
	background-position:fixed center;
	background-size:100% 100%;
	background-repeat: no-repeat;
	position: relative;
}
#footer_izq{
	width:26%;
	padding: 80px 2%;
	float: left;
	text-align:left;
}
#footer_izq h1{
	font-size: 12px;
	/*font-family: 'ZalandoSansSemiExpanded-Bold';*/
	font-family: 'ZalandoSansSemiExpanded-Medium';
	color:#F1F2F2;
	line-height:30px;
}
#footer_izq h2{
	font-size: 10px;
	color:#F1F2F2;
}
#footer_cen{
	width: 40%;
	float: left;
	text-align: center;
	padding-top: 30px;
}
#footer_cen img{
	width:25%;
}
#footer_der{
	width:15%;
	padding: 60px 0 0 13%;
	float: left;
	text-align:left;
}
#footer_der ul{
	width: 100%;
	list-style: none;
}
#footer_der ul li{
	width: 100%;
	padding: 5px 0;
	text-align: left;
	color:#F1F2F2;
}
#footer_der ul li img{
	height: 20px;
	float: left;
	margin-right: 10px;
}
#footer_der ul li p{
	padding:3px 10px;
	font-size: 11px;
}
#footer_aba{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	font-size: 10px;
	color:#122b45 ;
}
#contenedor-flexible_movil, #deta_3, #footer_movil{
	display: none;
}

#aviso{
	width: 60%;
	margin:90px 20%;
	height: auto;
	display: table;
	font-size: 15px;
	text-align: center;
	color:#122b45;
}
.btn_azul{
	text-decoration: none;
	padding: 10px 20px;
	border: none;
	background:#122b45;
	color:#F1F2F2;
	font-size: 12px;
	border-radius: 15px;
	cursor: pointer;
	font-family: 'ZalandoSansSemiExpanded-Medium';
}














@media only screen and (min-width:300px) and (max-width:1024px){
#footer{
	display: none;
}
#wrapper{
	width: 98%;
	margin: 5px 1%;
	height: auto;
	display: table;
}
#menu{
	display: none;
}
#logotipo{
	width: 100%;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 2000;
}
#logotipo img{
	height: 50px;
	width: auto;
}
#bloque_slide h1{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0;
	top: 80px;
	color: #F1F2F2;
	font-size:11px;
	font-family: 'ZalandoSansSemiExpanded-Regular';
	z-index: 2000;
}
#bloque_slide h2{
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0;
	top: 100px;
	color: #F1F2F2;
	font-size: 7px;
	font-family: 'ZalandoSansSemiExpanded-Regular';
	z-index: 2000;
}

/* PRODUCTOS */
#productos{
	width: 100%;
	margin: 20px 0 20px 0;
	height: auto;
	display: table;
	background:#122b45;
	border-radius: 15px;
	position: relative;
}
#prod_a{
	width: 100%;
	height:290px;
	display: table;
}
#prod_b, #prod_c, #prod_d{
	width: 100%;
	height:290px;
	display: table;
	display: none;
}
#prod_1{
	width: 50%;
	float: left;
	text-align: center;
	padding:40px 0;
}
#prod_1 img{
	width: 80%;
}
#prod_2{
	position: absolute;
	width: 10%;
	left: 5%;
	bottom: 20px;
}
#prod_2 img{
	height: 30px;
}
#prod_3{
	width: 48%;
	float: left;
	padding:40px 2% 40px 0;
	display:table;
	font-family: 'ZalandoSansSemiExpanded-Regular';
}
#prod_3 ul{
	width: 100%;
	list-style: none;
}
#prod_3 ul li{
	width:90%;
	padding: 15px 5%;
	float: left;
	text-align: center;
	border-right: none;
	border-bottom:solid 1px #f1f2f2;
	font-size: 11px;
}
#prod_3 ul li a{
	text-decoration: none;
	color:#F1F2F2;
	display: block;
}

/* APLICACIONES */
#aplicaciones{
	width: 100%;
	margin: 10px 0;
	height: auto;
	display: table;
}
#cuadro_aplicaciones_b{
	width: 98%;
	margin-right: 1%;
	margin-bottom: 10px;
	height: auto;
	float: left;
	background:#e6eaed;
	border-radius: 15px;
	height: 200px;
}
#cuadro_aplicaciones{
	width: 49%;
	margin-right: 1%;
	margin-bottom: 10px;
	height: auto;
	float: left;
	background:#e6eaed;
	border-radius: 15px;
	height: 200px;
}
.contenedor-flexible{
	display: none;
}
#contenedor-flexible_movil{
	width: 100%;
	height: auto;
	display:table;
	margin-top: 1px;
}
#foto_izq{
	width: 100%;
	height: auto;
}
#foto_izq img{
	width: 100%;
}
#foto_logos{
	width: 100%;
	height: auto;
	display: table;
	border-radius: 15px;
	padding: 20px 0;
	background:#e6eaed;
	margin-top: 10px;
}
#foto_logos ul{
	width: 100%;
	list-style: none;
}
#foto_logos ul li{
	width: 25%;
	float: left;
	text-align: center;
}
#foto_logos ul li img{
	height:auto;
	width: 50%;
}
#bloque_40{
	width: 90%;
	height: 100px;
	float: left;
	padding: 40px 5%;
	background:#b29651;
	border-radius: 15px;
	margin-top: 10px;
	position: relative;
	text-align: left;
}
#bloque_60{
	width: 90%;
	padding: 0 5%;
	margin:10px 0 0 0;
	height: 200px;
	background:#e6eaed;
	border-radius: 15px;
}
#bloque_60_2{
	width: 90%;
	padding: 0 5%;
	margin:10px 0 0 0;
	height: 160px;
	background:#e6eaed;
	border-radius: 15px;
	position: relative;
}
#bloque_40_2{
	width: 90%;
	height: 120px;
	float: left;
	padding: 20px 5%;
	background:#122b45;
	border-radius: 15px;
	margin-top: 10px;
	position: relative;
	text-align: left;
}
#sost_izq{
	width: 44%;
	text-align: left;
	font-size: 11px;
	color:#122b45;
	font-family: 'ZalandoSansSemiExpanded-Medium';
	float: left;
	padding: 30px 3%;
}

/* BLOG */
#bloque_blog ul li{
	width: 90%;
	padding: 10px 5%;
	margin: 10px 0;
	height: 400px;
	background: #cdc2a3;
	border-radius: 15px;
	position: relative;
	float: left;
}
#deta_1{
	width:90%;
	padding:10px 5%;
	text-align:left;
	height: 250px;
}
#deta_2{
	display: none;
}
#deta_3{
	width: 100%;
	height: auto;
	display: block;
}
#deta_3 img{
	width: 100%;
}
#fecha_detalle{
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 10px;
}

/* COTIZACIÓN */
#bloque_cotizacion{
	width: 90%;
	padding: 0 5%;
	height: auto;
	display: table;
	margin: 10px 0;
	background:#e6eaed;
	border-radius: 15px;
	position: relative;
	min-height: 300px;
	padding-bottom: 40px;
}
#titulo_cotizacion{
	width: 90%;
	padding:20px 5% 0 5%;
	text-align: left;
	font-size: 15px;
	color:#122b45;
	font-family: 'ZalandoSansSemiExpanded-Bold';
}
#bloq_30{
	width: 90%;
	margin: 5px 5%;
	height: auto;
	display: table;
	text-align: left;
}
#bloq_60{
	width: 90%;
	margin: 5px 5%;
	height: auto;
	display: table;
	text-align: left;
}
#list_blog_2{
	width:96%;
	height: 550px;
	min-height: 300px;
	display: table;
	background:#cdc2a3;
	padding: 20px 2%;
	margin-top: 20px;
	border-radius: 15px;
	position: relative;
	overflow: hidden;

}

/* FOOTER */
#footer_movil{
	display: block;
	width: 90%;
	margin-top: 20px;
	padding:20px 5%;
	min-height: 80px;
	background:#122b45;
	color:#F1F2F2;
	font-size: 10px;
	text-align:center;
}
#footer_movil img{
	height: 40px;
}




}
