/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

body{
	background-color: #d7d7d7;
	font-family: share-regular, serif;
}
html {
 /*position: relative;*/
 margin: 0px;
 padding: 0px;
}
img{
	width: 100%;
}
a {text-decoration: none; color: #fff;}
a hover{color: #fff;}
a:active {color: #fff; text-decoration: underline; }
a:visited {color: #fff; text-decoration: underline; }

ul {
	margin: 0;
	padding: 0;
}

/* #Page Styles
================================================== */

#cabezal{
	background-color: #e2e2e2;
	border-top: 15px solid #bdb738;
	padding: 50px 0 60px 0;
	width: 100%;
}

#topHoja{
	background: url(../images/bckHojaCompleto.png) no-repeat;
	height: 160px;
	padding-top: 100px;
	text-transform: uppercase;
	width: 960px;
}
#tipoEmpresa{
	font-size: 1.6em;
	text-align: center;
	padding-bottom: 30px;
}
#maquiladora, #servicios{
	font-size: 1.2em;
	color: #fff;
	background-color: #9FA5AC;
	padding: 10px;
}
#indicador{
	width:0px; 
	height:0px;
	border-top:15px solid #9FA5AC; 
	border-left:15px solid transparent;  
	border-right:15px solid transparent;
}
#indicador2{
	width:0px; 
	height:0px;
	border-top:15px solid #9FA5AC; 
	border-left:15px solid transparent;  
	border-right:15px solid transparent;
	float: right;
}
#indicadorA{
	width:0px; 
	height:0px;
	border-top:15px solid #324753; 
	border-left:15px solid transparent;  
	border-right:15px solid transparent;
}
#indicadorB{
	width:0px; 
	height:0px;
	border-top:15px solid #324753; 
	border-left:15px solid transparent;  
	border-right:15px solid transparent;
	float: right;
}

#bandaBlanca{
	text-align: center;
	padding: 50px 0;
	background-color: #fff;
	margin-top: 150px;
	position: absolute;
	z-index: 2;
	font-size: 2em;
	transform: skew(0deg, -4deg) ;
	-webkit-transform: skew(0deg, -4deg) ;
	-moz-transform: skew(0deg, -4deg) ;
	-o-transform: skew(0deg, -4deg) ;
	-ms-transform: skew(0deg, -4deg) ;
}
#maquiladora, #servicios{
	cursor: pointer;
}

#servicios{
	text-align: right;
}

#bloqueCentral{
	background: url(../images/lateralesHoja.png) repeat-y;
	height: 575px;
	position: absolute;
	z-index: 1;
	border-bottom: 35px solid #9FA5AC;
}

#menuPrincipal ul li{
	float: left;
	margin-right: 6%;
	padding-top: 45px;
	text-transform: uppercase;
	cursor: pointer;
}
#glosario{
	background: url(../images/glosario.png) repeat-y;
	height: 550px;
}

#esquemas{
	height: 370px;
}

#infoSecundaria{
	background-color: #324753;
	position: absolute;
	margin-top: 610px;
	width: 960px;
}

#AAInfo, #serviciosUSAInfo{
	padding: 40px 0 80px 80px;
}

#serviciosMexInfo, #serviciosInter{
	padding: 40px 80px 80px 0;
}

#infoSecciones{
	background-color: #2F91BD;
}
#tituloSecciones{
	padding: 20px;
	font-size: 2.5em;
	background-color: #d7d7d7;
}
#tituloSeccionesB{
	text-align: right;
	padding: 20px;
	font-size: 2.5em;
	background-color: #d7d7d7;
}
#textoSeccionesA{
	padding: 30px;
	font-size: 1.2em;
	width: 70%;
	color: #cce1ea;
	text-align: justify;
}
#textoSeccionesB{
	padding: 30px 30px 30px 25%;
	font-size: 1.2em;
	width: 70%;
	color: #cce1ea;
	text-align:justify;
}
#anclajeSecciones{
	font-size: 2em;
	color: #fff;
	text-align: center;
	width: 70%;
}
#anclajeSeccionesB{
	font-size: 2em;
	color: #fff;
	text-align: center;
	width: 70%;
	margin-left: 25%;
}
#ctaSecciones{
	color: #fff;
	font-size: 1em;
	float: right;
	padding-right: 15%;
	margin-top: 25px;
}
.ctaBtn{
	background-color: #bdb738;
	padding: 10px;
	font-size: 1.5em;
	box-shadow: 5px 5px 10px #464414;
}
.textoDestacable{
	color: #f0f6f8;
	font-size: 1.2em;
}


#contactoInfo{
	padding-top: 35px;
	background-color: #c0bfbf;
}
#dIzq{
	float: left;
	width: 40px;
}

#datosContacto{
	padding-top: 40px;
}
#dDer{
	margin-left: 45px;
	padding: 10px 0 0 5px;
}
#dato{
	display: inline-block;
	font-size: 1.2em;
}

#cotizaciones{
	padding: 20px;
	text-align: center;
	font-size: 2em;
	background-color: #c0bfbf;
	color: #5c5c5c;
	text-transform: uppercase;
}

#datosGenerales{
	background-color: #324753;
	height: 60px;
	padding: 20px;
	color: #fff;
	font-size: 1em;
}
.scrollup{
    width:62px;
    height:61px;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url('../images/backTop.png') no-repeat;
}
#menuFloat{
	position:fixed;
    bottom:50px;
    right:80px;
    display:none;
}
#menuFloat ul li{
	padding: 0;
	margin: 2px;
	cursor: pointer;
}
#M,#S{
	float: left;
	width: 45%;
	text-align: center;
	background-color: #9FA5AC;
	color: #fff;
	margin-bottom: 5px;
}
#M{
	margin-right: 5%;
}
#S{
	margin-left: 5%;
}
#separador{
	height: 30px;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/