@font-face {
    font-family: "Gotham-Medium";
    src: url('../fonts/Gotham-Medium.eot');    
    src: local('☺'), 
    url('../fonts/Gotham-Medium.ttf') format('truetype'), 
    url('../fonts/Gotham-Medium.woff') format("woff"),
    url('../fonts/Gotham-Medium.otf') format("opentype");
    font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: "Gotham-Bold";
    src: url('../fonts/Gotham-Bold.eot');    
    src: local('☺'), 
    url('../fonts/Gotham-Bold.ttf') format('truetype'), 
    url('../fonts/Gotham-Bold.woff') format("woff"),
    url('../fonts/Gotham-Bold.otf') format("opentype");
    font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: "Gotham-Black";
    src: url('../fonts/Gotham-Black.eot');    
    src: local('☺'), 
    url('../fonts/Gotham-Black.ttf') format('truetype'), 
    url('../fonts/Gotham-Black.woff') format("woff"),
    url('../fonts/Gotham-Black.otf') format("opentype");
    font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: "Gotham-Book";
    src: url('../fonts/Gotham-Book.eot');    
    src: local('☺'), 
    url('../fonts/Gotham-Book.ttf') format('truetype'), 
    url('../fonts/Gotham-Book.woff') format("woff"),
    url('../fonts/Gotham-Book.otf') format("opentype");
    font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: "Gotham-Light";
    src: url('../fonts/Gotham-Light.eot');    
    src: local('☺'), 
    url('../fonts/Gotham-Light.ttf') format('truetype'), 
    url('../fonts/Gotham-Light.woff') format("woff"),
    url('../fonts/Gotham-Light.otf') format("opentype");
    font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: "Gotham-Thin";
    src: url('../fonts/Gotham-Thin.eot');    
    src: local('☺'), 
    url('../fonts/Gotham-Thin.ttf') format('truetype'), 
    url('../fonts/Gotham-Thin.woff') format("woff"),
    url('../fonts/Gotham-Thin.otf') format("opentype");
    font-weight: normal;
	font-style: normal;
}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html{
	overflow-x:hidden;
	width:100%;
	height:100%;
}
body{
	width:100%;
	height:100%;
	-webkit-font-smoothing: antialiased;
}
div,span,p,header,article,nav,img,footer{
	margin:0;
	padding:0;
	border:0;
}
a{
	text-decoration: none;
}
#todo{
	width:100%;
	height:100%;
}
#header{
	width:100%;
	position:fixed;
	z-index:2;
	background-color:white;
	height:90px;
	border-bottom:2px solid #F0EFEB;
}
#navinterior{
	width:945px;
	margin:0 auto;
}
#logo{
	position: absolute;margin-top: -32px;
}
#lang{
	position:absolute;
	margin-top:-40px;
	margin-left:855px;
}
#lang span{
	font-family: "Gotham-Book";
	font-size:13px;
	color:#D0D1D2;
	cursor:pointer;
}
.boldfocus{
	font-family: "Gotham-Bold" !important;
}
#menu{
	margin-top:45px;
	margin-left:353px;
}
#menu span{
	font-family: "Gotham-Bold";
	font-size:14px;
	color:#6d6f70;
	margin-left:13px;
	cursor:pointer;
}
.forzen{
	margin-left:20px !important; 
}
.forzes{
	margin-left:16px !important; 
}
#loader{
	position:fixed;
	top:50%;
	left:50%;
	display:none;
	width:190px;
	height:119px;
	margin-top:-95px;
	margin-left:-59px;
	z-index:2;
}
.pointer{
	cursor:pointer;
}
#contenedor{
	padding-top:90px;
	width:100%;
}
/* PARALLAX */
.parallax{
	width:100%;
	height:405px;
	position:relative;
	overflow:hidden;
}
.fondoparallax{
	width:100%;
	height:505px;
	position:absolute;
	background-attachment:fixed;
	background-repeat:no-repeat;
	z-index:-1;
	background-position: center 50px;
}
#iniparallax{
	background-image:url(../img/INICIO.jpg);
}
#nosparallax{
	background-image:url(../img/NOSOTROS.jpg);
}
#prodparallax{
	background-image:url(../img/PRODUCTOS.jpg);
}
#almaparallax{
	background-image:url(../img/ALMACEN2.jpg);
}
#procesparallax{
	background-image:url(../img/PROCESO.jpg);
}
#contparallax{
	background-image:url(../img/CONTACTOS.jpg);
}
#vacparallax{
	background-image:url(../img/VACANTES.jpg);
}
.focusmenu{
	color:#b89b5a !important;
}
.lasombra{
    position: absolute;
    margin-top: -8px;
    z-index: -1;
}
.todoparallax{
	width:100%;
	position:fixed;
}
.contenidoparallax{
	width:945px;
	margin:0 auto;
	opacity:0;
}
.fraseseccion{
	font-family: "Gotham-Bold";
	font-size:65px;
	line-height:61px;
	color:#ffffff;
	text-align: center;
	margin-top:100px;
	margin-bottom:20px;
	text-shadow:5px 5px 20px black;
}
.detalleseccion{
	font-family: "Gotham-Medium";
	color:#ffffff;
	font-size:30px;
	text-align: center;
	margin-top:10px;
}
/* CONTENIDO */
.todocontenido{
	width:100%;
	background-color:white;
	position:relative;
	z-index:1;
}
.contenido{
	width:945px;
	margin:0 auto;
}
.tituloseccion{
	font-family: "Gotham-Bold";
	font-size:60px;
	line-height:55px;
	color:#b89b5a;
	text-align: center;
}
.titulonormal{
	font-family: "Gotham-Book";
	font-size:60px;
	line-height:55px;
	color:#b89b5a;
	text-align: center;
}
.cuerpotexto{
	font-family: "Gotham-Book";
	font-size:18px;
	line-height:30px;
	color:black;
	text-align: center;	
}
/* INICIO */
#nuespro{
	font-family: "Gotham-Bold";
	font-size:24px;
	color:#b89b5a;
	text-align: center;	
}
.cuadro{
	float:left;
	width:298px;
	margin-left:25px;
	height:421px;
	overflow:hidden;
}
.cuadrocont{
	font-family: "Gotham-Bold";
	color:#ffffff;
	text-align: center;
	font-size:29px;
	margin-top:275px;	
	position:relative;
	z-index:1;
}
.vermas{
	margin-left:65px;
	margin-top:170px;
	position:relative;
	z-index:1;
}
.plecainihover{
	opacity:0;
	position:absolute;
	width:297px;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  	filter: alpha(opacity=0);
}
#animnosotros{
	margin-top:109px;
}
/* NOSOTROS */
.flotantenosotros{
	float:left;
	width:287px;
}
.cuerponosotros{
	font-family: "Gotham-Book";
	font-size:14px;
	line-height:26px;
	color:#6d6e70;
}
.cuerpobold{
	font-family: "Gotham-Medium";
	font-size:14px;
	line-height:26px;
	color:#6d6e70;
}
#cumplimoscuerpo p{
	font-family: "Gotham-Bold";
	font-size:24px;
	color:#b89b5a;
	text-align: center;
}
#video, #single_1{
	font-family: "Gotham-Bold";
	font-size:18px;
	color:#b89b5a;
}

.left{ float: left;}

.left-50{ width: 50%; float: left;}

.w106{ width: 106px; float: left;}

.w180{ width: 180px; float: left;}

.txt-certificado{ margin-top:15px; margin-left: 25px;}

#slider-code { height: 390px;width:350px; overflow:hidden;margin-top:85px; }
#slider-code .viewport { float: left; width: 350px; height: 348px; overflow: hidden; position: relative; }
#slider-code .buttons { display: block; margin: 30px 10px 0 0; float: left; }
#slider-code .next { margin: 30px 0 0 10px;  }
#slider-code .disable { visibility: hidden; }
#slider-code .overview { list-style: none; padding: 0; margin: 0;  position: absolute; left: 0; top: 0; }
#slider-code .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height: 348px;width: 349px;}

#slider-code .pager { overflow:hidden; list-style: none; clear: both; margin: 0 0 0 45px; }
#slider-code .pager li { float: left; }
#slider-code .pagenum { width:50px;height:50px;background-image:url(../img/NOSOTROS/PUNTO-GRIS.png); text-align: center; padding: 5px; background-repeat:no-repeat;display: block;background-position:50% 50%; }
#slider-code .active { width:50px;height:50px;background-image:url(../img/NOSOTROS/PUNTO-DORADO.png);background-repeat:no-repeat; }
/* PRODUCTOS */
#detalleproducto{
	font-family: "Gotham-Bold";
	font-size:18px;
	color:#4F4F4F;
	text-align: center;
}
#busca{
	font-family: "Gotham-Bold";
	font-size:24px;
	color:#b89b5a;
	margin-top:75px;
}
.labelinput{
	font-family: "Gotham-Medium";
	font-size:12px;
	color:#4f4f4f;
}
#aluminput{
	background: url(../img/PRODUCTOS/CAMPO-NOMBRE-NEGRO.png) no-repeat ;
	border:none;
	outline:0;
	height:41px;
	width:343px;
	padding-left:40px;
	font-family: "Gotham-Light";
	font-size:14px;
	color:#4f4f4f;
}
#cajitaindus{
	width:405px;
	overflow:hidden;
	position:absolute;
	margin-left:370px;
	margin-top:-45px;
}
#industriac{
	position:relative;
    z-index:10;
    width:412px !important;
    height:41px !important;
    line-height:26px;
	outline:0;
	font-family: "Gotham-Light";
	font-size:14px;
	color:#4f4f4f;
	-webkit-appearance: menulist-button;
}
#forzdiv{
    position: absolute;
    margin-top: -45px;
    margin-left: 367px;
}
span.select{
    position:absolute;
    bottom:0;
    float:left;
    left:0;
    width:412px;
    height:41px;
    line-height:44px;
    text-indent:10px;
    background:url(../img/PRODUCTOS/CAMPO-IMDUSTRIA-NEGRO.png) no-repeat 0 0;
    cursor:default;
    z-index:1;
    font-family: "Gotham-Light";
	font-size:14px;
	color:#4f4f4f;
	padding-left:50px;
}
.cambioindus{
	background: url(../img/PRODUCTOS/CAMPO-IMDUSTRIA-GRIS.png) no-repeat !important ;
}
#cantidadfinal{
	font-family: "Gotham-Bold";
	font-size:16px;
	color:#b89b5a;
	margin-left:55px;
	margin-top:-33px;
	position:absolute;
	text-align:center;
	width:70px;
}
#descacat{
    position: absolute;
    margin-top: -115px;
    margin-left: 735px;
    width: 155px;
	text-align: right;
	line-height:20px;
}
#elcat{
	font-family: "Gotham-Book";
	font-size:14px;
	color:#b89b5a;
}
#lecat{
	font-family: "Gotham-Bold";
	font-size:14px;
	color:#b89b5a;
}
#latablatotal{
	width:939px;
	margin-top:50px;
	margin-left:-10px;
}
.latablatotal{
	width:1000px;
	margin-top:50px;
	margin-left:-10px;
}
.latablatotal tr{
	height:45px;
}
.sepcaja{
	
    position: relative;
    margin-left: 20px;
    margin-top: -15px;

}
#cotiz{
	position:absolute;margin-top: 45px;margin-left: 444px;
	opacity:0;
	cursor:pointer;
}
#carritocompras{
	display:none;
}
#mensajegracias{
	display:none;
	margin-top:68px;
	text-align: center;
}
#tu{
	font-family: "Gotham-Bold";
	font-size:27px;
	color:#b89b5a;
	margin-top:15px;
}
#pondremos{
	font-family: "Gotham-Light";
	font-size:16px;
	color:#4f4f4f;
	margin-top:60px;
}
#latablaresp{
    width: 1000px;
    margin-left: -10px;
}
#latablaresp tr:nth-child(even) {
	background-color:white;
	font-family: "Gotham-Book";
	font-size:11px;
	color:#4f4f4f;
}
#latablaresp tr:nth-child(odd) {
	background-color:#d0d1d2;
	font-family: "Gotham-Book";
	font-size:11px;
	color:#4f4f4f;
}
.nombcomerci{
	font-family: "Gotham-Bold" !important;
}
#tablacarrito td{
	background-color:#d0d1d2;
	font-family: "Gotham-Book";
	font-size:11px;
	color:#7c7c7c;
}
.tacheprod{
	font-family: "Gotham-Bold";
	font-size:21px;
	color:#b89b5a;
	margin-left:6px;
}
.cuadroprod{
	display:none;
	position:absolute;
	margin-left:-260px;
	margin-top:-12px;
	width:277px;
	height:295px;
}
.latablatotal th{
	background-color:#4f4f4f;
	color:white;
	font-family: "Gotham-Bold";
	font-size:14px;
	text-align: left;
}
.prodnombr{
	font-family: "Gotham-Medium";
	font-size:18px;
	position:relative;
	color:#7c7c7c;
	margin-top:10px;
	margin-left:20px;
}
.titproducto{
	font-family: "Gotham-Medium";
	font-size:12px;
	position:relative;
	color:#231f20;
	margin-top:-5px;
	margin-left:20px;
}
.descrproducto{
	font-family: "Gotham-Medium";
	font-size:12px;
	position:relative;
	color:#7c7c7c;
	margin-left:20px;
}
.lacant{
	position:relative;
	margin-left:20px;
	margin-top:5px;
	width:212px;
	height:20px;
	padding-left:10px;
}
.agregar{
	position:relative;
	margin-top:17px;
	margin-left:20px;
	cursor:pointer;
}
.labelcarrito{
	font-family: "Gotham-Medium";
	font-size:12px;
	color:#4f4f4f;
}
#elcarrito{
	width:34px;
}
#nombre{
	background: url(../img/PRODUCTOS/CAMPO-NOMBRE.png) no-repeat ;
	border:none;
	outline:0;
	height:41px;
	width:380px;
	padding-left:35px;
	font-family: "Gotham-Light";
	font-size:14px;
	color:#4f4f4f;
}
#nombrcarritoimg{
	position:absolute;
    margin-top: 8px;
    margin-left: 10px;
    display:none;

}
#ubcarritoimg{
    position: absolute;
    margin-left: 10px;
    margin-top: 7px;
	display:none;
}
#telcarimg{
	 position: absolute;
	 display:none;
     margin-top: 7px;
     margin-left: 12px;
	 display:none;
}
#corrimgcarri{
    position: absolute;
    margin-top: 15px;
    margin-left: -8px;
    display:none;
}
#empresa{
	background: url(../img/PRODUCTOS/CAMPO-EMPRESA.png) no-repeat ;
	border:none;
	outline:0;
	height:41px;
	width:380px;
	padding-left:35px;
	font-family: "Gotham-Light";
	font-size:14px;
	color:#4f4f4f;
}
#ubicacion{
	background: url(../img/PRODUCTOS/CAMPO-UBICACION.png) no-repeat ;
	border:none;
	outline:0;
	height:41px;
	width:380px;
	padding-left:35px;
	font-family: "Gotham-Light";
	font-size:14px;
	color:#4f4f4f;
}
#fecha{
	background: url(../img/PRODUCTOS/CAMPO-FECHA.png) no-repeat ;
	border:none;
	outline:0;
	height:41px;
	width:380px;
	padding-left:35px;
	font-family: "Gotham-Light";
	font-size:14px;
	color:#4f4f4f;
}
#telcarrito{
	background: url(../img/PRODUCTOS/CAMPO-TELEFONO.png) no-repeat ;
	border:none;
	outline:0;
	height:41px;
	width:380px;
	padding-left:35px;
	font-family: "Gotham-Light";
	font-size:14px;
	color:#4f4f4f;
}
#correocarrito{
	background: url(../img/PRODUCTOS/CAMPO-CORREO.png) no-repeat ;
	border:none;
	outline:0;
	height:41px;
	width:380px;
	padding-left:35px;
	font-family: "Gotham-Light";
	font-size:14px;
	color:#4f4f4f;
}
#areatextcarrito{
	background: url(../img/VACANTES/QUE-BUSCAS.png) no-repeat ;
	border:none;
	outline:0;
	height:124px;
	width:785px;
	padding-left:20px;
	max-width:750px;
	min-width:750px;
	max-height:115px;
	min-height:115px;
	margin-top:5px;
	font-family: "Gotham-Light";
	font-size:14px;
	color:#4f4f4f;
	padding-top:5px;
}
/* ALMACEN */
.lascaracimg{
    text-align: center;
    margin-top: 20px;
}
.lascaractext{
    margin-top: 5px;
}
.flotins{
	float:left;
	width:110px;
	text-align: center;
}
.flotins span{
	font-family: "Gotham-Bold";
	font-size:12px;
	line-height:14px;
	color:#4f4f4f;
}
.flotins p{
	font-family: "Gotham-Bold";
	font-size:12px;
	line-height:14px;
	color:#4f4f4f;
}
.flotanteub{
	float:left;
	width:400px;
}
.caracteristicas{
	font-family: "Gotham-Bold";
	font-size:18px;
	color:#4f4f4f;
	line-height:24px;	
}
.cuerpocaracteristicas{
	font-family: "Gotham-Light";
	font-size:14px;
	color:#4f4f4f;
	line-height:24px;	
}
#almacen3,#almacen9{
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	margin-top:33px;
}
#almacen4,#almacen10{
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	margin-top:5px;
}
#almacen5,#almacen7,#almacen11{
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	margin-top:-10px;
}
#verflots,#verflots2,#verflots3{
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	margin-top:12px;
}
#almacen6{
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	margin-top:33px;
}
.opc{
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#almacen7{
	margin-top:5px;
}
/* PROCESO */
.cuerpoproceso{
	font-family: "Gotham-Book";
	font-size:18px;
	color:#4f4f4f;
	line-height:30px;
	text-align: center;	
}
#procesoiconos{
	background-color:#F0EFEB;
	height:190px;
	margin-top:60px;
}
#proceso3,#proceso4,#proceso5{
	margin-top:66px;
}
#flotanteseguridad,#flotanteseguridad2,#flotanteseguridad3{
	margin-top:5px;
}
.cycle-slideshow{
	width:350px;
	margin-top:65px;
}
.pager span{
	font-size:60px;
	color:#dddddd;
	cursor:pointer;
	margin-left:20px;
}
.pager{
	margin-left:100px;
}
.pager span.cycle-pager-active{
	color:#b89b5a;
}
.flotinsproc{
	float:left;
	width:165px;
	text-align: center;
}
.flotinsproc p{
	font-family: "Gotham-Bold";
	font-size:14px;
	line-height:16px;
	color:#4f4f4f;
}
.subtituloproceso{
	font-family: "Gotham-Bold";
	font-size:25px;
	color:#b89b5a;
}
.cuerpoproc{
	font-family: "Gotham-Light";
	font-size:14px;
	line-height:24px;
	color:#4f4f4f;
}
.flotanteproceso{
	width:405px;
	float:left;
}
#incoterms{
	background-color:#F0EFEB;
	margin-top:93px;
	height:1580px;
}
#detalleincoterms{
	font-family: "Gotham-Medium";
	font-size:18px;
	color:#6d6e70;
	text-align: center;
	margin-top:10px;
}
.flotinco{
	float:left;
	width:110px;
	text-align: center;
}
.flotinco p{
	font-family: "Gotham-Bold";
	font-size:14px;
	color:#4f504f;
	margin-top:20px;
	line-height:16px;
}
.detallecaracteristica{
	font-family: "Gotham-Bold";
	font-size:11px;
	color:#5a5a5d;
}
.detallecaracteristica span{
	font-family: "Gotham-Book";
	font-size:11px;
	color:#5a5a5d;
	margin-left:2px;
}
.procdiv{
	float:left;
	width:300px;
}
.procdiv p{
	font-family: "Gotham-Book";
	font-size:11px;
	color:#5a5a5d;
	margin-top:5px;
	margin-left:42px;
}
/*.followMeBar {
        position: relative;
        z-index: 1;
       background-color:#F0EFEB;
       width:1065px;
       margin-top:-8px;
       height:175px;
       
    }
    .followMeBar.fixed {
        position: fixed;
        top: 92px;
        z-index: 1;
        
    }
    .followMeBar.fixed.absolute {
        position: absolute;
    }
.followWrap{
	background-color:#F0EFEB;height:210px !important;width:1065px;
}*/
.contanimproc div{
	float:left;
	width:110px;
	height:15px;
	background-image: url(../img/dorado-con-blanco.png);
	background-repeat:no-repeat;
	background-position: -111px 0;
	margin-left:2px;
}
.contanimproc2{
	margin-top:2px;
}
.contanimproc2 div{
	float:left;
	width:110px;
	height:15px;
	background-image: url(../img/cafe-con-blanco.png);
	background-repeat:no-repeat;
	background-position: -111px 0;
	margin-left:2px;
}
.forzff1{
	background-position: -57px 0px !important;
}
.forzff2{
	background-position: 0px 0px !important; 
}
.oblig{
	font-family: "Gotham-Bold";
	font-size:12px;
	color:white;
	margin-left:3px;
}
.obligdiv{
	background-color:#4f4f4f;
	margin-left:112px;
	margin-top:2px;
}
.elcuadritoimg{
    position: absolute;
    margin-top: -31px;
    margin-left: -34px;
}
/* CONTACTO */
#contenedormapa{
	width:100%;
	height:493px;
}
#elmapa{
	width:100%;
	height:552px;
}
#footercontacto{
	width:100%;
	height:630px;
	background-color:#4f4f4f;
}
#contactanos{
	font-family: "Gotham-Bold";
	color:#ffffff;
	font-size:60px;
	margin-top:135px;
	text-align: center;
}
.tituloflotante{
	font-family: "Gotham-Bold";
	font-size:21px;
	color:#ffffff;
	text-align: center;
	
}
.cuerpocontacto{
	font-family: "Gotham-Book";
	font-size:14px;
	color:#ffffff;
	line-height:26px;
}
.flotcontacto{
	float:left;
	width:300px;
	text-align: center;
	margin-left:20px;
}
/* VACANTES */
#mandanos{
	font-family: "Gotham-Bold";
	font-size:18px;
	color:#4f4f4f;
	text-align: center;
}
.labelinputvac{
	font-family: "Gotham-Medium";
	font-size:12px;
	color:#4f4f4f;
}
#loadervac{
	opacity:0;
	margin-top:10px;
	margin-left:5px;
}
#nombrevac{
	background: url(../img/VACANTES/CAMPO-NOMBRE-Y-APELLIDO.jpg) no-repeat ;
	border:none;
	outline:0;
	height:41px;
	width:380px;
	padding-left:35px;
	font-family: "Gotham-Light";
	font-size:14px;
	color:#4f4f4f;
}
#edad{
	background: url(../img/VACANTES/CAMPO-EDAD.jpg) no-repeat ;
	border:none;
	outline:0;
	height:41px;
	width:380px;
	padding-left:35px;
	font-family: "Gotham-Light";
	font-size:14px;
	color:#4f4f4f;
}
#direccionvac{
	background: url(../img/VACANTES/CAMPO-DIRECCION.jpg) no-repeat ;
	border:none;
	outline:0;
	height:41px;
	width:785px;
	padding-left:35px;
	margin-top:5px;
	font-family: "Gotham-Light";
	font-size:14px;
	color:#4f4f4f;
}
#telefono{
	background: url(../img/VACANTES/CAMPO-TELEFONO.jpg) no-repeat ;
	border:none;
	outline:0;
	height:41px;
	width:380px;
	padding-left:35px;
	margin-top:5px;
	font-family: "Gotham-Light";
	font-size:14px;
	color:#4f4f4f;
}
#correo{
	background: url(../img/VACANTES/CAMPO-CORREO.jpg) no-repeat ;
	border:none;
	outline:0;
	height:41px;
	width:380px;
	margin-left:23px;
	padding-left:45px;
	margin-top:5px;
	font-family: "Gotham-Light";
	font-size:14px;
	color:#4f4f4f;
}
#exp{
	background: url(../img/VACANTES/CAMPO-EXPERIENCIA.jpg) no-repeat ;
	border:none;
	outline:0;
	height:41px;
	width:380px;
	padding-left:35px;
	margin-top:5px;
	font-family: "Gotham-Light";
	font-size:14px;
	color:#4f4f4f;
}
#areaint{
	background: url(../img/VACANTES/CAMPO-AREA-DE-INTERES.jpg) no-repeat ;
	border:none;
	outline:0;
	height:41px;
	width:785px;
	padding-left:70px;
	margin-top:5px;
	font-family: "Gotham-Light";
	font-size:14px;
	color:#4f4f4f;
}
#cv{
	background: url(../img/VACANTES/ADJUNTA-TU-CV.jpg) no-repeat ;
	border:none;
	outline:0;
	height:41px;
	width:541px;
	padding-left:50px;
	margin-top:5px;
	font-family: "Gotham-Light";
	font-size:14px;
	color:#4f4f4f;
}
#latextarea{
	background: url(../img/VACANTES/QUE-BUSCAS.png) no-repeat ;
	border:none;
	outline:0;
	height:124px;
	width:785px;
	padding-left:20px;
	max-width:750px;
	min-width:750px;
	max-height:115px;
	min-height:115px;
	margin-top:5px;
	font-family: "Gotham-Light";
	font-size:14px;
	color:#4f4f4f;
	padding-top:5px;
}
#msgenviado{
	display:none;
}
#nombimg{
    position: absolute;
    margin-top: 9px;
    margin-left: 10px;
    display:none;
}
#empimg{
	position: absolute;
    margin-top: 6px;
    margin-left: -2px;
    display:none;
}
#edadimg{
    position: absolute;
    margin-top: 12px;
    margin-left: -5px;
    display:none;
}
#dirimg{
    margin-left: 10px;
    position: absolute;
    margin-top: 12px;
    display:none;
}
#telimg{
    position: absolute;
    margin-left: 13px;
    margin-top: 12px;
    display:none;
}
#corrimg{
    position: absolute;
    margin-top: 19px;
    margin-left: -5px;
    display:none;
}
#areaimg{
	position: absolute;
    margin-top: 15px;
    margin-left: 12px;
    display:none;
}
.tacheabs{
	position:absolute;
	font-family: "Gotham-Bold";
	font-size:19px;
	color:#4f4f4f;
}
.file_button_container,
.file_button_container input{
	height: 41px;
     width: 218px;
     cursor:pointer;
     margin-top:-42px;
     margin-left:565px;
     position:absolute;
}
.file_button_container {
       background: transparent url(../img/VACANTES/OVER-DE-EXAMINAR.png) left top no-repeat;
}
.file_button_container.en {
       background: transparent url(../img/BROWSE-HOVER.png) left top no-repeat;
}
.file_button_container input {
       opacity: 0;
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  		filter: alpha(opacity=0);
}
/* ROTAR */
#ipadrotar{
	position:fixed;
	width:295px;
	height:295px;
	top:50%;
	left:50%;
	margin-top:-147px;
	margin-left:-147px;
	display:none;
	z-index:4;
}
#ipaddiv{
	width:100%;
	height:100%;
	background-color:black;
	position:fixed;
	z-index:3;
	display:none;
	opacity:0.7;
}
/* FOOTER */
#footer{
	width:100%;
	margin-top:80px;
	height:50px;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  		filter: alpha(opacity=0);
}
#footerint{
	width:945px;
	margin:0 auto;
	border-top:3px solid #D3D3D3;
}
#remedia{
	text-align: right;
	font-family: "Gotham-Medium";
	font-size:11px;
	color:#bfc0c1;
	margin-top:10px;
	
}
/* LOADER */
#loaderraya{
    position: fixed;
    top: 91px;
    z-index: 3;
    width: 100%;
}
#loaderfinal{
    width: 0%;
    background-color: #b89b5a;
    height: 2px;

}/* IPAD */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px){
	
	.todoparallax{
		position:relative;
	}
	
    #icotermsdiv{
    	 width:1000px !important;
    }
    #graphsdiv{
    	margin-top:20px !important;
    }
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation:portrait) {
	
	#ipadrotar{
		display:block;
	}
	#ipaddiv{
		display:block;
	}
	
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
