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

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 6, 2015 */
@font-face {
    font-family: 'Bebas Neue Book';
    src: url('../fonts/BebasNeue Book-webfont.eot');
    src: url('../fonts/BebasNeue Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue Book-webfont.woff2') format('woff2'),
         url('../fonts/BebasNeue Book-webfont.woff') format('woff'),
         url('../fonts/BebasNeue Book-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue Book-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Bold';
    src: url('../fonts/BebasNeue Bold-webfont.eot');
    src: url('../fonts/BebasNeue Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue Bold-webfont.woff2') format('woff2'),
         url('../fonts/BebasNeue Bold-webfont.woff') format('woff'),
         url('../fonts/BebasNeue Bold-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue Bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: local('Muli'), url(http://fonts.gstatic.com/s/muli/v7/z6c3Zzm51I2zB_Gi7146Bg.woff2) format('woff2'), url(http://fonts.gstatic.com/s/muli/v7/kU4XYdV4jtS72BIidPtqyw.woff) format('woff');
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
	text-decoration: none;
}

body, html {
   width: 100%;
   height: 100%;
   background-color: #003d5d;
}

.center {
    min-width: 980px;
    max-width: 1500px;
	height: 100%;
    position: relative;
	margin-left: auto;
	margin-right: auto;
}

#cabecera {
    display: block;
	float: left;
	width: 100%;
	height: 60px;
	background-color: #000000;
	position: relative;
	z-index: 9;
}

#cabecera img {
    display: block;
	float: left;
	margin-top: 14px;
	margin-left: 4%;
}

#cabecera #menu {
    display: block;
	float: right;
	height: 60px;
	margin-right: 4%;
}

#menu li {
	display: block;
	float: left;
	height: 60px;
	list-style-type: none;
	position: relative;
}

#menu li span {
	display: block;
	position: absolute;
	width: 100%;
	height: 60px;
	background-color: #424997;
	top: -60px;
	left: 0px;
}

#menu .activo span {
	top: 0px;
}

#menu li a {
	display: block;
	float: left;
	height: 60px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: "Bebas Neue Book", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 60px;
	position: relative;
	letter-spacing: 1px;
	cursor: pointer;
}

#social {
    display: block;
	position: fixed;
	width: 42px;
	top: 50%;
	right: 2%;
	margin-top: -100px;
	z-index: 5555; 
}

#social a {
    display: block;
	float: left;
	width: 42px;
	height: 42px;
	margin-top: 8px;
}

#social a img {
    display: block;
	width: 42px;
	height: 42px;
}

.flexslider {
   display: block;
   float: left;
   width: 100%;
}

#inferior {
	display: block;
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 40px;
	border-top-width: 7px;
	border-top-style: solid;
}

#menu_proyectos {
     text-align: center;
}

#menu_proyectos li {
    display: inline-block;
}

#menu_proyectos li a {
    display: block;
	float: left;
	height: 38px;
    padding-left: 12px;
	padding-right: 12px;
	text-align: center;
    font-family: "Bebas Neue Book", Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 38px;
	border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	cursor: pointer;
}

#menu_proyectos li a:hover {
    background-color: #999999;
	color: #FFFFFF;
}

#menu_proyectos .activo a {
    background-color: #424997;
	color: #FFFFFF;
}

.inferior_proyectos {
    margin: 0px;
	padding: 0px;
    display: block;
	float: left;
	width: 100%;
	min-height: 100%;
	border: none !important;
}

.fila {
	display: block;
	float: left;
	width: 100%;
}

#inferior .proyecto, #relacionados .proyecto {
	display: block;
	float: left;
	width: 22%;
	background-color: #FFFFFF;
	margin-top: 4%;
	margin-left: 1%;
	margin-right: 1%;
	padding-bottom: 1%;
	border-radius: 1px;
	-ms-border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	border: 1px solid #DADADA;
	overflow: hidden;
}

#fila_sup .proyecto {
   margin-top: 2%;
}

.proyecto .cover {
	display: block;
	float: left;
	width: 92%;
	margin-top: 4%;
	margin-left: 4%;
	position: relative;
	background-color: #000000;
}

.proyecto .cover img {
	display: block;
	float: left;
	width: 100%;
	position: relative;
}

.verMas {
	background-image: url(bg-vermas.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 67px;
	width: 67px;
	margin-top: -34px;
	margin-left: -34px;
	position: absolute;
	left: 50%;
	top: -50%;
	font-family: "Bebas Neue Book", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 26px;
	text-align: center;
	line-height: 67px;
}

#inferior .proyecto h3, #relacionados .proyecto h3 {
	display: block;
	float: left;
	width: 92%;
	margin-top: 4%;
	margin-left: 4%;
	font-family: "Bebas Neue Bold", Arial, Helvetica, sans-serif;
	color: #B4B4B4;
	font-size: 20px;
	text-align: center;
}

#inferior .proyecto p, #relacionados .proyecto p  {
	display: block;
	float: left;
	width: 92%;
	margin-top: 4%;
	margin-left: 4%;
	font-family: "Muli",Arial,Helvetica,sans-serif;
    color: #B4B4B4;
    font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

.superior {
   display: block;
   float: left;
   width: 100%;
   min-height: 730px;
}

#txt_seccion {
	display: block;
	float: left;
	width: 50%;
	background-image: url(bg-contacto.jpg);
	background-repeat: no-repeat;
	background-position: center 50%;
	position: relative;
	overflow: hidden;
}

#txt_seccion div {
    display: block;
	float: right;
	width: 390px;
	height: 100%;
	padding-top: 15%;
	padding-left: 14%;
	padding-right: 12%;
}

#txt_seccion div h3 {
    display: block;
	width: 100%;
	float: left;
	margin-top: 20px;
    font-family: "Bebas Neue Bold", Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 18px;
	font-weight: normal;
}

#txt_seccion div h3 span{
    font-family: "Bebas Neue Book", Arial, Helvetica, sans-serif;
	color: #999999;
}

#txt_seccion div p {
	display: block;
	width: 100%;
	float: left;
	margin-top: 3px;
	font-family: "Muli", Arial, Helvetica, sans-serif;
	color: #636363;
	font-size: 14px;
}

#txt_seccion form {
	display: block;
	float: right;
	width: 360px;
	height: 100%;
	padding-top: 15%;
	padding-left: 15%;
	padding-right: 15%;
}

/* ----------- Inicio de CSS para Slideshow ----------- */

#slideshow {
    display: block;
	float: left; 
	position: relative;
	width: 50%;
	overflow: hidden;
}

#slideshow li {
    display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 8;
	opacity: 0.0;
}

#slideshow li img {
    display: block;
	height: 100%;
	width: auto;
	margin-left: -26%;
}

#slideshow li.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow li.last-active {
    z-index: 9;
}

.bt-listas {
    display: block;
	position: absolute;
	top: 110px;
	right: 0px;
	z-index: 9999;
}

/* ----------- Fin de CSS para Slideshow ----------- */

#quienes_somos {
	display: block;
	float: left;
	position: relative;
	width: 50%;
	overflow: hidden;
	background-color: #000000;
	background-image: url(bg-qsomos.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#footer {
	display: block;
	float: left;
	width: 100%;
	/* background-image: url(border-footer.png); */
	background-repeat: no-repeat;
	background-position: center top;
}

#footer .center div {
    display: block;
	float: left;
	width: 200px;
    padding-top: 40px;
	padding-bottom: 40px;
	margin-left: 4%;
}

#footer .center div h3 {
    display: block;
	float: left;
    width: 100%;
	height: 23px;
    font-family: "Bebas Neue Bold", Arial, Helvetica, sans-serif;
	color: #00;
	font-size: 18px;
	line-height: 23px;
}

#footer .center div h3 img {
    display: block;
	float: left;
	margin-right: 6px;
}

#footer .center div p {
    display: block;
	float: left;
    width: 100%;
	margin-top: 15px;
	font-family: "Muli", Arial, Helvetica, sans-serif;
	color: #00;
	font-size: 13px;
	line-height: 17px;
}

#footer .center div a {
	color: #00;
}

#footer .center div a:hover {
	color: #424997;
}

#footer .center ul {
	display: block;
	float: left;
	width: 100%;
	margin-top: 15px;
}

#footer .center ul li {
	display: block;
	float: left;
	margin-right: 12px;
}

#footer .center ul li a {
	display: block;
	float: left;
	height: 26px;
	width: 26px;
}

#footer .center ul li .facebook {
	background-image: url(icon-face-pie.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

#footer .center ul li .instagram {
	background-image: url(icon-instagram-pie.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

#footer .center ul li .twitter {
	background-image: url(icon-twitter-pie.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

#footer .center ul li .pinterest {
	background-image: url(icon-pinterest-pie.png);
	background-repeat: no-repeat;
	background-position: left top;	
}

#footer .center ul li .linkedin {
	background-image: url(icon-linkedin-pie.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer .center ul li a:hover {
	background-position: left bottom;	
}

#copy {
	display: block;
	float: left;
	width: 100%;
	height: 30px;
	background-color: #000;
}

#copy p {
	display: block;
	width: 100%;
	float: left;
	font-family: "Bebas Neue Book", Arial, Helvetica, sans-serif;
	color: #747474;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
}

#flexslider-bottom {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 40px;
}

#toBottom {
	display: block !important;
	position: absolute !important;
	width: 41px;
	height: 41px;
	bottom: 0px;
	left: 4%;
	background-image: url(bg-toBottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	z-index: 5555;
}

#toBottom span {
	display: block;
	position: absolute;
	top: -41px;
	left: 0px;
	width: 41px;
	height: 82px;
	background-image: url(flecha-toBottom.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#toTop {
	display: block;
	float: right;
	width: 41px;
	height: 41px;
	margin-top: 40px;
	margin-right: 4%;
	background-image: url(bg-toTop.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

#toTop span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 41px;
	height: 82px;
	background-image: url(flecha-toTop.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.no_borde {
    border: none !important;
}







/* ----------- Inicio de CSS para Sites ----------- */

#pest_sites {
	display: block;
	position: absolute;
	width: 310px;
	top: 60px;
	left: -310px;
	background-image: url(bg-pestrevista.png);
	background-repeat: repeat;
	background-position: left top;
	z-index: 9999;
}

#bt_closePest {
	background-image: url(close.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 15px;
	width: 15px;
	position: absolute;
	left: 50px;
	top: 23px;
	cursor: pointer;
}

#bt_openPest:hover {
	opacity: 1;
}

#pest_sites .nano {
    width: 290px;
	height: 600px;
	margin-top: 65px;
	margin-left: 10px;
}

#pest_sites .nano a {
	display: block;
	float: left;
	width: 210px;
	height: 210px;
	margin-left: 30px;
	margin-bottom: 35px;
	position: relative;
	background-color: #000000;
	overflow: hidden;
	cursor: pointer;
}

#pest_sites .verMas {
    font-size: 21px;
}

#pest_sites a img {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* ----------- Fin de CSS para Sites ----------- */
