/*
	industria

*/

html, body {
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
    padding: 0px;
    margin: 0px;
    width: 100%;
}


/*
		Cosas generales
*/


a, ul, p, div, h1, h2, h3 {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

a:focus {
    outline: none;
}


#wraper {	
	max-width: 2000px;
	overflow: hidden;
	width: 100%;
}

#up {
	background: rgb(37, 72, 152);
	border-radius: 50%;
	display: block;
	opacity: .5;
	position: fixed;
	height: 40px;
	right: 2%;
	bottom: 2%;
	width: 40px;
	z-index: 999;

	transform: rotate(180deg);
}


header {
	background-color: rgba(245, 242, 241, 0.95);
	color: #8a8b8b;
	height: 56px;
	position: fixed;
	width: 100%;
	z-index: 999;
}

header > div{
	margin: 0 auto;
	width: 980px;	
}

header h1 {
	display: inline-block;
	height: 45px;
	margin: 6px 0 0 10px;
	vertical-align: top;
	width: 204px;
}

header h1 a {
	background: transparent url(../img/logo2.png) 0 0 no-repeat;
	display: block;
	height: 100%;
	width: 100%;
}

header h1 a span {
	display: none;
}

header nav {
	display: inline-block;
	font-size: 0.8em;
	margin: 6px 15px 0 145px
}

nav a {
	color: #526aa3;
	display: inline-block;
	margin: 15px 10px 0 0;
	vertical-align: top;
 	transition: linear 0.3s;
}

nav a:hover {
	color: #F25643;
}

nav a:nth-child(2) {
	margin: 0 30px;
}

nav .separadorMenu {
	display: inline-block;
	margin: 0 20px;
	vertical-align: top;
}

header > div > span {
	background: transparent url(../img/telefono.png)  0 50% no-repeat;
	color: #db3e4e;
	display: inline-block;
	font-size: 1.1em;
	margin-top: 14px;
	padding-left: 30px;
	vertical-align: top;
}


/*
	Menú
*/

#irContacto {
	background: transparent url(../img/sobre.png)  0 46% no-repeat;
	padding-left: 30px;
}




/*
		Centro
*/

#centro {
	margin: 0 auto;
	width: 100%;
}

#centro ul {
	position: absolute;
	bottom: 10%;
	left: 40%;
	z-index: 80;
}

#centro li {

	display: inline-block;
	height: 57px;
	margin-right: 25px;
	vertical-align: top;
	width: 57px;
}

#centro li a {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	display: block;
	height: 100%;
	width: 100%;
}

#btn_industria {
	background: #db3e4e url(../img/icono_industria.png) 50% -20% no-repeat;
}

#btn_industria:hover {
	background-color: #fff;
	background-position:  50% 130%;
}

.industriaActivo {
	background-color: #fff !important;
	background-position:  50% 130% !important;
}



#btn_edificios {
	background: #db3e4e url(../img/icono_edificios.png) 50% -20% no-repeat;
}

#btn_edificios:hover {
	background-color: #fff;
	background-position:  50% 130%;
}


.edificiosActivo {
	background-color: #fff !important;
	background-position:  50% 130% !important;	
}


#btn_potencia {
	background: #db3e4e url(../img/icono_potencia.png) 50% -20% no-repeat;
}

#btn_potencia:hover {
	background-color: #fff;
	background-position:  50% 125%;	
}

.potenciActivo {
	background-color: #fff !important;
	background-position:  50% 125% !important;	
}


#btn_casas{
	background: #db3e4e url(../img/icono_casa.png) 50% -20% no-repeat;
}

#btn_casas:hover {
	background-color: #fff;
	background-position:  50% 135%;	
}

.casasActivo {
	background-color: #fff !important;
	background-position:  50% 135% !important;		
}


#centro #banners{
	display: none;
	height: 752px;
	position: relative;
}

#imgBanners {
	position: absolute;
	bottom: 30%;
	left: 10%;
	z-index: 10;
}


#losBanners {
	height: 100%;
}

#losBanners div {
	height: 782px;
	left: 50%;
	margin-left: -1000px;
	max-width: 2000px;
	overflow: hidden;
}

#losBanners img {
	width: 100%;
}

/*
	Cinta Blanca
*/

#cintaBlanca {
	background: #f1f1f1;
	border-top: 3px solid #db3e4e;
	height: 215px;
	margin: 0 auto;
	position: relative;
	top: 368px;
	width: 100%;
	z-index: 99;
}

#cintaBlanca > div {
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	width: 980px;
}

#cintaBlanca p {
	color: #92949a;
	font-size: 2em;
	text-align: center;
}

#cintaBlanca a {
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #92949a;
	display: block;
	font-size: 1em;
	margin: 30px auto 30px;
	padding: 5px 0;
	text-align: center;
	width: 160px;
}

/* Trayectoria */

#contendorTrayectoria {
	background: url(../img/bg_trayectoria.jpg) 0 0% no-repeat;
	position: relative;
	height: 310px;
	width: 100%;
	z-index: 90;
}

#trayectoria {
	color: #fff;
	height: 310px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	width: 100%;
}

#trayectoria h2 {
	font-size: 2.2em;
	margin: 0 auto 20px;
	text-align: center;
	width: 960px;
}

#trayectoria div {
	margin: 0 auto;
	width: 950px;
}

.textoTrayectoria {
	display: inline-block;
	font-size: 0.9em;
	margin: 0 auto;
	text-align: justify;
	vertical-align: top;
	width: 430px;
}

#trayectoria div p:first-child {
	margin-right: 70px;
}

/*
	Cinta Blanca 2
*/

#cintaBlanca2 {
	background: #fff;
	margin: 0 auto;
	position: relative;
	width: 100%;
	z-index: 99;
}

#cintaBlanca2 > div {
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	width: 980px;
}

#cintaBlanca2 p {
	color: #23469a;
	font-size: 2em;
	text-align: center;
}

#cintaBlanca2 p:nth-child(1) {
	font-weight: 100;
}


/*
	Productos
*/

#productos {
	background: #c53846 url(../img/bg_proyectos.jpg) 0 0% no-repeat;
	height: 422px;
	position: relative;
}

#productos h2 {
	color: #fff;
	margin-bottom: 10px;
	padding: 10px 0;
	text-align: center;
}

#productos h2 span {
	font-weight: 100;
}


#productos a {
	top: 40px;
	display: inline-block;
	position: absolute;
	vertical-align: top;
	z-index: 40;
}

#losProductos {
	margin: 0 auto;
	width: 980px;
}

.imgProductos {
	display: inline-block;
	vertical-align: top;
	width: 60%;
}

.imgProductos img {
	display: inline-block;
	vertical-align: top;
}

.imgProductos img:nth-child(1) {
	margin-right: 40px;
}

.imgProductos p {
	color: #fff;
	font-size: 1em;
	margin-top: 15px;
}

.tituloProyecto {
	color: #fff;
	display: inline-block;
	font-size: 1em;
	font-weight: 700;
	margin: 15px 0 20px 1%;
	vertical-align: top;
}

.textoProyecto {
	display: inline-block;
	color: #fff;	
	font-size: 0.9em;
	font-weight: 100;
	text-align: justify;
	vertical-align: top;
}

.textosProyectos {
	display: inline-block;
	vertical-align: top;
	width: 30%;
}


.pPotencia {
	background: url(../img/icono_potencia.png) 0 2% no-repeat;
	background-size: 25px auto;
	padding-left: 40px;
}

.pIndustria {
	background: url(../img/icono_industria.png) 0 2% no-repeat;
	background-size: 25px auto;
	padding-left: 40px;
}

.pEdificios {
	background: url(../img/icono_edificios.png) 0 2% no-repeat;
	background-size: 25px auto;
	padding-left: 40px;
}

.pCasas{
	background: url(../img/icono_casa.png) 0 2% no-repeat;
	background-size: 25px auto;
	padding-left: 40px;
}




/*
	CONTACTO
*/

#contacto {
	background: #101626 url(../img/bg_contacto.jpg) 0 0 repeat-x;
	color: #fff;
	height: 600px;
	margin: 0 auto;
	padding-top: 40px;
	position: relative;
	width: 100%;
}


#contacto h3 {
	background: url(../img/linea_contacto.png) 0 100% no-repeat;
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
	width: 95%;
}

#centroContacto {
	margin: 0 auto;
	width: 960px;
}

#contactoIzquierdo, #contactoDerecho {
	display: inline-block;
	vertical-align: top;
}

#contactoIzquierdo p {
	font-weight: 100;
	padding-left: 40px;
}

#dirContacto {
	background: url(../img/pin_contacto.png) 0 0 no-repeat;
}

#telContacto {
	background: url(../img/tel_contacto.png) 0 0 no-repeat;
	margin: 40px 0;
}


#mailContacto {
	background: url(../img/sobre_contacto.png) 0 0 no-repeat;	
}

#mailContacto a {
	color: #3897f9;
}


#contactoDerecho {
	margin-left: 130px;
	width: 368px;
}

#contactoDerecho p label, #contactoDerecho a {
	display: inline-block !important;
	vertical-align: top !important;
}

#contactoDerecho a {
	color: #fff;
}

#contactoDerecho div a {
	margin-top: 19px;
}

.iEntrada {
	display: block;
	font-size: 1.1em;
	margin-bottom: 10px;
	width: 95%;
}


/* Esto es para mostrar mensaje de gracias o error al enviar mensaje */

#mensajeContacto {
	background: rgba(32, 63, 138, 0.9);
	color: #fff;
	box-shadow: 0 0 5px 0px rgb(255, 255, 255);
	display: none;
	height: 100px;
	left: 3%;
	position: absolute;
	top: 40%;
	width: 90%;
}

#mensajeContacto p {
	font-size: 1.2em;
	margin-top: 35px;
	text-align: center;
	text-shadow: 0 1px #ccc;
}


/* Estilos para los input */

#lineaEnviar input {	
	background: 0;
	border: 0;
	color: #fff;
	float: right;
	font-size: 2em;
	margin: 6px 20px 0 0;
}

.iEntrada {
	border: 0;
	border-radius: 5px;
	padding: 2%;
}

#enviar {
	background: #23469a;
	border: 2px solid #616775;
	border-radius: 10px;
	color: #fff;
	display: block;
	margin: 20px auto 10px;
	padding: 10px 0;
	width: 140px;
}

#leyenda {
	color: #db3e4e;
	display: block;
	margin-top: 50px;
}

.asterisco {
	color: red;
	font-size: 0.8em;
}


/*

		Footer
*/

footer {
	background: #fff;
	color: #666768;
	font-family: arial;
	font-size: 0.8em;
	padding: 10px 0;
}

footer a {
	color: #17213c;
}

footer #pie {
	margin: 0 auto;
	text-align: center;
	width: 980px;
}

footer #pie span {
	display: inline-block;
	margin-left: 60px;
}


.negrita {
	font-weight: bold;
}