/*=================================*/
/* Imports
/*=================================*/

@font-face {
	font-family: 'Open Sans Condensed';
	src: url('../fonts/open-sans-condensed.eot'); /* IE9 */
} 

/*=================================*/
/* Body
/*=================================*/
body {
	background-color: #fff;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #666;
}

a {
	text-decoration: none;
}

/*=================================*/
/* Header
/*=================================*/
#header {
	width: 960px;
	height: 60px;
	margin: 0 auto;
	margin-top: 30px;
	background: #00a2d8; /* Old browsers */
	background: -moz-linear-gradient(top,  #00a2d8 0%, #0087c1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2d8), color-stop(100%,#0087c1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00a2d8 0%,#0087c1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00a2d8 0%,#0087c1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00a2d8 0%,#0087c1 100%); /* IE10+ */
	background: linear-gradient(top,  #00a2d8 0%,#0087c1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2d8', endColorstr='#0087c1',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
}

#logo {
	float: left;
}

#logo h1 > a {
	font-family: Arial Black, Arial, Sans-serif;
	font-size: 22px;
	font-weight: 800;
	line-height: 60px;
	color: #fff;
	margin-left: 15px;
}

#logo h1> a:hover {
	text-shadow: 1px 1px 1px #666;
}

#main-nav {
	float: right;
	font-size: 18px;
	font-family: 'Open Sans Condensed', Calibri, sans-serif;
	font-weight: bold;
}

#main-nav a {
	color: #fff;
	display: block;
}

#main-nav li {
	width: 110px;
	height: 45px;
	float: left;
	display: block;
	list-style-type: none;
	text-align: center;
	padding-top: 15px;
}

#main-nav li:hover {
	background-image: url('../images/pick.png');
	background-repeat:no-repeat;
	background-position:center bottom;
	text-shadow: 1px 1px 1px #666;	
}

#main-nav span {
	font-family: 'Droid Serif', Tahoma, serif;
	font-weight: normal;
	font-size: 10px;
	font-style: italic;
	display: block;
	margin-top: 2px;
}

.selected {
	background-image: url('../images/pick.png');
	background-repeat:no-repeat;
	background-position:center bottom;
	text-shadow: 1px 1px 1px #333;
}

/*=================================*/
/* Content
/*=================================*/
#content {
	width: 960px;
	margin: 0 auto;
}

#separator-bar {
	height: 15px;
	width: 100%;
	background-color: #d9dadb ;
	display: block;
}

#main-content {
	width: 100%;
}

/*=================================*/
/* Containers
/*=================================*/

#first-container {
	width: 100%;
	height: 410px;
	background-color: #eceded;
}

#first-container strong {
	font-weight: bold;
	color: #0E71C4;
}

#second-container {
	width: 100%;
	min-height: 120px;
	max-height: 500px;
	background-color: #d9dadb;
}

/*=================================*/
/* Slider
/*=================================*/

#slider {
	margin: 15px 0;
	border-style: solid;
	border-width: 10px;
	border-color: #eceded;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

/*=================================*/
/* Main Content
/*=================================*/

#main-content {
	width: 960px;
	height: 100px;
	margin: 0 auto;
}

#quotes {
	float: left;
	width: 733px;
	height: 85px;
	border-right-style: dotted;
	border-right-width: 2px;
	border-right-color: #ddd;
	margin-right: 25px;
	font-family: Georgia, Sans-Serif;
	font-size: 22px;
	font-style: italic;
	line-height: 30px;
	color: #0087c1;
	text-shadow: 1px 1px 1px #ccc;
}

#quotes h2 {
	margin-top: 10px;
}

#quotes span {
	font-family: Georgia, Sans-Serif;
	font-size: 20px;
	font-style: italic;
	line-height: 30px;
	color: #0087c1;
	text-shadow: 1px 1px 1px #aaa;
}

#contact-envelope {
	float: right;
	width: 200px;
	height: 83px;
	background-image: url('../images/envelope.png');
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 2px;
}

#contact-envelope a {
	font-family: Georgia, Sans-Serif;
	font-size: 18px;
	font-style: italic; 
	color: #0087c1;
	margin-top: 33px;
	margin-left: 75px;
	display: block;
}

#contact-envelope a:hover {
	text-shadow: 1px 1px 1px #ccc;
}

/*=================================*/
/* Secondary Content
/*=================================*/

#secondary-content {
	width: 960px;
	margin: 0 auto;
}

#secondary-content h2 {
	font-family: Georgia, Sans-Serif;
	font-size: 22px; 
	color: #0087c1;
	text-shadow: 1px 1px 1px #ccc;
}

#secondary-content p {
	line-height: 20px;
}

#who-we-are {
	float: left;
	width: 450px;
	padding: 0 28px 0 0;
	margin-top: 20px;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #ccc;
}

#quality {
	float: right;
	width: 450px;
	margin-top: 20px;
}

.left {
	float: left;
	width: 100px;
	margin-right: 25px;
	margin-top: 15px;
}

.right {
	float: right;
	width: 325px;
	margin-top: 15px;
}

/*=================================*/
/* Footer
/*=================================*/

#footer {
	width: 960px;
	margin: 0 auto;
	font-size: 10px;
	line-height: 18px;
	min-height: 120px;
	max-height: 500px;
}

#footer h3 {
	font-family: Arial Black, Arial, Sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #888;
	text-shadow: 1px 0px 0px #ebebeb;
}

#footer a {
	color: #0087c1;
}

#footer a:hover {
	text-decoration: underline;
}

#footer li {
	list-style-type: none;
	float: left;
}

#contact-data {
	float: left;
	margin-top: 15px;
}

#site-map {
	float: right;
	margin-top: 15px;
	text-align: right;
}

#site-map ul {
	float: right;
}

.barr {
	margin: 0 15px;
}

/*=================================*/
/* Productos
/*=================================*/

#products-container {
	width: 100%;
	height: auto;
	min-height: 370px; /*==== 675px =====*/
	overflow: auto;
	overflow-y: hidden;
	overflow-x: hidden;
	background-color: #eceded;
}

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

#products h2 {
	font-family: Georgia, Sans-Serif;
	font-size: 22px;
	font-style: italic;
	color: #0E71C4;
	text-align: center;
	margin-top: 20px;
	text-shadow: 1px 1px 1px #bbb;
}

#prodcuts p {
	line-height: 20px;
}

#left {
	float: left;
	width: 480px;
	margin-top: 50px;
}

#right {
	float: right;
	width: 480px;
	margin-top: 50px;
}

#cocinas {
	float: left;
	margin-right: 25px;
	margin-bottom: 50px;
}

#cocinas a {
	display: block;
	width: 200px;
	height: 200px;
	background-image: url('../images/product-cocinas.png');
	background-repeat: no-repeat;
	background-position: center top;
	border-width: 10px;
	border-style: solid;
	border-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

#cocinas a:hover {
	background-position: center bottom;
}

#vestidores {
	float: right;
	margin-right: 15px;
	margin-bottom: 50px;
}

#vestidores a {
	display: block;
	width: 200px;
	height: 200px;
	background-image: url('../images/product-vestidores.png');
	background-repeat: no-repeat;
	background-position: center top;
	border-width: 10px;
	border-style: solid;
	border-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#vestidores a:hover {
	background-position: center bottom;
}

#mespeciales {
	float: left;
	margin-left: 15px;
	margin-bottom: 50px;
}

#mespeciales a {
	display: block;
	width: 200px;
	height: 200px;
	background-image: url('../images/product-mespeciales.png');
	background-repeat: no-repeat;
	background-position: center top;
	border-width: 10px;
	border-style: solid;
	border-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#mespeciales a:hover {
	background-position: center bottom;
}

#bath {
	float: right;
	margin-left: 15px;
	margin-bottom: 50px;
}

#bath a {
	display: block;
	width: 200px;
	height: 200px;
	background-image: url('../images/product-bath.png');
	background-repeat: no-repeat;
	background-position: center top;
	border-width: 10px;
	border-style: solid;
	border-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#bath a:hover {
	background-position: center bottom;
}

.clear {
	clear: both;
}

/*=================================*/
/* Cocinas
/*=================================*/

#lineas-cocinas {
	width: 960px;
	margin: 0 auto;
	margin-top: 50px;
	text-align:center;
}

#lineas-cocinas h1 {
	font-family: Georgia, Sans-Serif;
	font-size: 24px;
	color: #0E71C4;
	text-align: left;
	text-shadow: 1px 1px 1px #bbb;
	padding-top: 30px;
	margin-bottom: 30px;
}

#lineas-cocinas h2 {
	font-family: Georgia, Sans-Serif;
	font-size: 18px;
	font-style: italic;
	color: #0E71C4;
	text-align: center;
	margin-top: 20px;
	margin-right: 40px;
	text-shadow: 1px 1px 1px #bbb;
}

#lineas-cocinas li {
	list-style-type: none;
	float: none;
	margin-bottom: 45px;
	display:inline-block;
}

#lineas-cocinas p {
	line-height: 20px;
}

#provenzal a {
	display: block;
	width: 140px;
	height: 140px;
	background-image: url('../images/product-cocinas-provenzal.png');
	background-repeat: no-repeat;
	background-position: center top;
	border-width: 10px;
	border-style: solid;
	border-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 40px;
}

#provenzal a:hover {
	background-position: center bottom;
}

#brillare a {
	display: block;
	width: 140px;
	height: 140px;
	background-image: url('../images/product-cocinas-brillare.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	border-width: 10px;
	border-style: solid;
	border-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 40px;
}

#brillare a:hover {
	background-position: center bottom;
}

#campo a {
	display: block;
	width: 140px;
	height: 140px;
	background-image: url('../images/product-cocinas-campo.png');
	background-repeat: no-repeat;
	background-position: center top;
	border-width: 10px;
	border-style: solid;
	border-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 40px;
}

#campo a:hover {
	background-position: center bottom;
}

#roma a {
	display: block;
	width: 140px;
	height: 140px;
	background-image: url('../images/product-cocinas-roma.png');
	background-repeat: no-repeat;
	background-position: center top;
	border-width: 10px;
	border-style: solid;
	border-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 40px;
}

#roma a:hover {
	background-position: center bottom;
}

#millenium a {
	display: block;
	width: 140px;
	height: 140px;
	background-image: url('../images/product-cocinas-millenium.png');
	background-repeat: no-repeat;
	background-position: center top;
	border-width: 10px;
	border-style: solid;
	border-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 40px;
}

#millenium a:hover {
	background-position: center bottom;
}

#alpine a {
	display: block;
	width: 140px;
	height: 140px;
	background-image: url('../images/product-cocinas-alpine.png');
	background-repeat: no-repeat;
	background-position: center top;
	border-width: 10px;
	border-style: solid;
	border-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#alpine a:hover {
	background-position: center bottom;
}

#alpine h2 {
	font-family: Georgia, Sans-Serif;
	font-size: 20px;
	font-style: italic;
	color: #0E71C4;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	text-shadow: 1px 1px 1px #bbb;
}

.cleared {
	clear: both;
	width: 960px;
	margin: 0 auto;
	height: 1px;
	background-color: #fff;
	border-top-color: #999;
	border-top-style: solid;
	border-top-width: 1px;
}

/*=================================*/
/* Calidad
/*=================================*/

#calidad-container {
	width: 100%;
	height: 725px;
	background-color: #eceded;
}

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

#calidad h2 {
	font-family: Georgia, Sans-Serif;
	font-size: 22px;
	color: #0E71C4;
	padding-top: 20px;
	margin-bottom: 25px;
	text-shadow: 1px 1px 1px #bbb;
}

#calidad p {
	line-height: 20px;
	text-align: justify;
	
}

#calidad strong {
	font-weight: bold;
	color: #0E71C4;
}

#qual {
	margin-top: 25px;
	margin-bottom: 25px;
}

#qual img {
	margin-right: 20px;
	float: left;
	border-width: 10px;
	border-style: solid;
	border-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#kitchen {
	margin: 25px 0;
}

#kitchen img {
	float: right;
	border-width: 10px;
	border-style: solid;
	border-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 20px;
}

.especial {
	margin-bottom: 25px;
	font-size: 17px;
	font-family: 'Open Sans Condensed', Calibri, sans-serif;
	color: #0E6DC0;
	font-style: italic;
	text-shadow: 1px 1px 1px #ccc;
}

.izquierda {
	float: left;
}

.derecha {
	float: right;
}

.kitchen {
	width: 720px;
	float: left;
}

#vehiculos {
	width: 960px;
	margin: 25px 0 0 0;
}

#vehiculos img{
	border-width: 10px;
	border-style: solid;
	border-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.clear {
	clear: both;
}

/*=================================*/
/* Contacto
/*=================================*/

#contacto-container {
	width: 100%;
	height: 550px;
	background-color: #eceded;
}

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

#contacto h2 {
	font-family: Georgia, Sans-Serif;
	font-size: 22px;
	color: #0E71C4;
	padding-top: 20px;
	margin-bottom: 15px;
	text-shadow: 1px 1px 1px #bbb;
}

#contacto h3 {
	font-family: Georgia, Sans-Serif;
	font-size: 16px;
	color: #0E71C4;
	text-shadow: 1px 1px 1px #bbb;
}

#contacto p {
	line-height: 20px;
}

#form {
	float: left;
	width: 480px;
}

#data {
	float: right;
	width: 465px;
}

#data small {
	font-size: 10px;
}

#data iframe {
	border-width: 10px;
	border-style: solid;
	border-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

ul.right{
	width: 220px;
	margin-top: 25px;
}

ul.left {
	width: 220px;
	margin-top: 25px;
}

ul.both {
	width: 350px;
}

.both {
	margin-top: 145px;
}

#data li {
	margin: 10px 0;
}

#data li>a {
	color: #2495CE;
}

#data li>a:hover {
	text-decoration: underline;
}

#formulario ol {
	list-style-type:none;
}

#formulario ol li {
	display:block;
	clear:both;
}

#formulario ol li label {
	display:block;
	margin:0;
	padding:14px 0 0 0;
}

#formulario ol li input.text {
	width:400px;
	border:1px solid #D9DADB;
	margin:0;
	padding:5px 2px;
	height:14px;
	background-color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #333;
}

#formulario ol li textarea {
	width:400px;
	border:1px solid #D9DADB;
	margin:0;
	padding:4px;
	background-color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #333;
}

#formulario ol li input.text:hover {
	border:1px solid #999;
}

#formulario ol li textarea:hover {
	border:1px solid #999;
}

#formulario ol li input.text:focus {
	border:1px solid #999;
}

#formulario ol li textarea:focus {
	border:1px solid #999;
}

#formulario label {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #4595D8;
	font-weight: bold;
	margin-left: 3px;
}

#formulario strong {
	color: #0E6BBF;	
}

button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #717b90;
	padding: 4px 6px;
	background: -moz-linear-gradient(
		top,
		#fbfcfc 0%,
		#e1e4eb);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#fbfcfc),
		to(#e1e4eb));
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #b4b8c2;
	-moz-box-shadow:
		0px 2px 1px rgba(255,255,255,0),
		inset 0px 2px 5px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 2px 1px rgba(255,255,255,0),
		inset 0px 2px 5px rgba(255,255,255,0.7);
	text-shadow:
		0px 1px 0px rgba(255,255,255,1),
		0px 1px 0px rgba(255,255,255,0.3);
	margin-top: 10px;
	margin-right: 75px;
	float: right;
	cursor: pointer;
}

button.css3button:hover {
	color: #333;
	border: 1px solid #666;
}

.form-send {
	font-family: Georgia, Arial, Sans-Serif;
	font-size: 16px;
	font-style: italic;
	color: #00A0D7;
	text-shadow: 1px 1px 1px #ddd;
	text-align: center;
}

/*=================================*/
/* Modal
/*=================================*/

#modal {
    background: url('../images/bg-modal.png');
	width: 100%;
	height: 1100px;
	position: absolute;
	top: 0;
	z-index: 1000;
	display: none;
}

#modalito {
	z-index: 200;
	position: absolute;
	left: 50%;
	width: 400px;
	padding: 10px;
	background: #ffffff;
	top: 35px;
	margin-left: -225px;
}

/*=================================*/
/* Social Facebook
/*=================================*/

#social {
	z-index: 900;
	position: fixed;
	left: -230px;
	top: 50%;
	-webkit-transition: left 0.3s ease-out;
	-moz-transition: left 0.3s ease-out;
	-o-transition: left 0.3s ease-out;
	transition: left 0.3s ease-out;	
}

#social:hover {
	left: -25px;
}

#social.instagram {
    top: calc(50% + 70px);
}

/*=================================*/
/* Promociones
/*=================================*/

#third-container {
	width: 960px;
	height: 300px;
	margin: 0 auto;
	margin-top: 15px;
	padding-top: 25px;
	border-top: 1px dotted #ccc;
}

#promo-one {
	width: 300px;
	height: 130px;
	padding-right: 15px;
	border-right: 1px dotted #ccc;
	float: left;
	text-align: center;
}

/*#promo-two {
	width: 300px;
	height: 130px;
	padding-right: 14px;
	padding-left: 14px;
	border-right: 1px dotted #ccc;
	float: left;
	text-align: center;
}

#promo-three {
	width: 300px;
	height: 130px;
	padding-left: 15px;
	float: left;
	text-align: center;
}
*/
#promo-two {
	width: 614px;
	height: 130px;
	padding-right: 0px;
	padding-left: 14px;
	border-right:0;
	float: left;
	text-align: center;
}

#promo-three {
	display:none;
}
ul.redes {
    margin:10px 0;
    padding:0;
}
    ul.redes li {
        display:inline-block;
        margin:0 6px;
        opacity:0.6;
        transition:all 0.5s ease-in-out;
    }
        ul.redes li:hover {
            opacity:0.9;
        }
        ul.redes li img {
            max-width:24px;
            display:block;
        }