* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto Condensed', sans-serif;
}
body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
.center {
	right: auto;
	left: auto;
}

.boton-arriba {
    position: fixed;
    bottom: 20px;
    right: 20px;
	background-image: url(../images/flecha-arriba.svg);
	background-repeat: no-repeat;
    background-color: #373737;
    padding: 10px 15px;
    border-radius: 5px;
	width: 30px;
    height: 30px;
	opacity: 0.60;
    display: block; /* Ocultar/mostrar con JS */
}

#btn-whatsapp {
    z-index: 800;
    display:scroll;
    position:fixed;
    bottom:0px;
	right:10px;
}
a.btn-whatsapp {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #58b849;
  border-radius: 5px 5px 0px 0px;
  background-image: url("../images/icono-whatsapp.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}
a:hover.btn-whatsapp {
  background-color: #fff;
  color: #58b849;
  background-image: url("../images/icono-whatsapp-on.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
}
#slider {
	margin-top: 100px;
	display: block;
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
}
.icono-empresa {
	display: block;
	background-image: url("../images/icono-empresa.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18%;
	width: 30%;
	height: 30%;
}
.icono-capacitaciones {
	position: absolute;
	background-image: url("../images/icono-capacitaciones.svg");
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-size: 18%;
	z-index: 500;
	margin-left: 25px;
	width: 100%;
	height: 30%;
    margin-top: 44.4%;
}
.icono-contacto {
	position: absolute;
	background-image: url("../images/icono-contacto.svg");
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-size: 18%;
	z-index: 500;
	margin-left: 25px;
	width: 100%;
	height: 30%;
    margin-top: 44.4%;
}

h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}
h6 {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}
.text-right {
	text-align: right;
}
.text-justify {
    text-align: justify;
}
.espacios15px {
	padding: 15px;
	display: block;
    float: left;
}
.espacios25px {
	padding: 25px;
	display: block;
    float: left;
}	
.espacios35px {
	padding: 35px;
	display: block;
    float: left;
}
.logo {
	height: 100%;
	float: left;
}
.cont-text-slider {
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	padding-right: 2%;
	font-size: 2em;
	text-align: center;
}
.slider-img {
	width: 100%;
}
.fondo-gris-claro {
	background-color: #e6eaec;
	padding: 4%;
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}
.fondo-gris-oscuro {
	background-color: #363636;
	padding: 4%;
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}
.titulos-linea {
	padding-right: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #7573c0;
	height: 40px;
	display: inline-block;
}
.titulos {
	font-family: 'Roboto Condensed', sans-serif;
	color: #363636;
	font-size: 1.5em;
	font-weight: 400;
	text-align: center;
	display: block;
}
.servicios {
	display: block;
	float: left;
	width: 100%;
	margin-top: 30px;
}
.servicios2 {
	display: block;
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-left: 18%;
}
.servicio-bloque {
	display: block;
	float: left;
	height: 300px;
	width: 31.33%;
	text-decoration: none;
	margin-left: 1%;
	margin-right: 1%;
	border-color: #7473C0;
	border-style: solid;
}
.info-bloque {
	display: block;
	float: left;
	height: 175px;
	width: 31.33%;
	text-decoration: none;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 4%;
}
.contacto-bloque {
	display: block;
	float: left;
	background-color: #FFF;
	height: 300px;
	width: 31.33%;
	text-decoration: none;
	margin-left: 1%;
	margin-right: 1%;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}
.contacto-recuadro {
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFF;
	font-size: 1em;
	font-weight: 400;
	display: block;
	background-color: #7473C0;
    line-height: 50px;
	margin-bottom: 3%;
}
.contacto-recuadro2 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFF;
	font-size: 1em;
	font-weight: 400;
	display: block;
	background-color: #7473C0;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-bottom: 3%;
}
.servicio-text-cont {
	position: absolute;
	z-index: 50;
	width: 29%;
	display: table;
	padding-top: 2%;
}
.servicio-text-cont2 {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	display: block;
}
.servicio-recuadro-text1 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1em;
	display: block;
}
.servicio-recuadro-text2 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #000;
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1em;
}
.enlace-contacto {
	width: 100%;
	height: 500px;
	float: left;
	background-image: url("../images/enlace-contacto.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
	background-position: center center;
	background-size: 150%;
	padding-top: 5%;
	padding-bottom: 5%;
}
.enlace-redes {
	width: 100%;
	height: 500px;
	float: left;
	background-image: url("../images/enlace-redes.jpg");
    background-repeat: no-repeat;
	background-position: center center;
	background-size: 150%;
	padding-top: 5%;
	padding-bottom: 5%;
}
.text-enlace-contacto {
    font-family: 'Roboto Condensed', sans-serif;
	color: #FFF;
	font-size: 2em;
	font-weight: 400;
	text-align: center;
	display: block;
}
.text-enlace-contacto2 {
    font-family: 'Roboto Condensed', sans-serif;
	color: #FFF;
	font-size: 2em;
	font-weight: 300;
	text-align: center;
	display: block;
}
.icono-centrado {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 10px;
	padding-top: 15px;
	width: 30%;
	height: 30%;
}
.icono-centrado2 {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 10px;
	padding-top: 15px;
	width: 45%;
	height: 45%;
}
.icono-centrado3 {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 10px;
	padding-top: 15px;
	width: 45%;
	height: 45%;
	margin-top: 5%;
}
.icono-slider {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
}
.icono-servicios {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 10px;
	padding-top: 15%;
	width: 30%;
	padding-bottom: 5%;
}
.icono-fichas-contacto {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 10px;
	width: 20%;
	padding-bottom: 2%;
}
a.btn-blanco {
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFF;
	font-size: 1.5em;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	display: table;
	border: 1px solid #fff;
	border-radius: 4px;
	line-height: 50px;
	margin-top: 50px;
	padding-left: 4%;
	padding-right: 4%;
}
a:hover.btn-blanco {
	background-color: #FFF;
	color: #363636;
	transition: color .3s ease-in-out;
}
.enlaces-porque {
	background-color: #E7EBED;
	width: 100%;
	height: 340px;
	float: left;
}
.enlaces-porque-bloque1 {
	background-image: url("../images/enlace-catalogo.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	float: left;
	text-align: center;
	width: 50%;
	height: 340px;
}
.enlaces-porque-bloque2 {
	display: block;
	float: left;
	text-align: center;
	width: 50%;
	height: 340px;
}
.enlaces-porque-recuadro {
	border-width: 3px;
	border-style: solid;
	border-color: #7573c0;
	width: 80%;
	height: 240px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.enlaces-porque-texto1 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #363636;
	font-size: 3.5em;
	font-weight: 500;
	text-align: center;
	line-height: 1em;
}
.enlaces-porque-texto2 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #363636;
	font-size: 2em;
	font-weight: 300;
	text-align: center;
	line-height: 0.5em;
	display: block;
}
a.btn-morado-absoluto1 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFF;
	background-color: #7573c0;
	font-size: 1.5em;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	line-height: 50px;
	border: 2px solid #7573c0;
	display: table;
	position: absolute;
	padding-left: 4%;
	padding-right: 4%;
	margin-top: 260px;
	left: 25%;
    margin-left: -100px;
}
a:hover.btn-morado-absoluto1 {
	background-color: #FFF;
	color: #363636;
	border: 2px solid #7573c0;
	transition: color .3s ease-in-out;
}
a.btn-morado-absoluto2 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFF;
	background-color: #7573c0;
	font-size: 1.5em;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	line-height: 70px;
	border: 2px solid #7573c0;
	padding-left: 4%;
	padding-right: 4%;
}
a:hover.btn-morado-absoluto2 {
	background-color: #FFF;
	color: #363636;
	border: 2px solid #7573c0;
	transition: color .3s ease-in-out;
}
.marcas {
	display: block;
	width: 100%;
	float: left;
	padding: 4%;
}
.marcas-text {
	font-family: 'Roboto Condensed', sans-serif;
	color: #363636;
	font-size: 1em;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin-bottom: 2%;
}
.marcas-logos {
	display: block;
	float: left;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: auto;
	margin-right: auto;
	width: 16.66%;
	padding-left: 1%;
	padding-right: 1%;
}
.marcas-logos-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.mapa {
	display: block;
	float: left;
	width: 100%;
}
.footer-bloque {
	float: left;
	display: block;
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
}
.footer-titulos-linea {
	padding-right: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #7573c0;
	height: 20px;
	display: inline-block;
}
.footer-titulos {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-size: 1.8em;
	font-weight: 400;
	text-align: left;
	display: block;
	margin-bottom: 10px;
}
a.btn-footer {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-size: 1.6em;
	font-weight: 300;
	text-decoration: none;
	display: inline-flex;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px;
	margin-left: 10px;
	width: 100%;
}
a:hover.btn-footer {
	background-color: #7573c0;
	border-radius: 4px;
}
a.btn-footer2 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
	text-decoration: none;
	display: inline-flex;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px;
	margin-left: 10px;
	width: 100%;
}
a:hover.btn-footer2 {
	background-color: #7573c0;
	border-radius: 4px;
}
a.btn-footer3 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
	text-decoration: none;
	display: inline-flex;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 4px;
	margin-left: 10px;
	line-height: 15px;
	float: left;
	width: 45%;
}
a:hover.btn-footer3 {
	background-color: #7573c0;
	border-radius: 4px;
}
.iconos-redes-centrados {
	display: block;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8%;
	width: 100%;
}
.btn-redes {
	display: block;
    width: 400px;
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
}
a.btn-footer-redes1 {
	display: block;
	float: left;
	background: url(../images/icono-facebook.svg);
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	width: 68px;
	height: 68px;
}
a:hover.btn-footer-redes1 {
	background: url(../images/icono-facebook-on.svg);
}
a.btn-footer-redes2 {
	display: block;
	float: left;
	background: url(../images/icono-instagram.svg);
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	width: 68px;
	height: 68px;
}
a:hover.btn-footer-redes2 {
	background: url(../images/icono-instagram-on.svg);
}
a.btn-footer-redes3 {
	display: block;
	float: left;
	background: url(../images/icono-youtube.svg);
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	width: 68px;
	height: 68px;
}
a:hover.btn-footer-redes3 {
	background: url(../images/icono-youtube-on.svg);
}
a.btn-footer-redes4 {
	display: block;
	float: left;
	background: url(../images/icono-whatsapp.svg);
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	width: 68px;
	height: 68px;
}
a:hover.btn-footer-redes4 {
	background: url(../images/icono-whatsapp-on.svg);
}
.form-wrap {
	width: 100%;
	height: 50px;
	border: none;
	margin-top: 20px;
	float: left;
}
.form-input {
	width: 65%;
	height: 50px;
	border: none;
	float: left;
	font-weight: 300;
	color: #585c60;
	text-indent: 10px;
	margin-bottom: 20px;
}
.form-btn {
	background-color: #7573c0;
	color: #FFF;
	font-weight: 300;
	width: 35%;
	height: 50px;
	border: none;
	margin-bottom: 20px;
}
.form-btn:hover {
	background-color: #585c60;
}

.firma {
	float: left;
	display: block;
	background-color: #7573c0;
	width: 100%;
	height: 100;
	padding-top: 1%;
	padding-bottom: 1%;
}
.footer-texto {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-size: 1em;
	font-weight: 300;
}
.firma-text {
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFF;
	font-size: 1em;
	font-weight: 300;
	text-align: center;
}

/* EMPRESA  */
.enlace-contacto2 {
	width: 100%;
	height: 500px;
	float: left;
	background-image: url("../images/enlace-contacto2.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
	background-position: center center;
	background-size: 150%;
	padding-top: 5%;
	padding-bottom: 5%;
}
.cuadro-blanco-1columna {
	display: block;
	float: left;
	background-color: #fff;
	width: 100%;
	padding: 25px;
	margin-top: 40px;
}
.cuadro-morado-1columna {
	display: block;
	float: left;
	background-color: #7573c0;
	width: 100%;
	padding: 25px;
	margin-top: 40px;
}
.cuadro-morado-1columna {
	display: block;
	float: left;
	background-color: #7573c0;
	width: 100%;
	height: 100%;
	padding: 25px;
	margin-top: 20px;
}
.subtitulo-oscuro {
	color: #363636;
	font-weight: 700;
	font-size: 1.5em;
}
.subtitulo-claro {
	color: #fff;
	font-weight: 700;
	font-size: 1.5em;
}
.texto-oscuro {
	color: #363636;
	font-weight: 300;
	text-align: justify;
	display: block;
}
.texto-oscuro2 {
	color: #363636;
	font-weight: 400;
	text-align: left;
	display: block;
	text-transform: uppercase;
}
.texto-claro {
	color: #fff;
	font-weight: 300;
	display: block;
}
ul.texto-claro {
	font-size: 1.2em;
	color: #fff;
	font-weight: 300;
	text-align: justify;
	display: block;
	padding-right: 25px;
	padding-left: 25px;
}
.nuestra {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	margin-top: 20px;
}
.nuestra2 {
	background-color: #fff;
	display: block;
	float: left;
	width: 48%;
	height: 100%;
	margin-bottom: 20px;
}
.cuadro-texto-empresa {
	padding: 6%;
	display: table-cell;
	vertical-align: middle;
}
.iconos-empresa {
	display: block;
	float: left;
}
.foto-empresa {
	background-image: url("../images/foto-empresa.jpg");
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
	float: right;
	width: 48%;
	height: 715px;
}
.perfil-empresa {
	background-color: #363636;
	width: 100%;
	height: 500px;
	float: left;
	padding-top: 5%;
	padding-bottom: 5%;
}
a.btn-morado {
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFF;
	font-size: 1.5em;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	display: table;
	background-color: #7573c0;
	border-radius: 4px;
	line-height: 50px;
	margin-top: 10px;
	padding-left: 4%;
	padding-right: 4%;
}
a:hover.btn-morado {
	background-color: #373737;
	color: #FFF;
	transition: color .3s ease-in-out;
}
.cuadro-blanco-emp-50a {
	display: block;
	float: left;
	background-color: #FFF;
	width: 48%;
	height: 500px;
	margin-top: 40px;
}
.cuadro-morado-50b {
	display: block;
	float: right;
	background-color: #7473C0;
	width: 48%;
	height: 500px;
	margin-top: 40px;
}
.cuadro-morado-peq {
	display: block;
	float: left;
	background-color: #7573c0;
	width: 100%;
	padding: 25px;
	margin-top: 20px;
	color: #FFF;
	margin-top: 8%;
}
.icono-versatilidad {
	display: block;
	float: left;
	width: 20%;
}
.text-versatilidad{
	display: block;
	float: right;
    font-size: 1.2em;
	width: 75%;
    padding-top: 3%;
}
/* FIN EMPRESA  */

/* PROYECTOS  */
.subtitulo-oscuro-proyectos {
	color: #363636;
	font-weight: 700;
	font-size: 1.5em;
}
.texto-oscuro-proyectos {
	color: #363636;
	font-weight: 300;
	text-align: justify;
	display: block;
}
.subtitulo-claro-proyectos {
	color: #fff;
	font-weight: 700;
	font-size: 1.5em;
}
.texto-claro-proyectos {
	color: #fff;
	font-weight: 300;
	display: block;
}
.cont-proyectos {
	display: block;
	float: left;
	margin-top: 40px;
	width: 100%;
}
.cuadro-morado {
	display: block;
	float: left;
	background-color: #7573c0;
	width: 41%;
	text-align: right;
	padding-left: 10%;
	padding-right: 2%;
	padding-bottom: 11%;
	padding-top: 11%;
}
.linea-horizontal {
	display: block;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-top: 25px;
	margin-bottom: 20px;
}
.cuadro-blanco-sombra {
	display: block;
	float: right;
	width: 55%;
	padding: 2%;
	background-color: #FFF;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}
.cuadro-blanco-sombra2 {
	display: block;
	float: right;
    width: 100%;
	padding: 5%;
    margin-bottom: 30px;
	background-color: #FFF;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}
.video-peq {
	display: block;
	float: left;
	width: 100%;
}
.video-peq2 {
	width: 100%;
}
.cuadro-blanco-50a {
	display: block;
	float: left;
	background-color: #fff;
	width: 48%;
	height: 900px;
	margin-top: 40px;
}
.cuadro-blanco-50b {
	display: block;
	float: right;
	background-color: #fff;
	width: 48%;
	height: 900px;
	margin-top: 40px;
}
.linea-horizontal-foto {
	display: block;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-top: 385px;
	margin-bottom: 20px;
	width: 80%;
	margin-left: 10%;
}
.foto-hacemos {
	display: block;
	float: left;
    background-image: url("../images/foto-proyecto01.jpg");
    background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 100%;
	height: 600px;
}	
.foto-actualizacion {
	display: block;
	float: left;
    background-image: url("../images/foto-proyecto02.jpg");
    background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 100%;
	height: 600px;
}
.proyectos-cont {
	display: block;
	float: left;
	width: 100%;
}
.cuadro-texto-visita {
	background-color: #fff;
	display: block;
	float: right;
	width: 100%;
	margin-top: 40px;
}
.cuadro-texto-visita2 {
	padding: 20px;
	display: table-cell;
}
.foto-visita {
	display: block;
	float: right;
    background-image: url("../images/foto-visita-tecnica.jpg");
    background-repeat: no-repeat;
	background-position: center -25px;
	background-size: 100%;
	width: 60%;
	height: 350px;
}
.cuadro-texto-actualizaciones {
	background-color: #fff;
	display: block;
	float: left;
	width: 100%;
	margin-top: 40px;
}
.cuadro-texto-actualizaciones2 {
	padding: 20px;
	display: table-cell;
}
.foto-actualizaciones {
	display: block;
	float: left;
    background-image: url("../images/foto-actualizaciones.jpg");
    background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 60%;
	height: 350px;
}
/* FIN PROYECTOS  */

/* CAPACITACIONES */
.columna-izq {
	display: block;
	float: left;
	margin-top: 50px;
	width: 60%;
}
.columna-der {
	display: block;
	float: right;
	margin-top: 50px;
	width: 35%;
}
.cuadro-morado-capacitaciones {
	display: block;
	float: left;
	background-color: #7573c0;
	padding: 25px;
	margin-bottom: 30px;
}
.cuadro-blanco-capacitaciones {
	display: block;
	float: left;
	background-color: #fff;
	padding: 25px;
	margin-bottom: 30px;
	width: 100%;
}
.texto-claro-capacitaciones {
	color: #fff;
	font-weight: 300;
	display: block;
	text-align: justify;
}
.texto-oscuro-capacitaciones {
	color: #363636;
	font-weight: 300;
	display: block;
	text-align: justify;
}
.bullet li {
	color: #363636;
	font-weight: 300;
	text-align: left;
	list-style-image: url("../images/bullet.svg");
	vertical-align: middle;
	margin-bottom: 8px;
	margin-top: 8px;
}	
.bullet-blanco li {
	color: #FFF;
	font-weight: 300;
	text-align: justify;
	list-style-image: url("../images/bullet_blanco.svg");
	vertical-align: middle;
	margin-bottom: 8px;
	margin-top: 8px;
}	
.bullet-sin li {
	color: #363636;
	font-weight: 300;
	text-align: left;
	list-style-type: none;
	vertical-align: middle;
	margin-top: 4px;
}	
.cuadro-blanco-sombra-capacitaciones {
	display: block;
	float: right;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	padding: 25px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}
.linea-newletter {
	padding-right: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #7573c0;
	height: 20px;
	display: inline-block;
}
.titulo-newletter {
	font-family: 'Roboto Condensed', sans-serif;
	color: #363636;
	font-size: 1.2em;
	font-weight: 400;
	text-align: left;
	display: block;
}
.texto-oscuro-capacitaciones {
	color: #363636;
	font-weight: 300;
	text-align: justify;
	display: block;
	margin-top: 10px;
}
.texto-morado-capacitaciones {
	color: #7573c0;
	font-weight: 400;
	text-align: left;
	display: block;
	margin-top: 10px;
}
.form-wrap2 {
	width: 100%;
	border: none;
	margin-top: 20px;
	float: left;
}
.form-input2 {
	width: 100%;
	height: 50px;
	border: 1px solid #363636;
	float: left;
	font-weight: 300;
	color: #585c60;
	text-indent: 10px;
	margin-bottom: 20px;
	text-align: center;

}
.form-btn2 {
	background-color: #7573c0;
	color: #FFF;
	font-weight: 300;
	width: 100%;
	height: 50px;
	border: none;
	margin-bottom: 20px;
}
.form-btn2:hover {
	background-color: #585c60;
}
.cuadro-morado-capacitaciones2 {
	display: block;
	float: left;
	background-color: #7573c0;
	width: 100%;
}
.subtitulo-capacitaciones {
	color: #fff;
	font-weight: 400;
	text-align: left;
	display: block;
	font-size: 1.3em;
}
.foto-capacitaciones {
	display: block;
	float: left;
    background-image: url("../images/foto-capacitaciones.jpg");
    background-repeat: no-repeat;
	background-position: center center;
	background-size: 130%;
	width: 100%;
	height: 250px;
}
.linea-horizontal-foto2 {
	display: block;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-top: 230px;
	margin-bottom: 20px;
	width: 80%;
	margin-left: 10%;
}
/* FIN CAPACITACIONES */

/* VENTA */
.titulos-blancos {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-size: 1.5em;
	font-weight: 400;
	text-align: center;
	display: block;
}
.cuadro-morado-venta {
	display: block;
	float: left;
	background-color: #7573c0;
	width: 56%;
	padding: 25px;
	margin-top: 20px;
}
.lista-productos {
	display: block;
	width: 100%;
	float: left;
	color: #fff;
	margin-top: 40px;
}
#imagen1 {
	border-color: #7573c0;
	border-style: solid;
	position:relative;
	float: left;
	margin: 1%;
	width: 31.3%;
	height: 650px;
}
#imagen2 {
	border-color: #7573c0;
	border-style: solid;
	position:relative;
	float: left;
	margin: 1%;
	width: 31.3%;
	height: 500px;
}
#imagen3 {
	border-color: #7573c0;
	border-style: solid;
	position:relative;
	float: left;
	margin: 1%;
	width: 31.3%;
	height: 500px;
}
#imagen4 {
	border-color: #7573c0;
	border-style: solid;
	position:relative;
	float: left;
	margin: 1%;
	width: 31.3%;
	height: 500px;
}
#imagen5 {
	border-color: #7573c0;
	border-style: solid;
	position:relative;
	float: left;
	margin: 1%;
	width: 31.3%;
	height: 550px;
}
#imagen6 {
	border-color: #7573c0;
	border-style: solid;
	position:relative;
	float: left;
	margin: 1%;
	width: 31.3%;
	height: 500px;
}
#imagen7 {
	border-color: #7573c0;
	border-style: solid;
	position:relative;
	float: left;
	margin: 1%;
	width: 31.3%;
	height: 600px;
}
#imagen>div {
	position: relative;
	color:#fff;
	font-weight: 300;
	text-align: center;
	font-size: 1.2em;
	background-color:#000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 96%;
	height: 60px;
	margin-left: 2%;
	padding: 4px;
	bottom: 65px;
}
.foto-producto {
	display: block;
	width: 100%;
	height: 400px;
}
.texto-foto-producto {
	position: absolute;
	color: #FFF;
	text-align: center;
	display: block;
	font-weight: 300;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 2%;
}
.recuadro-venta {
	position: absolute;
	background-color: #000;
	display: block;
	float: left;
	height: 75px;
	width: 40%;
	opacity: 0.7;
	filter: alpha(opacity=70);
	margin-left: 2.5%;
	margin-top: 300px;
}
/* NO */
.lista-venta {
	color: #fff;
	font-weight: 300;
	display: block;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.foto-venta {
	display: block;
	float: right;
	margin-top: 20px;
	width: 42%;
}
.texto-foto-venta {
	color: #FFF;
	vertical-align: middle;
	text-align: center;
	display: block;
	position: absolute;
	z-index: 450;
	background-color: #000;
	font-weight: 300;
	opacity: 0.7;
	filter: alpha(opacity=70);
	padding: 2%;
	margin-top: 29%;
	margin-left: 1%;
	height: 75px;
	width: 36%;
}
/* NO */
.catalogos {
	display: block;
	width: 100%;
	margin-top: 40px;
	float: left;
}
a.btn-catalogos {
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
	display: block;
	background-image: url("../images/icono-acrobat.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	text-decoration: none;
	background-color: #7573c0;
	border: 1px solid #7573c0;
	border-radius: 4px;
	padding-bottom: 15px;
    padding-top: 15px;
	margin-bottom: 20px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
a.btn-catalogos-izq {
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
	display: block;
	background-image: url("../images/icono-acrobat.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	text-decoration: none;
	background-color: #7573c0;
	border: 1px solid #7573c0;
	border-radius: 4px;
	padding-bottom: 15px;
    padding-top: 15px;
	margin-bottom: 20px;
	width: 49%;
	float: left;
}
a.btn-catalogos-der {
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
	display: block;
	background-image: url("../images/icono-acrobat.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	text-decoration: none;
	background-color: #7573c0;
	border: 1px solid #7573c0;
	border-radius: 4px;
	padding-bottom: 15px;
    padding-top: 15px;
	margin-bottom: 20px;
	width: 49%;
	float: right;
}
a.btn-catalogos:hover {
	border: 1px solid #fff;
	background-color: #363636;
}
a.btn-catalogos-izq:hover {
	border: 1px solid #fff;
	background-color: #363636;
}
a.btn-catalogos-der:hover {
	border: 1px solid #fff;
	background-color: #363636;
}
.flecha-blanca {
	display: block;
	background-image: url("../images/flecha-blanca.svg");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 90px;
	padding-left: 70px;
}
.fondo-blanco {
	background-color: #fff;
	padding: 4%;
	display: block;
	float: left;
	width: 100%;
	height: 100%;
}
a.btn-notas {
	color: #363636;
	font-size: 1.2em;
	font-weight: 300;
	display: block;
	background-image: url("../images/icono-acrobat2.svg");
	background-repeat: no-repeat;
	background-position: 10px center;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #363636;
	border-radius: 4px;
	padding-bottom: 15px;
    padding-top: 15px;
	margin-bottom: 20px;
}
a.btn-notas:hover {
	border: 1px solid #fff;
	background-color: #363636;
	color: #FFF;
}
.flecha-morada {
	display: block;
	background-image: url("../images/flecha-morada.svg");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 90px;
	padding-left: 70px;
}
.enlace-contacto3 {
	width: 100%;
	height: 500px;
	float: left;
	background-image: url("../images/enlace-contacto3.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
	background-position: center center;
	background-size: 150%;
	padding-top: 5%;
	padding-bottom: 5%;
}
/* FIN VENTA */

/* CONTACTO */
.form-contacto {
	display: block;
	float: left;
	width: 100%;
	margin-top: 30px;
}
.form-input-contacto {
	background-color: #e6eaec;
	width: 48%;
	height: 50px;
	float: left;
	font-weight: 300;
	color: #000;
	text-indent: 10px;
	border: 1px solid #363636;
	margin-bottom: 2%;
	margin-top: 2%;
	-webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.form-input-contacto2 {
	background-color: #e6eaec;
	width: 48%;
	height: 50px;
	float: right;
	font-weight: 300;
	color: #000;
	text-indent: 10px;
	border: 1px solid #363636;
	margin-bottom: 2%;
	margin-top: 2%;
	-webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.form-input-contacto-select {
	background-color: #e6eaec;
	width: 48%;
	height: 50px;
	float: right;
	font-weight: 300;
	color: #6d7175;
	text-indent: 10px;
	border: 1px solid #363636;
	margin-bottom: 2%;
	margin-top: 2%;
	-webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   background-image: url("../images/flecha-select.svg");
   background-position: 99% center;
   background-repeat: no-repeat;
}
.form-input-contacto-textarea {
	background-color: #e6eaec;
	width: 100%;
	float: left;
	font-weight: 300;
	text-indent: 10px;
	padding-top: 5px;
	border: 1px solid #363636;
	margin-bottom: 2%;
	margin-top: 2%;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.form-btn-contacto {
	background-color: #7573c0;
	color: #FFF;
	font-weight: 300;
	width: 100%;
	height: 50px;
	border: none;
	margin-bottom: 2%;
	margin-top: 2%;

}
.form-btn-contacto:hover {
	background-color: #363636;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #363636;
  -webkit-text-fill-color: #363636;
  -webkit-box-shadow: 0 0 0px 1000px #f2f0f8 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.text-form {
	float: left;
	font-weight: 300;
	color: #363636;
	line-height: 50px;
	margin-bottom: 2%;
	margin-top: 2%;
	text-indent: 15px;
}
.info-cont-left {
	display: block;
	float: left;
	margin-top: 40px;
	width: 48%;
}
.info-cont-right {
	display: block;
	float: right;
	margin-top: 40px;
	width: 48%;
}
.info-iconos {
	display: block;
	margin-right: auto;
    margin-left: auto;
    max-width: 24%;
}
.info-iconos-text {
	display: block;
	vertical-align: middle;
	height: 90px;
	text-align: center;
	margin-top: 4%;
}
a.info-iconos-redes1 {
	display: block;
	float: left;
	margin-right: 15px;
	max-width: 24%;
	background: url(../images/icono-info-facebook.svg);
	background-repeat: no-repeat;
	width: 90px;
	height: 90px;
}
a:hover.info-iconos-redes1 {
	background: url(../images/icono-info-facebook-on.svg);
	background-repeat: no-repeat;
}
a.info-iconos-redes2 {
	display: block;
	float: left;
	margin-right: 15px;
	max-width: 24%;
	background: url(../images/icono-info-instagram.svg);
	background-repeat: no-repeat;
	width: 90px;
	height: 90px;
}
a:hover.info-iconos-redes2 {
	background: url(../images/icono-info-instagram-on.svg);
	background-repeat: no-repeat;
}
a.info-iconos-redes3 {
	display: block;
	float: left;
	margin-right: 15px;
	max-width: 24%;
	background: url(../images/icono-info-youtube.svg);
	background-repeat: no-repeat;
	width: 90px;
	height: 90px;
}
a:hover.info-iconos-redes3 {
	background: url(../images/icono-info-youtube-on.svg);
	background-repeat: no-repeat;
}
.info1 {
	color: #7573c0;
	font-weight: 300;
	font-size: 1.4em;
	text-transform: uppercase;
	text-align: center;
}
.info2 {
	color: #363636;
	font-weight: 300;
	font-size: 1.2em;
	text-align: center;
}
a.info-enlace {
    text-decoration: none;
}
a.info-enlace:hover {
	text-decoration: underline;
	color: #7573c0;
}
.bolsa-empleo {
	display: block;
	float: left;
	margin-top: 20px;
	width: 100%;
}
.icono-bolsa-empleo {
	display: block;
	float: left;
	background-image: url("../images/icono-bolsa-empleo.svg");
	background-repeat: no-repeat;
	background-position-x: center;
	background-color: #7573c0;
	height: 400px;
	width: 50%;
}
.info-form {
	display: block;
	float: left;
	background-color: #e6eaec;
	height: 400px;
	padding: 5% 5% 5% 5%;
	width: 50%;
}
.titulos-linea-bolsa-empleo {
	padding-right: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #7573c0;
	height: 30px;
	display: inline-block;
}
.titulo-bolsa-empleo  {
	font-family: 'Roboto Condensed', sans-serif;
	color: #363636;
	font-size: 1.2em;
	font-weight: 400;
	text-align: left;
	display: block;
}
.texto-oscuro-bolsa-empleo {
	color: #363636;
	font-weight: 300;
	text-align: left;
	display: block;
	margin-top: 20px;
}
.button-wrapper {
	position: relative;
	text-align: left;
	cursor: pointer;
  }
  
.button-wrapper span.label {
	position: relative;
	z-index: 0;
	display: inline-block;
	width: 100%;
	background: #e6eaec;
	border: 1px solid #363636;
	cursor: pointer;
	color: #363636;
	font-weight: 300;
	padding: 10px 0;
	text-indent: 10px;
	cursor: pointer;
}
#upload {
	  display: inline-block;
	  position: absolute;
	  z-index: 1;
	  width: 100%;
	  height: 50px;
	  top: 0;
	  left: 0;
	  opacity: 0;
	  cursor: pointer;
}
.btn-bolsa-empleo {
	background-color: #363636;
	color: #FFF;
	font-weight: 300;
	width: 100%;
	height: 50px;
	border: none;
	margin-top: 5%;

}
.btn-bolsa-empleo:hover {
	background-color: #7573c0;
}
.directorio-cuadros-izq {
	display: block;
	float: left;
	width: 48%;
	background-color: #FFF;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	margin-top: 40px;
}
.directorio-cuadros-der {
	display: block;
	float: right;
	width: 48%;
	background-color: #FFF;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
	margin-top: 40px;
}
.directorio1 {
	color: #7573c0;
	font-weight: 300;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 300;
}
.directorio2 {
	color: #363636;
	font-size: 1.2em;
}
a.directorio2 {
	color: #363636;
	font-size: 1.2em;
	text-decoration: none;
}
a.directorio2:hover {
	color: #7573c0;
	text-decoration: underline;
}
.directorio3 {
	color: #363636;
	font-size: 1.2em;
	font-weight: 300;
	text-decoration: none;
}
a.directorio3 {
	color: #363636;
	font-size: 1.2em;
	font-weight: 300;
	text-decoration: none;
}
a.directorio3:hover {
	color: #7573c0;
	text-decoration: underline;
}
.waze {
	display: block;
	float: left;
	width: 100%;
	background-color: #93c4d3;
	color: #FFF;
	padding: 2%;
}
.logo-waze {
	display: block;
	float: left;
	background-image: url("../images/logo-waze.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 50%;
	height: 112px;
	width: 45%;
	margin-right: 5%;
}
.texto-waze {
	display: block;
	float: left;
	color: #FFF;
	font-weight: 300;
	width: 50%;
}
a.btn-waze {
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #FFF;
	color: #363636;
	font-size: 1.5em;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	display: table;
	border: 1px solid #fff;
	border-radius: 4px;
	line-height: 50px;
	margin-top: 50px;
	padding-left: 8%;
	padding-right: 8%;
}
a:hover.btn-waze {
	background-color: #93c4d3;
	color: #fff;
	transition: color .3s ease-in-out;
}
.cuadro-gracias {
	display: block;
	float: left;
	background-color: #7573c0;
	width: 100%;
	padding: 10px;
	margin-top: 20px;
	text-align: center;
	color: #FFF;
}
.cuadro-empleo {
	display: block;
	float: left;
	background-color: #7573c0;
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #FFF;
}
/* FIN CONTACTO */

/****************************** RESPONSIVE **********************************/
@media (max-width: 1700px) {
.icono-servicios {
	padding-top: 5%;
	}
#imagen1 {
	height: 600px;
}	
#imagen2 {
	height: 450px;
}	
#imagen3 {
	height: 450px;
}	
#imagen4 {
	height: 450px;
}	
#imagen5 {
	height: 500px;
}	
#imagen6 {
	height: 450px;
}	
#imagen7 {
	height: 550px;
}	

}/* FIN @1700px  */

@media (max-width: 1150px) {
	.cuadro-morado {
	    padding-bottom: 9%;
	    padding-top: 9%;
    }
	.cuadro-blanco-emp-50a {
	    height: 550px;
    }
   .cuadro-morado-50b {
	    height: 550px;
    }
	.text-versatilidad {
	    padding-top: 0%;
    }
	.servicio-recuadro-text1 {
		font-size: 1.3em;
	}
	.servicio-recuadro-text2 {
		font-size: 1.2em;
	}
/* EMPRESA  */
	ul.texto-claro {
		font-size: 1.1em;
	}
	.iconos-redes-centrados {
	margin-top: 15%;
    }
/* FIN EMPRESA  */
#imagen1 {
	height: 525px;
}
#imagen2 {
	height: 375px;
}
#imagen3 {
	height: 375px;
}
#imagen4 {
	height: 375px;
}
#imagen5 {
	height: 400px;
}
#imagen6 {
	height: 350px;
}
#imagen7 {
	height: 425px;
}

}/* FIN @1150  */

@media (max-width: 1000px) {
	.cuadro-morado {
	    padding-bottom: 6%;
	    padding-top: 6%;
    }
	.servicio-recuadro-text1 {
		font-size: 1.1em;
	}
	.servicio-recuadro-text2 {
		font-size: 1em;
	}	
	.iconos-redes-centrados {
	margin-top: 20%;
    }
	
}/* FIN @1000  */

@media (max-width: 970px) {
.iconos-empresa {
    background-color: #ACA8D9;
    padding-bottom: 9%;
    padding-top: 9%;
}
.contacto-bloque {
	width: 100%;
    margin-bottom: 4%;
}
.servicios2 {
	width: 100%;
	margin-top: 0px;
	margin-left:0%;
}
.servicio-text-cont {
	width: 92%;
}
.icono-fichas-contacto {
	width: 12%;
}
/* EMPRESA  */
	.foto-empresa {
		height: 625px;
		background-size: cover;
	}
	.iconos-empresa {
		width: 30%;
	}
/* FIN EMPRESA  */

/* PROYECTOS  */
.subtitulo-oscuro-proyectos {
	font-size: 1.3em;
}
.texto-oscuro-proyectos {
	font-size: 0.9em;
}
/* FIN PROYECTOS  */
}/* FIN @970  */

@media (max-width: 935px) {
	.cuadro-blanco-emp-50a {
	    height: 600px;
    }
   .cuadro-morado-50b {
	    height: 600px;
    }
	.icono-versatilidad {
    width: 30%;
	}
	.text-versatilidad {
        padding-top: 0%;
        width: 65%;
    }
	a.btn-footer2 {
		font-size: 1.1em;
	}
	a.btn-footer3 {
		font-size: 1.1em;
	}
/* EMPRESA  */
.foto-empresa {
	height: 600px;
	background-size: 140%;
}
/* FIN EMPRESA  */	
}/* FIN @935*/

@media (max-width: 922px) {
	.icono-servicios {
	padding-top: 20%;
	}
/* EMPRESA  */
.iconos-empresa {
	width: 35%;
}
.foto-empresa {
	height: 680px;
	background-size: 170%;
}
/* FIN EMPRESA  */	
}/* FIN @920*/

@media (max-width: 900px) {
	/* EMPRESA  */
	.foto-empresa {
		height: 660px;
	}
	/* FIN EMPRESA  */	
	#imagen>div {
		font-size: 1.1em;
		height: 60px;
		bottom: 65px;
	}	
	}/* FIN @900*/

@media (max-width: 870px) {
	.cuadro-blanco-emp-50a {
	    height: 650px;
    }
   .cuadro-morado-50b {
	    height: 650px;
    }
	.footer-texto {
		font-size: 0.8em;
	}
	a.btn-footer {
		font-size: 1.5em;
	}
	a.btn-footer2 {
		font-size: 1em;
		line-height: 2em;
	}
	a.btn-footer3 {
		font-size: 1em;
	}
	.enlaces-porque-texto1 {
	font-size: 3em;
    }
/* EMPRESA  */
	.foto-empresa {
		background-size: 100%;
		width: 100%;
		height: 400px;
		margin-bottom: 20px;
	}
	.nuestra2 {
		width: 100%;
	}
	.iconos-empresa {
	width: 20%;
    padding-bottom: 0%;
    padding-top: 0%;
    }
	.cuadro-morado {
	padding-left: 2%;
}
#imagen1 {
	height: 550px;
}
#imagen2 {
	height: 325px;
}
#imagen3 {
	height: 325px;
}
#imagen4 {
	height: 350px;
}
#imagen5 {
	height: 350px;
}
#imagen6 {
	height: 300px;
}
#imagen7 {
	height: 450px;
}
/* FIN EMPRESA  */
}/* FIN @870*/

@media (max-width: 835px) {
	.servicio-recuadro-text1 {
		font-size: 0.9em;
	}
	.servicio-recuadro-text2 {
		font-size: 0.9em;
	}
	a.btn-morado-absoluto1 {
		left: 27%;
		margin-left: -100px;
	}
	a.btn-morado-absoluto2 {
		right: 26%;
		margin-right: -100px;
	}
/* EMPRESA  */
	.foto-empresa {
		height: 500px;
	}
/* FIN EMPRESA  */
/* CAPACITACIONES  */
.foto-capacitaciones {
	background-size: 120%;
	height: 200px;
}
.linea-horizontal-foto2 {
	margin-top: 180px;
}
/* FIN CAPACITACIONES  */
/* CONTACTO  */
.directorio2 {
    font-size: 1em;
}
a.directorio2 {
    font-size: 1em;
}
.directorio3 {
    font-size: 1em;
}
a.directorio3 {
    font-size: 1em;
}
.cuadro-morado {
    padding-bottom: 7%;
    padding-top: 7%;
	padding-left: 2%;
}
/* FIN CONTACTO */
.foto-actualizaciones {
	background-size: 130%;
}
}/* FIN @835*/

@media (max-width: 800px) {
	.titulos-linea {
		height: 30px;
	}
	.titulos {
		font-size: 1.2em;
	}
	.titulos-blancos {
		font-size: 1.2em;
	}
    .footer-bloque {
	    float: left;
	    display: block;
	    width: 100%;
		margin-bottom: 20px;
	}
	.footer-texto {
		font-size: 1.2em;
	}
	a.btn-footer {
		font-size: 2em;
	}
	a.btn-footer2 {
		font-size: 1.5em;
		line-height: 2em;
	}
	a.btn-footer3 {
		font-size: 1.3em;
	}
#imagen>div {
	font-size: 1em;
	height: 55px;
	bottom: 60px;
}	
}/* FIN @ 800*/

@media (max-width: 760px) {
	.cuadro-blanco-emp-50a {
	    height: 700px;
    }
   .cuadro-morado-50b {
	    height: 700px;
    }
	.text-versatilidad {
    font-size: 1em;
    }
	.enlace-contacto {
		height: 400px;
		background-attachment: inherit;
	}
	.enlace-contacto2 {
		height: 400px;
		background-attachment: inherit;
	}
	.enlace-contacto3 {
		height: 400px;
		background-attachment: inherit;
	}
	.icono-centrado {
		padding-top: 20px;
	}
	.text-enlace-contacto {
		font-size: 1.5em;
	}
	.text-enlace-contacto2 {
		font-size: 1.5em;
		padding-left: 10%;
	padding-right: 10%;
	}
	a.btn-blanco {
		margin-top: 20px;
	}
	.enlaces-porque {
		height: 275px;
	}
	.enlaces-porque-bloque1 {
		height: 275px;
	}
	.enlaces-porque-bloque2 {
		height: 275px;
	}
	.enlaces-porque-recuadro {
		height: 175px;
	}
	a.btn-morado-absoluto1 {
		margin-top: 195px;
	}
	a.btn-morado-absoluto2 {
		margin-top: 195px;
	}
/* PROYECTOS  */
.cuadro-blanco-50a {
	height: 650px;
}
.cuadro-blanco-50b {
	height: 650px;
}
.subtitulo-oscuro-proyectos {
	font-size: 1.1em;
}	
.foto-hacemos {
	height: 300px;
}	
.foto-actualizacion {
	height: 300px;
}
/* FIN PROYECTOS  */

/* VENTA  */
.lista-venta {
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
/* FIN VENTA  */
}/* FIN @760  */

@media (max-width: 745px) {
	.icono-servicios {
	padding-top: 45%;
	}
	.cont-text-slider {
		font-size: 1.5em;
	}
	.servicio-recuadro-text1 {
		font-size: 0.8em;
	}
	.servicio-recuadro-text2 {
		font-size: 0.8em;
	}
	.icono-centrado {
		padding-top: 30px;
	}
	.text-enlace-contacto {
		font-size: 1.8em;
	}
	.icono-centrado {
		padding-top: 0px;
		width: 35%;
	    height: 35%;
	}
	.enlaces-porque-texto1 {
		font-size: 2.6em;
		padding-top: 12%;
	}
	.enlaces-porque-texto2 {
		font-size: 1.6em;
	}
/* EMPRESA  */
	.iconos-empresa {
		width: 30%;
	}
/* FIN EMPRESA  */

/* PROYECTOS */
.subtitulo-claro-proyectos {
	font-size: 1.2em;
}
.subtitulo-oscuro-proyectos {
	font-size: 1em;
}
.texto-oscuro-proyectos {
	font-size: 0.85em;
}
.cuadro-texto-visita {
    margin-bottom: 20px;
}
/* FIN PROYECTOS*/

/* CAPACITACIONES */
.columna-izq {
	width: 100%;
}
.columna-der {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
}
.foto-capacitaciones {
	background-size: 100%;
	height: 400px;
}
.linea-horizontal-foto2 {
	height: 190px;
}
/* FIN CAPACITACIONES*/

/* CONTACTO */
.info-iconos-text {
	height: 70px;
}
.info1 {
    font-size: 1.2em;
}
.info2 {
    font-size: 1em;
}
.directorio3 {
    font-size: 0.9em;
}
a.directorio3 {
    font-size: 0.9em;
}
/* FIN CONTACTO */

}/* FIN @745*/

@media (max-width: 700px) {
	.iconos-redes-centrados {
	margin-top: 25%;
    }
	#imagen {
		position:relative;
		float: left;
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}
	#imagen>div {
		font-size: 1.2em;
		bottom: 65px;
		height: 60px;
	}
	a.btn-catalogos {
		width: 100%;
		float: left;
	}
	a.btn-catalogos-izq {
		width: 100%;
		float: left;
	}		
	a.btn-catalogos-der {
		width: 100%;
		float: left;
	}	
}/* FIN @700*/

@media (max-width: 650px) {
	.cuadro-blanco-emp-50a {
	    height: 750px;
    }
   .cuadro-morado-50b {
	    height: 750px;
    }
/*  CONTACTO */
.info-bloque {
	width: 100%;
}
.directorio-cuadros-izq {
	width: 100%;
	text-align: center;
}
.directorio-cuadros-der {
	width: 100%;
	text-align: center;
}
.directorio2 {
    font-size: 1.2em;
}
a.directorio2 {
    font-size: 1.2em;
}
.directorio3 {
    font-size: 1.2em;
}
a.directorio3 {
    font-size: 1.2em;
}
.info-iconos-text {
	height: 90px;
}
.info-cont-left {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.info-cont-right {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.info1 {
    font-size: 1.4em;
}
.info2 {
    font-size: 1.2em;
}
.texto-waze {
	font-size: 0.9em;
	margin-top: 2%;
}
.logo-waze {
	width: 40%;
}
.icono-bolsa-empleo {
	float: none;
	background-position: center center;
	background-size: 60%;
    height: 250px;
    width: 100%;
}
.info-form {
	width: 100%;
	height: 350px;
}
/* FIN CONTACTO */
.foto-actualizaciones {
	background-size: 150%;
	width: 100%;
}
.foto-empresa {
	height: 500px;
}
#imagen1 {
	height: 700px;
	width: 100%;
}
#imagen2 {
	height: 525px;
	width: 100%;
}
#imagen3 {
	height: 550px;
	width: 100%;
}
#imagen4 {
	height: 550px;
	width: 100%;
}
#imagen5 {
	height: 525px;
	width: 100%;
}
#imagen6 {
	height: 525px;
	width: 100%;
}
#imagen7 {
	height: 600px;
	width: 100%;
}
}/* FIN @650*/	

@media (max-width: 620px) {
	.cuadro-blanco-emp-50a {
	    width: 100%;
		height: 500px;
    }
   .cuadro-morado-50b {
	    width: 100%;
		height: 500px;
    }
	    .text-versatilidad {
        font-size: 1.5em;
    }
	.cuadro-morado-peq {
    margin-top: 10px;
    }
	.servicio-recuadro-text1 {
		font-size: 0.7em;
	}
	.servicio-recuadro-text2 {
		font-size: 0.7em;
	}
	.text-enlace-contacto {
		font-size: 1.2em;
	}
	.text-enlace-contacto2 {
		font-size: 1.4em;
		padding-left: 10%;
	padding-right: 10%;
	}
	.icono-centrado {
		padding-top: 15px;
	}
	.enlaces-porque-texto1 {
	font-size: 2em;
    }
	
/* EMPRESA  */
.iconos-empresa {
	width: 35%;
}
.perfil-empresa {
	height: 350px;
}
/* FIN EMPRESA  */	

/* PROYECTOS */
.subtitulo-claro-proyectos {
	font-size: 1em;
}
texto-claro-proyectos {
	font-size: 1em;
}
.subtitulo-oscuro-proyectos {
	font-size: 0.9em;
}
.texto-oscuro-proyectos {
	font-size: 0.8em;
}
.cuadro-blanco-50a {
	height: 625px;
}
.cuadro-blanco-50b {
	height: 625px;
}
.foto-visita {
	background-size: 130%;
}
/* FIN PROYECTOS*/

/* CAPACITACIONES */
.foto-capacitaciones {
	background-size: 120%;
}
/* FIN CAPACITACIONES*/

}/* FIN @620*/

@media (max-width: 560px) {
	.icono-fichas-contacto {
	width: 20%;
	margin-top: 5%;
    }
	.iconos-redes-centrados {
	margin-top: 15%;
    }
	.enlace-redes {
    height: 300px;
    }
	#slider {
		margin-top: 80px;
	}
	.titulos-linea {
		height: 25px;
	}
	.titulos {
		font-size: 1em;
	}
	.titulos-blancos {
		font-size: 1em;
	}
	.cont-text-slider {
		font-size: 1.2em;
	}
	.logo {
		width:90%;
		height: 90%;
	}
	.servicios {
	    margin-top: 4%;
	}
	.servicio-text-cont {
		height: 200px;
		width: 92%;
	}
	.servicio-recuadro-text1 {
		font-size: 1.5em;
	}
	.icono-servicios {
		padding-top: 8%;
	}
	.servicio-recuadro-text2 {
		font-size: 1.4em;
	}
	.servicio-bloque {
		width: 100%;
		margin-bottom: 4%;
		margin-left: 0%;
		margin-right: 0%;
	}
	.text-enlace-contacto {
		font-size: 1.2em;
	}
	.enlace-contacto {
		height: 350px;
	}
	.enlace-contacto2 {
		height: 350px;
	}
	.enlace-contacto3 {
		height: 350px;
	}
	.icono-centrado {
		padding-top: 15px;
	}
	.enlaces-porque {
		background-image: none;
		height: 610px;
	}
	.enlaces-porque-bloque1 {
		background-image: url("../images/enlace-catalogo.jpg");
		background-repeat: no-repeat;
		width: 100%;
		height: 310px;
	}
	.enlaces-porque-recuadro {
		height: 205px;
	}
	.enlaces-porque-texto1 {
		font-size: 3.5em;
		padding-top: 8%;
	}
	.enlaces-porque-texto2 {
		font-size: 2em;
	}
	a.btn-morado-absoluto1 {
		left: 45%;
		margin-left: -50px;
		margin-top: 225px;
	}
	a.btn-morado-absoluto2 {
		right: 45%;
		margin-right: -50px;
		margin-top: 225px;
	}
	.marcas-text {
		font-size: 0.8em;
		margin-top: 4%;
	}
	.marcas-logos {
		width: 33%;
		padding-left: 5%;
		padding-right: 5%;
	}
	.footer-bloque {
	    width: 96%;
	    margin-left: 2%;
	    margin-right: 3%;
	}
	a.btn-footer-redes1 {
	margin-left: 6%;
    margin-right: 2%;
	}	
		a.btn-footer-redes2 {
	margin-left: 2%;
    margin-right: 2%;
	}	
		a.btn-footer-redes3 {
	margin-left: 2%;
    margin-right: 2%;
	}	
		a.btn-footer-redes4 {
	margin-left: 2%;
    margin-right: 2%;
	}	
	.firma-text {
		font-size: 0.9em;
		padding-top: 2%;
		padding-bottom: 2%;
	}
	.enlaces-porque-bloque2 {
    width: 100%;
    }
	.btn-redes {
    width: 370px;
}

/* EMPRESA  */
.iconos-empresa {
	width: 22%;
	background-color: #aea9da;
	display: table-cell;
	vertical-align: middle;
	height: 250px;
}
/* FIN EMPRESA  */	

/* PROYECTOS */
.cuadro-morado {
	width: 100%;
	height: 240px;
	margin-top: 20px;
	text-align: center;
}
.proyectos-cont {
	padding-top: 0%;
}
.subtitulo-claro-proyectos {
	font-size: 1.5em;
}
.texto-claro-proyectos {
	font-size: 1.2em;
	text-align: center;
}
.cuadro-blanco-sombra {
	margin-top: 20px;
	width: 100%;
}
.cuadro-blanco-50a {
	width: 100%;
	height: 600px;
}
.cuadro-blanco-50b {
	width: 100%;
	height: 600px;
}
.subtitulo-oscuro-proyectos {
	font-size: 1.5em;
}
.texto-oscuro-proyectos {
	font-size: 1em;
}
.foto-hacemos {
	background-size: 100%;
	height: ;
}
.foto-actualizacion {
	background-size: 100%;
}
.foto-visita {
    background-size: 120%;
    width: 100%;
    height: 250px;
}
.cont-proyectos {
	margin-top: 10px;
}
/* FIN PROYECTOS*/

/* CAPACITACIONES */
.foto-capacitaciones {
	height: 300px;
}
.linea-horizontal-foto2 {
	height: 95px;
}
/* FIN CAPACITACIONES*/

/* VENTA  */
.foto-venta {
	width: 100%;
}
.texto-foto-venta {
	margin-top: 430px;
	width: 90%;
	height: 50px;
}
.lista-venta {
	-webkit-column-count: 2;
    -moz-column-count: 2;
	column-count: 2;
}
.cuadro-morado-venta {
	width: 100%;
}
#imagen>div {
	font-size: 1em;
	bottom: 55px;
	height: 50px;
}
/* FIN VENTA  */

/* CONTACTO  */
.form-input-contacto {
	width: 100%;
}
.form-input-contacto2 {
	width: 100%;
}
.form-input-contacto-select {
	width: 100%;
}
.text-form {
	margin-top: 0%;
	line-height: 20px;
}
.texto-waze {
	font-size: 0.8em;
	margin-top: 2%;
}
.info-cont-left {
	width: 90%;
}
.info-cont-right {
	width: 90%;
}
/* FIN CONTACTO  */
#imagen1 {
	height: 650px;
}
#imagen2 {
	height: 475px;
}
#imagen3 {
	height: 500px;
}
#imagen4 {
	height: 500px;
}
#imagen5 {
	height: 475px;
}
#imagen6 {
	height: 475px;
}
#imagen7 {
	height: 550px;
}
}/* FIN @560 */

@media (max-width: 450px) {
	.boton-arriba {
    right: 35px;
	bottom: 15px;
    }
	.icono-fichas-contacto {
	width: 30%;
	margin-top: 6%;
    }
	.cont-text-slider {
		font-size: 0.8em;
	}
	.servicio-recuadro-text1 {
		font-size: 1.6em;
	}
	.servicio-recuadro-text2 {
		font-size: 1.3em;
	}
	.text-enlace-contacto {
		font-size: 1em;
	}
	.text-enlace-contacto2 {
		font-size: 1.2em;
		padding-left: 10%;
	    padding-right: 10%;
	}
	.enlace-contacto {
		height: 300px;
	}
	.enlace-contacto2 {
		height: 300px;
	}
	.enlace-contacto3 {
		height: 300px;
	}
	.icono-centrado {
		width: 40%;
	    height: 40%;
	}
	.text-versatilidad {
        font-size: 1em;
    }
	.cuadro-morado-50b {
        height: 550px;
		margin-top: 20px;
    }
/* EMPRESA  */
.iconos-empresa {
	width: 30%;
	background-color: #aea9da;
	display: table-cell;
	vertical-align: middle;
	height: 250px;
}
/* FIN EMPRESA  */	

/* PROYECTOS  */
.cuadro-blanco-50a {
	width: 100%;
	height: 650px;
}
.cuadro-blanco-50b {
	width: 100%;
	height: 650px;
}
/* FIN PROYECTOS*/

/* VENTAS */

/* FIN VENTAS*/

/* CONTACTO*/
.waze {
    padding-bottom: 10%;
}
.logo-waze {
	background-position: center center;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.texto-waze {
	font-size: 0.9em;
	margin-top: 2%;
	margin-right: auto;
	margin-left: auto;
	float: none;
	text-align: center;
	font-size: 1.2em;
	width: 75%;
	margin-top: 0px;
}
a.btn-waze {
	margin-right: auto;
	margin-left: auto;
	float: none;
	margin-top: 10px;
}
/* FIN CONTACTO*/
#imagen>div {
	font-size: 0.9em;
	bottom: 50px;
	height: 45px;
}
#imagen1 {
	height: 550px;
}
#imagen2 {
	height: 400px;
}
#imagen3 {
	height: 425px;
}
#imagen4 {
	height: 425px;
}
#imagen5 {
	height: 425px;
}
#imagen6 {
	height: 400px;
}
#imagen7 {
	height: 500px;
}
}/* FIN @450*/

@media (max-width: 400px) {
	.boton-arriba {
    right: 40px;
	bottom: 15px;
    }
	.footer-bloque {
	    width: 90%;
	    margin-left: 5%;
	    margin-right: 5%;
	}
/* EMPRESA  */
.iconos-empresa {
	width: 25%;
	background-color: #aea9da;
	display: table-cell;
	vertical-align: middle;
	height: 275px;
}
/* FIN EMPRESA  */	

/* PROYECTOS  */
.subtitulo-oscuro-proyectos {
	font-size: 1.3em;
}
/* FIN PROYECTOS  */	

/* VENTAS */

/* FIN VENTAS*/

/* CONTACTO  */
.info-cont-left {
	width: 100%;
}
.info-cont-right {
	width: 100%;
}
.info1 {
	font-size: 1.2em;
}
.info2 {
	font-size: 1em;
}
.cuadro-gracias {
	font-size: 0.8em;
}
/* FIN CONTACTO  */
}/* FIN @400  */			

@media (max-width: 390px) {
	#slider {
		margin-top: 70px;
	}
    .logo {
	width:80%;
	height: 80%;
	padding-top: 2%;
    }
    .text-grande {
	font-size:0.8em;
	}
	.titulos-linea {
		height: 22px;
	}
	.titulos {
		font-size: 0.9em;
	}
	.titulos-blancos {
		font-size: 0.9em;
	}
	.servicio-recuadro-text1 {
		font-size: 1.3em;
	}
	.servicio-recuadro-text2 {
		font-size: 1.2em;
	}
    .icono-centrado {
	width: 35%;
	height: 35%;
   }
   .enlaces-porque-texto1 {
	font-size: 3em;
	padding-top: 15%;
   }
   .enlaces-porque-texto2 {
	font-size: 1.5em;
   }	
	.marcas-text {
		font-size: 0.6em;
		margin-top: 4%;
	}
/* PROYECTOS  */
.cuadro-blanco-50a {
	width: 100%;
	height: 700px;
}
.cuadro-blanco-50b {
	width: 100%;
	height: 700px;
}	
.subtitulo-claro-proyectos {
	font-size: 1.3em;
}
.texto-claro-proyectos {
	font-size: 1.1em;
}
/* FIN PROYECTOS  */

/* CAPACITACIONES */
.foto-capacitaciones {
	height: 250px;
}
.linea-horizontal-foto2 {
	height: 55px;
}
/* FIN CAPACITACIONES*/
#imagen>div {
	font-size: 0.8em;
	bottom: 45px;
	height: 40px;
}
}/* FIN @390  */

@media (max-width: 350px) {
	.servicio-recuadro-text1 {
		font-size: 1.2em;
	}
	.servicio-recuadro-text2 {
		font-size: 1.1em;
	}
	.perfil-empresa {
		height: 300px;
	}
   .text-enlace-contacto {
		font-size: 0.8em;
   }
   .text-enlace-contacto2 {
	font-size: 1.2em;
	padding-left: 10%;
	padding-right: 10%;
}
   .enlaces-porque-texto1 {
	font-size: 2.8em;
   }
   .enlaces-porque-texto2 {
	font-size: 1.5em;
   }
   .footer-bloque {
	    width: 94%;
	    margin-left: 3%;
	    margin-right: 3%;
   }
   .footer-texto {
	font-size: 1em;
   }
   a.btn-footer {
	font-size: 1.8em;
   }
   a.btn-footer2 {
	font-size: 1.3em;
	line-height: 1.8em;
   }
   a.btn-footer3 {
	font-size: 1.3em;
   }
/* EMPRESA  */   
   .iconos-empresa {
	height: 310px;
}
/* FIN EMPRESA  */

/* PROYECTOS  */
.subtitulo-oscuro-proyectos {
	font-size: 1.1em;
}
.foto-hacemos {
	height: 250px;
}
.foto-actualizacion {
	height: 250px;
}
/* FIN PROYECTOS  */   

/* VENTAS */
#imagen>div {
	font-size: 0.7em;
	bottom: 40px;
	height: 35px;
}
a.btn-catalogos {
	font-size: 1em;
}
a.btn-catalogos-izq {
	font-size: 1em;
}		
a.btn-catalogos-der {
	font-size: 1em;
}
/* FIN VENTAS*/
}/* FIN @350  */

@media (max-width: 300px) {
	.logo {
		width:75%;
		height: 75%;
	}
	.cont-text-slider {
		font-size: 0.7em;
	}
	.titulos-linea {
		height: 18px;
	}
	.titulos {
		font-size: 0.7em;
	}
	.titulos-blancos {
		font-size: 0.7em;
	}
	.servicio-recuadro-text1 {
		font-size: 0.9em;
	}
	.servicio-recuadro-text2 {
		font-size: 0.8em;
	}
	.enlace-contacto {
		height: 250px;
	}
	.enlace-contacto2 {
		height: 250px;
	}
	.enlace-contacto3 {
		height: 250px;
	}
	.perfil-empresa {
		height: 280px;
	}
	.text-enlace-contacto {
		font-size: 0.7em;
	}
	.enlaces-porque-texto1 {
		font-size: 2.2em;
		padding-top: 22%;
	}
	.enlaces-porque-texto2 {
		font-size: 1.5em;
	}
	.footer-texto {
		font-size: 1em;
	   }
	   a.btn-footer {
		font-size: 1.5em;
	   }
	   a.btn-footer2 {
		font-size: 1.1em;
		line-height: 1.5em;
	   }
	   a.btn-footer3 {
		font-size: 1.1em;
	   }

/* EMPRESA  */
.subtitulo-oscuro {
	font-size: 1.2em;
}
.subtitulo-claro {
	font-size: 1.2em;
}
.iconos-empresa {
	width: 22%;
	height: 350px;
}
/* FIN EMPRESA  */	

/* PROYECTOS  */
.subtitulo-oscuro-proyectos {
	font-size: 1.1em;
}
.subtitulo-claro-proyectos {
	font-size: 0.9em;
}
.texto-claro-proyectos {
	font-size: 0.9em;
}
.cuadro-morado {
	height: 205px;
}
/* FIN PROYECTOS  */  

/* CAPACITACIONES */
.foto-capacitaciones {
	background-size: 150%;
}
/* FIN CAPACITACIONES  */ 

/* CONTACTO */
.cuadro-gracias {
	font-size: 0.7em;
}
/* FIN CONTACTO  */ 
#imagen>div {
	font-size: 0.6em;
	bottom: 35px;
	height: 30px;
}
.foto-actualizaciones {
	height: 250px;
}
}/* FIN @300  */