/* ==========================================================================
   AVISO DE NAVEGADOR VIEJO
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   GENERALES
   ========================================================================== */

html, body {
	height: 100%;
	width: 100%;
}

body {
	background: 161220;
	text-align: center;
	-ms-overflow-y: scroll;
	overflow-y: scroll;
}

body, p, h1, h2, h3, h4, h5, h6, span, li, strong, em, a, input, textarea {
	font-family: 'Rambla', sans-serif;
	font-weight: 400;
	font-style: italic;
	text-decoration: none;
}

strong {
	font-weight: 700;
}

a, span, header, .top, nav, .data, img, nav ul, li, input, textarea {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.wrapper {
	max-width: 1140px;
	min-width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	text-align: left;
}

.seccion {
	width: 100%;
	min-height: 100%;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.seccion .wrapper {
	margin-bottom: 50px;
}

.col25, .col33, .col50, .col66, .col75, .col100 {
	float: left;
	position: relative;
}

.col25 {
	width: 25%;
}

.col33 {
	width: 33.3%;
}

.col50 {
	width: 50%;
}

.col66 {
	width: 66.6%;
}

.col75 {
	width: 75%;
}

.col100 {
	width: 100%;
}

.modulo {
	margin: 0 20px;
	position: relative;
}

img {
	width: 100%;
	display: block;
}

h1 {
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	padding: 150px 0 0;
	margin: 0 0 40px;
	text-shadow: rgba(0,0,0,0.4) 0 3px 10px;
	border-bottom: rgba(255,255,255,0.7) 1px solid;
	-webkit-box-shadow: rgba(0,0,0,0.7) 0 1px 0;
	box-shadow: rgba(0,0,0,0.1) 0 1px 0;
}

.box {
	background: #eee;
	width: 100%;
	margin: -2px 0 50px 0;
	-webkit-box-shadow: rgba(0,0,0,0.4) 0 3px 10px;
	box-shadow: rgba(0,0,0,0.4) 0 3px 10px;
	position: relative;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	-webkit-box-shadow: rgba(243,112,13,0.5) 0 10px 0;
	box-shadow: rgba(243,112,13,0.5) 0 10px 0;
}

.top {
	height: 82px;
	background: #fff;
	position: relative;
	z-index: 2;
}

.top .wrapper {
	height: 100%;
}

.logo {
	display: block;
	float: left;
	margin: 10px;
	height: 61px;
}

.logo img {
	height: 61px;
}

nav {
	display: block;
	background: #fff;
	height: 35px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 0 10px, inset rgba(0,0,0,0.1) 0 10px 20px;
	box-shadow: rgba(0,0,0,0.3) 0 0 10px, inset rgba(0,0,0,0.1) 0 10px 20px;
	/*overflow: hidden;*/
	z-index: 1;
	position: relative;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	margin: 0 10px;
	display: block;
	height: 40px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 -15px 40px;
	box-shadow: rgba(0,0,0,0.2) 0 -15px 40px;
}

nav li {
	float: left;
	width: 20%;
	text-align: center;
	position: relative;
}

nav a, nav:hover .current a {
	display: block;
	background: none;
	height: 35px;
	line-height: 35px;
	color: #999;
	font-size: 18px;
	position: relative;
	box-shadow: none;
	text-shadow: #fff 0 -1px 0;
}

nav a:hover, nav a:active, nav .current a, nav:hover .current a:hover {
	background: rgba(255,255,255,.5);
	color: rgb(243,112,13);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 -15px 40px;
	box-shadow: rgba(0,0,0,0.3) 0 -15px 40px;
	z-index: 3;
}

nav .current a {
	z-index: 2;
	font-weight: bold;
}

.data {
	float: right;
	margin: 10px;
	list-style: none;
	font-size: 13px;
	color: #999;
}

.data li {
	padding: 2px 22px 2px 0;
	margin: 0;
	text-align: right;
}

.idioma {
	float: left;
	margin: 10px;
	padding: 0;
	list-style: none;
}

.idioma li {
	float: left;
	margin: 3px;
}

.idioma a {
	display: block;
}

.idioma a:hover {
	-webkit-box-shadow: #F59752 0 0 0 2px;
	box-shadow: #F59752 0 0 0 2px;
}

.idioma img {
	width: auto;
}

.icon-dir {
	background: url(../img/icon-dir.png) right 1px no-repeat;
}

.icon-tel {
	background: url(../img/icon-tel.png) right 1px no-repeat;
}

.icon-mail {
	background: url(../img/icon-mail.png) right 1px no-repeat;
}

.icon-mail a {
	color: #999;
}

.icon-mail a:hover {
	color: #f3700d;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 34px;
	width: 100%;
	background: #eee;
	border-top: 1px solid #fff;
	-webkit-box-shadow:  rgba(0,0,0,0.3) 0 0 10px, rgba(243,112,13,0.5) 0 -10px 0;
	box-shadow:  rgba(0,0,0,0.3) 0 0 10px, rgba(243,112,13,0.5) 0 -10px 0;
}

footer img {
	width: auto;
	margin: 6px 0 !important;
	float: left;
}

.qr {
	margin: 0 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.qr img {
	margin: 0 0 !important;
}

footer p {
	position: absolute;
	right: 35px;
	top: 3px;
	margin: 0;
	padding: 0;
	color: #666;
}

footer p a {
	color: #f3700d;
	padding: 0 3px;
	margin: 0 -2px;
	border-radius: 2px;
}

footer p a:hover {
	background: #f3700d;
	color: #fff;
}

/* ==========================================================================
   QUIENES SOMOS
   ========================================================================== */

#quienes-somos {
	background: #181422 url(../img/bg_quienes.jpg) center 0 fixed no-repeat;
}

#quienes-somos .quienes-box {
	background: #fff;
	-webkit-box-shadow: #f3700d 0 10px 0, rgba(0,0,0,0.5) 0 10px 20px;
	box-shadow: #f3700d 0 10px 0, rgba(0,0,0,0.5) 0 10px 20px;
	padding: 0;
}

#quienes-somos .quienes-box p {
	color: #333;
	font-size: 16px;
	margin: 15px 0;
}

#quienes-somos .quienes-box p:first-child {
	margin: 20px 0 15px;
}

.clientes {
	margin-top: 100px;
	background: #fff;
	text-shadow: #fff 0 1px 0;
	padding: 0 0 10px;
}

.clientes h2 {
	font-size: 38px;
	border-bottom: 4px double;
	padding: 25px 0 10px;
	font-weight: bold;
}

.clientes p {
	font-size: 17px;
	text-align: right;
	color: #333;
}

.clientes ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}

.clientes li {
	margin: 0;
	padding: 0;
	float: left;
	width: 33.3%;
}

.clientes li a {
	margin: 10px;
	display: block;
	position: relative;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 3px 10px;
	box-shadow: rgba(0,0,0,0.2) 0 3px 10px;
}

.clientes li a:hover {
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 3px 10px;
	box-shadow: rgba(0,0,0,0.5) 0 3px 10px;
}

.clientes li img {
	display: block;
	width: 100%;
	height: auto;
}

/* ==========================================================================
   PRODUCTOS
   ========================================================================== */

#hornos {
	background: #181422 url(../img/bg.jpg) center 0 no-repeat fixed;
}

#otros-productos {
/*	background: #181422 url(../img/bg-otros-productos.jpg) center 0 no-repeat fixed;
*/	background: #181422 url(../img/bg.jpg) center 0 no-repeat fixed;

}

.luces, .diamantes {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.luces {
	background: url(../img/luces.png) center 0 repeat-y;
}

.diamantes {
	background: url(../img/diamantes.png) 0 0 repeat;
}

.productosTop {
	background: url(../img/productosTop2.png) bottom;
	width: 100%;
	height: 920px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 5px 10px, inset rgba(255,255,255,0.2) 0 -1px 0;
	box-shadow: rgba(0,0,0,0.3) 0 5px 10px, inset rgba(255,255,255,0.2) 0 -1px 0;
	z-index: 3;
}

.menuProd {
	-ms-overflow-x: hidden;
	overflow-x: hidden;
}

.menuProd ul {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 1;
	display: block;
}

.menuProd li {
	list-style: none;
	margin: 0 0 2px;
}

.menuProd a {
	text-decoration: none;
	color: #777;
	padding: 15px;
	margin: 0;
	font-size: 16px;
	display: block;
	background: #D4D4D4;
}

.menuProd .btn-catalogos, .menuProd .btn-catalogos.activo {
	margin-top: 30px !important;
}

.menuProd a:hover {
	color: #fff;
	text-shadow: #999 0 1px 2px;
	background: #ADADAD;
}

.menuProd ul li.activo {
	border-top: 2px solid #333;
	margin: 0;
}

.menuProd ul li.btn-catalogos.activo {
	margin-top: 30px !important;
}

.activo > a, .activo > a:hover {
	background: #fff;
	color: #222;
	text-shadow: #fff 0 1px 0;
	box-shadow: none;
}

.menuProd li ul {
	display: none;
}

.menuProd li li {
	background: none;
	margin: 0;
}

.menuProd li.activo li {
	border: none !important;
	background: #fff;
}

.menuProd li li:last-child {
	padding-bottom: 10px;
}

.menuProd li ul a {
	padding: 2px 0 2px 15px;
	font-size: 15px;
	color: #f3700d;
	margin: 0;
	background: #fff;
}

.menuProd li.activo {
	border: none;
}

.menuProd li li a:hover, .menuProd li li.activo a {
	box-shadow: none;
	color: #fff;
	background: #f3700d;
	text-shadow: none;
}

.contentProd {
	position: relative;
	z-index: 10;
	border-top: 2px solid #333;
	background: #fff;
	-webkit-box-shadow: rgba(0,0,0,0.3) -10px 0 15px -10px;
	box-shadow: rgba(0,0,0,0.3) -10px 0 15px -10px;
}

h2 {
	color: #f3700d;
	margin: 0 0 20px;
	padding: 10px 0 5px;
	border-bottom: 1px solid;
	font-size: 30px;
	clear: both;
	line-height: 28px;
}

#otros-productos h2 {
	padding-top: 17px;
}

h2 span {
	line-height: 0;
	color: #666;
	font-size: 18px;
}

.submenuProd {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	width: 100%;
	height: 32px;
}

.submenuProd li {
	float: left;
	width: 49.9%;
}

.submenuProd a {
	display: block;
	color: #666;
	background: #ddd;
	font-size: 18px;
	padding: 5px 10px;
	margin: 0;
}

.submenuProd a:hover, .submenuProd li.activo a {
	background: #999;
	color: #fff;
	text-shadow: none;
}

.contentProd .modulo > div {
	display: none;
}

.contentProd .modulo > div div {
	display: none;
}

.contentProd .modulo .preClick {
	display: block;
	height: 400px;
}

.preClick p {
	color: #ccc;
	background: #eee;
	font-size: 40px;
	padding: 10px 20px;
	margin: 20px 0 0;
}

.preClick img {
	width: auto;
	max-width: 100%;
	margin: 33px auto;
	text-align: center;
}

.descarga-pdf {
	background: #f3700d url(../img/icon-file.png) 5px center no-repeat;
	color: #fff;
	padding: 5px 5px 5px 35px;
}

.descarga-pdf:hover {
	background: #333 url(../img/icon-file.png) 8px center no-repeat;
}

.caracteristicas {
	display: block;
	list-style: none;
}

.caracteristicas li {
	padding: 2px 0 2px 20px;
	background: url(../img/bullet.png) left center no-repeat;
	width: auto;
	display: block;
	float: none;
}

.caracteristicas .icon1, .caracteristicas .icon2, .caracteristicas .icon3, .caracteristicas .icon4  {
	padding: 10px 0 10px 35px;
	border-bottom: 1px solid #ddd;
}

.caracteristicas .icon1 {
	background: url(../img/icon1.png) left center no-repeat;
}

.caracteristicas .icon2 {
	background: url(../img/icon2.png) left center no-repeat;
}

.caracteristicas .icon3 {
	background: url(../img/icon3.png) left center no-repeat;
}

.caracteristicas .icon4 {
	background: url(../img/icon4.png) left center no-repeat;
	border: none;
}

.features {
	list-style: none;
	padding: 20px 0 0;
}

.features li {
	border-top: 1px solid #999;
	display: block;
	clear: both;
}

.catalogos .features {
	padding: 5px 0 50px;
}

.catalogos .features li {
	border: none;
	border-bottom: 1px solid #ccc;
}

.catalogos .features li:last-child {
	border: none;
}

.catalogos .features li h3 {
	color: #333;
}

.features img {
	padding: 20px 17px 20px 0;
	float: left;
	width: 275px;
	height: auto;
	max-width: 100%;
}

.features .diagrama {
	width: auto;
}

.features h3 {
	color: #f3700d;
}

/* ==========================================================================
   SERVICIOS
   ========================================================================== */

#servicios {
	background: #181422 url(../img/bg.jpg) center 0 no-repeat fixed;
}

#servicios .col33 > .modulo {
	background: #fff;
	text-shadow: #fff 0 1px 0;
	border-top: #f3700d 20px solid;
	box-shadow: rgba(0,0,0,0.8) 0 5px 30px;
	padding-bottom: 10px;
	margin-bottom: 50px;
}

#servicios img {
	width: auto;
	max-width: 100%;
	margin: 20px auto;
}

/* ==========================================================================
   CONTACTO
   ========================================================================== */

#contacto {
	text-shadow: #fff 0 1px 0;
	background: url(../img/bg_contacto.jpg) center top no-repeat fixed;
}

#contacto .box {
	border-top: 1px solid #fff;
	background: #fff;
	z-index: 1;
	min-height: 544px;
}

#contacto .box .modulo {
	margin: 20px;
}

.map-holder {
	height: 505px;
	z-index: 0;
	overflow: hidden;
	margin: 18px 0 0 -20px;
	-webkit-box-shadow: rgba(0,0,0,0.4) 0 3px 10px;
	box-shadow: rgba(0,0,0,0.4) 0 3px 10px;
	background: #ddd;
}

.map {
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0;
	right: 0;
}

form {
	padding: 20px 40px 1px 20px;
}

label {
	display: block;
	font-size: 18px;
	color: #666;
	position: relative;
}

input, textarea {
	display: block;
	margin: 5px 0 20px;
	border: none;
	width: 100%;
	padding: 10px;
	-webkit-box-shadow: inset rgba(0,0,0,0.3) 0 2px 5px;
	box-shadow: inset rgba(0,0,0,0.3) 0 2px 5px;
	background: #eee;
}

textarea {
	resize: vertical;
	height: 140px;
}

input:focus, textarea:focus {
	background: #FEEBC7;
}

.submit {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	background: #f3700d;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	padding: 5px 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.submit:hover {
	background: #F48533;
}

.submit:active {
	background: #f3700d;
	box-shadow: #fff 0 1px 0, inset rgba(0,0,0,0.3) 0 3px 5px;
	text-shadow: #D2600B 0 2px 2px;
}

.suggest, .error {
	position: absolute;
	right: -20px;
	bottom: 0;
	font-style: italic;
	font-size: 14px;
	color: #666;
}

.error {
	color: #C10000;
	font-weight: bold;
}

.inputFormRojo {
	background: #BB6F6F;
}

.inputFormVerde {
	background: #88C680;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}
