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

/*PARA COMPATIBILIDAD IE9-*/
@import url(normalize.css);

/*RESET Y CLEANING-*/
*{
	margin: 0;
	padding: 0;
	border: none;
}
.cleaner{
	clear: both;
}

/*TIPOGRAFIAS IMPORTADAS*/
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff2') format('woff2'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff2') format('woff2'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold_italic';
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot');
    src: url('fonts/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.woff2') format('woff2'),
         url('fonts/OpenSans-SemiboldItalic-webfont.woff') format('woff'),
         url('fonts/OpenSans-SemiboldItalic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-SemiboldItalic-webfont.svg#open_sanssemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'geogrotesque_rgregular';
    src: url('fonts/Geogtq-Rg-webfont.eot');
    src: url('fonts/Geogtq-Rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Geogtq-Rg-webfont.woff2') format('woff2'),
         url('fonts/Geogtq-Rg-webfont.woff') format('woff'),
         url('fonts/Geogtq-Rg-webfont.ttf') format('truetype'),
         url('fonts/Geogtq-Rg-webfont.svg#geogrotesque_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'geogrotesque_md_itMdIt';
    src: url('fonts/Geog-MdIt-webfont.eot');
    src: url('fonts/Geog-MdIt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Geog-MdIt-webfont.woff2') format('woff2'),
         url('fonts/Geog-MdIt-webfont.woff') format('woff'),
         url('fonts/Geog-MdIt-webfont.ttf') format('truetype'),
         url('fonts/Geog-MdIt-webfont.svg#geogrotesque_md_itMdIt') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldregular';
    src: url('fonts/Oswald-Regular-webfont.eot');
    src: url('fonts/Oswald-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Oswald-Regular-webfont.woff2') format('woff2'),
         url('fonts/Oswald-Regular-webfont.woff') format('woff'),
         url('fonts/Oswald-Regular-webfont.ttf') format('truetype'),
         url('fonts/Oswald-Regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*ESTILOS GENERALES*/
body{
	background: #d8d8d7;
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 15.5px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: #000000;
}
strong{
	font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}
em{
	font-family: 'open_sanssemibold_italic', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h5{
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
h1{
	font-family: 'geogrotesque_rgregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 24px;
	color: #d8d8d7;
	float: left;
	margin-left: 30px;
}
h2{
	font-family: 'geogrotesque_md_itMdIt', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 26px;
	line-height: 31px;
	color: #ffffff;
	margin-bottom: 28px;
}
h3{
	background: #36a9d5;
	padding: 10px;
	font-family: 'geogrotesque_md_itMdIt', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 20px;
	letter-spacing: 0.3px;
	color: #ffffff;
	margin-bottom: 10px;
}
h3:before{
	content: url(../imagenes/flechita-servicios.png);
}
h4{
	font-family: 'geogrotesque_md_itMdIt', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 7px;
}
p{
	margin-bottom: 18px;
}
a, a img, input, textarea, .over{
	/*TRANSICION PARA LINKS Y FORMULARIOS*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a{
	text-decoration: none;
}
a img:hover{
	opacity: 0.7;
}
ul{
	list-style-type: none;
}
figcaption{
	font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
	margin-top: 8px;
}

/*CLASES GENERALES*/
main{
	width: 1004px;
	margin: 0 auto;
}
.bt-ver, input[type="submit"]{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 24px;
	font-size: 16px;
	color: #ffffff;
	background: #00adef;
}
.bt-ver:hover, input[type="submit"]:hover{
	background: #0077a4;
}

/*ESTILOS CABEZAL Y MENU*/
/*CABEZAL*/
header{
	height: 56px;
	background: #314858;
}
#main-logo:hover{
	opacity: 0.7;
}
/*MENU*/
#main-nav{
	float: right;
}
#main-nav li{
	float: left;
}
#main-nav a{
	display: block;
	height: 56px;
	font-size: 16px;
	line-height: 56px;
	color: #ffffff;
	padding: 0 20px;
}
#main-nav .selected-nav, #main-nav a:hover{
	background: #36a9d5;
}

/*ESTILOS CONTENIDOS*/
/*SLIDER HOME*/
#main-banner img{
	vertical-align: top;
}
/*IMAGEN PRINCIPAL Y TITULO SECCIONES*/
#main-title{
	position: relative;
}
#main-title img{
	vertical-align: top;
}
#main-title h2{
	position: absolute;
	top: 72px;
	left: 0;
	width: 224px;
	height: 88px;
	padding: 28px 0 0 88px;
	border-right: 6px solid #db4737;
	font-size: 29px;
	line-height: 29px;
	color: #db4737;
	background: url(../imagenes/degrade-titulos-secciones.png) repeat-y #ffffff;
}
#main-title.contact-title h2{
	height: 73px;
	padding: 43px 0 0 88px;
}
#main-title.products-title h2{
	width: 234px;
	padding: 28px 0 0 78px;
}
/*HOME*/
#welcome article{
	padding: 50px 0;
	text-align: center;
}
#who-we-are{
	background: url(../imagenes/fondo-quienes-somos.jpg) no-repeat;
}
#who-we-are img{
	vertical-align: middle;
	margin: 0 20px;
}
#our-services{
	background: url(../imagenes/fondo-nuestros-servicios.jpg) no-repeat;
}
#our-services figure{
	display: inline-block;
	width: 135px;
	margin: 6px 40px 34px;
}
/*PRODUCTOS - MENU LATERAL*/
#products-nav{
	width: 324px;
	vertical-align: top;
	/*DEGRADE*/
	background: #314858; /* Old browsers */
	background: -moz-linear-gradient(top,  #314858 75%, #5d6f7b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,#314858), color-stop(100%,#5d6f7b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #314858 75%,#5d6f7b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #314858 75%,#5d6f7b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #314858 75%,#5d6f7b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #314858 75%,#5d6f7b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#314858', endColorstr='#5d6f7b',GradientType=0 ); /* IE6-9 */
}
#products-nav ul{
	margin: 30px 0;
}
#products-nav a{
	display: block;
	height: 43px;
	line-height: 43px;
	padding: 0 20px;
	font-size: 18px;
	color: #ffffff;
	background: url(../imagenes/flechita-productos.png) no-repeat right 20px center #213e52;
	font-family: 'geogrotesque_md_itMdIt', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
	text-transform: uppercase;
	margin-bottom: 3px;
}
#products-nav a.selected-nav{
	background: url(../imagenes/flechita-productos.png) no-repeat right 20px center #36a9d5;
}
#products-nav a.consultenos{
	background: url(../imagenes/flechita-productos.png) no-repeat right 20px center #325b71;
	text-transform: none;
}
#products-nav a:hover{
	background: url(../imagenes/flechita-productos.png) no-repeat right 20px center #36a9d5;
}
#products-nav .ampersand{
	font-family: 'open_sanssemibold_italic', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}
/*PRODUCTOS - GALERIA*/
#products-gallery{
	width: 640px;
	padding: 20px;
	background: #e2e2e2;
}
#products-gallery a p{
	color: #000000;
}
.product{
	float: left;
	width: 193px;
	max-width: 193px;
	height: 260px;
	margin: 10px;
	background: #ffffff;
}
.product-thumb{
	position: relative;
	width: 193px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
}
.product-thumb .over{
	position: absolute;
	top: 0;
	left: 0;
	width: 193px;
	height: 200px;
	background: url(../imagenes/lupa.png) no-repeat center center rgba(0,0,0,0.7);
	opacity: 0;
}
.open-product:hover .over{
	opacity: 1;
}
.product-detail-short{
	padding: 5px 10px;
}
.product-detail-short h5{
	font-family: 'oswaldregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 15px;
	color: #db4737;
	padding-bottom: 0;
	border-bottom: 1px solid #a7a9ac;
}
.product-detail-short p{
	font-size: 12px;
	margin-bottom: 0;
	letter-spacing: 0;
}
/*PRODUCTOS - POPUP*/
.products-popup{
	width: 746px;
	max-width: 746px;
	height: 510px;
	padding: 20px;
	background: #e2e2e2;
	margin: auto;
}
.product-image{
	width: 386px;
	height: 510px;
	background: #ffffff;
	text-align: center;
	vertical-align: middle;
}
.product-detail{
	width: 340px;
	height: 510px;
	padding-left: 20px;
}
.product-detail h5, .product-detail h6{
	font-family: 'oswaldregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}
.product-detail h5{
	font-size: 20px;
	color: #db4737;
}
.product-detail h6{
	font-size: 16px;
	color: #36a9d5;
	padding-bottom: 0;
	border-bottom: 1px solid #a7a9ac;
	margin-bottom: 7px;
}
.product-detail > p{
	font-size: 14px;
}
.detail-text{
	width: 340px;
	max-height: 300px;
	font-size: 13px;
	line-height: 19px;
	overflow: auto;
}
.open-pdf{
	display: block;
	width: 200px;
	height: 60px;
	background: #f4f4f4;
	border: 1px solid #bcbec0;
	border-radius: 7px;
}
.open-pdf img{
	float: left;
	padding: 5px 0 0 5px;
}
.open-pdf p{
	float: left;
	color: #db4737;
	padding: 18px 0 0 10px;
	font-family: 'oswaldregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}
.open-pdf:hover{
	opacity: 0.7;
}
/*SERVICIOS / CONTACTO*/
#contact-data{
	width: 264px;
	padding: 30px;
	background: url(../imagenes/fondo-columna-lateral.jpg) no-repeat;
	vertical-align: top;
}
#contact-data img{
	float: left;
}
#contact-data h2{
	font-family: 'geogrotesque_rgregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 24px;
	color: #ffffff;
	margin: 35px 0 20px;
}
#contact-data a{
	color: #003d77;
}
#contact-data a:hover{
	opacity: 0.7;
}
#services-data, #contact-form{
	width: 620px;
	padding: 30px;
	background: #ffffff;
}
/*SERVICIOS*/
#atencion-telefonica{
	float: left;
	margin-left: 15px;
}
#services-data img{
	float: left;
}
.service{
	float: left;
	width: 485px;
	margin: 0 0 20px 20px;
}
.service p{
	margin-bottom: 0;
	min-height: 72px;
}
.bt-consultenos{
	height: 43px;
	line-height: 43px;
	padding: 10px 24px;
	font-size: 16px;
	color: #ffffff;
	background: #314858;
	font-family: 'geogrotesque_md_itMdIt', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 20px;
	letter-spacing: 0.3px;
}
.bt-consultenos:after{
	content: url(../imagenes/flechita-consultenos.png);
}
.bt-consultenos:hover{
	background: #36a9d5;
}
/*CONTACTO*/
#contact-form form{
	width: 580px;
	background: #dbdbda;
	padding: 20px;
	text-align: center;
}
#contact-form p{
	font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
	color: #db4737;
	font-size: 14px;
}
#contact-form label{
	float: left;
	width: 160px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: right;
	margin-bottom: 10px;
}
#contact-form input[type='text'], #contact-form input[type='email'], #contact-form input[type='tel'], textarea{
	float: right;
	width: 399px;
	background: #ffffff;
	padding: 3px;
	font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.3px;
	color: #000000;
}
#contact-form input[type='text'], #contact-form input[type='email'], #contact-form input[type='tel']{
	height: 24px;
	margin-bottom: 10px;
}
textarea{
	max-width: 399px;
	margin-bottom: 20px;
}
#contact-form input[type='text']:focus, #contact-form input[type='email']:focus, #contact-form input[type='tel']:focus, textarea:focus{
	background: #76c5e2;
}
/*GRACIAS*/
#gracias{
	width: 420px;
	background: #dbdbda;
	padding: 140px 100px;
	text-align: center;
}
#gracias h4{
	color: #db4737;
}


/*ESTILOS PIE*/
/*GENERALES*/
#main-footer{
	background: #8b8b8a;
}
#main-footer a:hover{
	opacity: 0.7;
}
/*DATOS DE CONTACTO*/
#contact-data-footer{
	display: table-row;
	background: #314858;
	height: 114px;
	color: #c1c8cd;
}
#contact-data-footer h2{
	font-family: 'geogrotesque_rgregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 24px;
	color: #d8d8d7;
	margin: 0;
}
#contact-data-footer a{
	font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
	color: #c1c8cd;
}
#footer-logo, #footer-phones, #footer-emails{
	display: table-cell;
	vertical-align: middle;
}
#footer-logo{
	width: 390px;
	text-align: center;
}
#footer-phones{
	width: 280px;
}
#footer-emails{
	width: 334px;
}
/*LINKS*/
#footer-links{
	text-align: center;
	padding: 30px;
	color: #eeeeee;
}
#footer-links h5{
	font-family: 'geogrotesque_md_itMdIt', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 8px;
}
#footer-links img{
	margin: 0 10px;
}
#footer-links p{
	font-size: 13.5px;
	margin-top: 20px;
}
#footer-links a{
	color: #eeeeee;
	text-transform: uppercase;
}
#footer-links a:hover{
	opacity: 0.6;
}
#author{
	margin-bottom: 0;
}
#author a{
	font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}

/*ESTILOS AGREGADOS*/
.table{
	display: table;
	width: 100%;
}
.table.products-popup{
	width: 900px;
	margin: auto;
}
.row{
	display: table-row;
}
.cell{
	display: table-cell;
}
.txt-center{
	text-align: center;
}
.margin-top{
	margin-top: 10px;
}
.display-none{
	display: none;
	width: 860px;
	margin: auto;
}