﻿@charset "utf-8";
@import url("/static/css/normalize.css");
@import url("/static/css/base.css");

/** Web Fonts **/


/** Less Rules **/


/** Less Colors **/

@black:            #000;
@gray:             #666;
@green:            #4e942a;
@lightgreen:       #9cb74f;
@white:            #fff;
@lightgray:		   #939393;
@darkgray:		   #dbdcdc;

@lnkPrimary:	   #008fb2;
@lnkSecondary:	   #5c5b5f;


/* Class Masters*/
h1, h2, h3, h4, h5, h6 {


}
h2{

}
h3{

}
img{
	max-width: 100% !important;
	height: auto !important;
}

body{
	background: #202020;
	font-family:  helvetica, arial, verdana;
}
.wrapper{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.layout_fluid{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.layout_fluid_inner{
	width: 966px;
	margin: 0 auto;
	padding: 15px 0;
	display: block;
	height: auto;
	overflow:hidden;
}


/** top **/
#main_top{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #8b8b8b;
	height: 38px;
	#top{
		padding: 0;
	}
}

/** Header **/

.menu-responsive{
	display: none;
}
#main_header{
	border-top: 1px solid #c7c7c7;
}
#header{

	.logo a{
		float: left;
		width: 511px;
		height: 150px;
		
		background-image: url("/static/css/img/logo.png");
		background-position: 0px 0px;
		background-repeat: no-repeat;
		text-indent: -9999em;
		margin: 0px auto;
	}

	.social_header{
		float: right;
		a{
			width: 28px;
			height: 28px;
			display: block;
			float: left;
			margin: 20px 10px 0;
			
			&.yt{
				background: url("/static/css/img/social_header_yt.png") no-repeat;
				&.yt:hover{
					background: url("/static/css/img/social_header_yt_over.png") no-repeat;
				}
			}
			&.fb{
				background: url("/static/css/img/social_header_fb.png") no-repeat;
				&.fb:hover{
					background: url("/static/css/img/social_header_fb_over.png") no-repeat;
				}
			}
			&.tw{
				background: url("/static/css/img/social_header_tw.png") no-repeat;
				&.tw:hover{
					background: url("/static/css/img/social_header_tw_over.png") no-repeat;
				}
			}

		}
	}
	.nav_top{
		display:block;
		margin:30px 0 0 0;
		float: right;
		clear: left;

		li{
			height: 10px;
			line-height: 10px;
			width: auto;
			display:block;
			float: left;

			a{
				color: @gray;
				text-decoration:none;
				display: block;
				text-align: center;
				padding: 0 10px;
				font-size: 18px;
				font-family: helvetica;
				font-weight: bold;
				margin: 0;

			}
			a.last{
				border: none;
			}
			&:hover, &.selected{
				a{
					color: #aeaeae;
				}
			}
		}
	}


}

/** Fin Header **/
#main_footer{
	background: #202020;
	padding: 25px 0 0;
}
#main_social_footer{
	background: #242424;
	padding: 10px 0 3px 0;
	border-bottom: 6px solid @lightgray;
}
#social_footer{

	padding: 0;
	.txt_social{
		color: @lightgray;
		float: left;
		font-size: 20px;
		font-family: helvetica;
		height: 30px;
		line-height: 30px;
		margin: 0 30px 0 0;
	}
	.nav_social_footer{
		display:block;
		margin:0 0 0 0;
		float: left;

		li{
			height: 30px;
			line-height: 30px;
			width: auto;
			display:block;
			float: left;

			a{
				color: @lightgray;
				text-decoration:none;
				display: block;
				text-align: center;
				padding: 0 20px 0 35px;
				font-size: 20px;
				font-family: helvetica;
				margin: 0 15px 0 0;
				border-right: 1px dotted @lightgray;
				&:hover{
					color: #fff;
				}
				&.fb{
					background: url("/static/css/img/social_footer_fb.png") no-repeat left center;
					&.fb:hover{
						background: url("/static/css/img/social_footer_fb_over.png") no-repeat left center;
					}
				}
				&.tw{
					background: url("/static/css/img/social_footer_tw.png") no-repeat left center;
					&.tw:hover{
						background: url("/static/css/img/social_footer_tw_over.png") no-repeat left center;
					}
				}
				&.em{
					background: url("/static/css/img/social_footer_em.png") no-repeat left center;
					&.em:hover{
						background: url("/static/css/img/social_footer_em_over.png") no-repeat left center;
					}
				}
				&.last{
					border: none;

				}


			}
			a.last{

			}
			&:hover, &.selected{
				a{

				}
			}
		}
	}



}

#main_sub_footer{
	background: #242424;
	padding: 10px 0 3px 0;
}
#sub_footer{
	color: @lightgray;
	.cnt_direcciones{
		border-right: 1px dotted @lightgray;
		float: left;
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
		width: 792px;
		.box{
			float: left;
			font-size: 11px;
			margin: 0px 20px 8px 10px;
			&.last{
				margin: 0;
			}
		}

	}

}

.frm_news{
	float: left;
	padding: 0 0 0 10px;
    width: 138px;
	.txtemail{
		border: 0;
		border-radius: 10px 0 0 10px;
		float: left;
		padding: 2px 5px;
		width: 100px;
		height: 16px;
	}
	.btn_enviar{
		border: 0;
		border-radius: 0 10px 10px 0;
		background: #fff url("/static/css/img/ico_lupa.png") no-repeat center center;
		float: left;
		width: 25px;
		height: 20px;
	}
}
#main_bottom{
	#bottom{
		 padding: 3px 0;
	}
	.cnt_validate{
		float: right;
		.valid_html{
			background: #fff url("/static/css/img/bottom_valid_css.jpg") no-repeat ;
			width: 63px;
			height: 20px;
			float: left;
			margin: 0 0 0 0;
		}
		.valid_css{
			background: #fff url("/static/css/img/bottom_valid_html.jpg") no-repeat ;
			width: 34px;
			height: 20px;
			float: left;
			margin: 0 14px 0 0;
		}

		.staff{
			background:  url("/static/css/img/bottom_valid_staff.jpg") right center no-repeat ;
			width: 68px;
			height: 21px;
			float: left;
			font-size: 9px;
			text-decoration:none;
			color: #fff;
			margin: 0 0 0 0;
			padding: 0 90px 0 0;
			line-height: 21px;

		}
	}

}

/** Footer **/


#main_title{
	background: #2a2a2a;
	#title{
		  padding: 5px 0;
	}
	h2{
		color: #666;
		font-size: 40px;
		font-weight: bold;
	}
}

/* Slide */
/* Slider Home */
.cnt_slide .viewport { width: 100%;max-width: 1011px;min-width: 960px; height: 330px; overflow: visible; position: relative;margin: 0 auto; }
.cnt_slide .buttons { background: url("img/slide_arrow.png") no-repeat; display: block; margin: 0 5px 0 0; background-position: 0 0; text-indent: -999em; float: left; width: 39px; height: 39px; overflow: hidden; position: relative; }
.cnt_slide .next { background-position: -48px 0; margin: 0 0 0 5px;  }
.cnt_slide .disable { visibility: hidden; }
.cnt_slide .overviewer { list-style: none; position: absolute !important; padding: 0; margin: 0; left: 0; top: 0; height: 383px !important;width: 100% !important;position: relative;}
.cnt_slide .item{ float: left; margin: 0 0 0 0; padding: 0; height: 320px; width: 100% !important;position: relative;}

.cnt_pager{
	padding: 4px 5px;
	border: 1px solid #2e2e2e;
	background: #1a1a1a;
	border-radius: 10px;
	position: absolute;
	bottom: -10px;
	right: 20px;
	z-index: 5;
}
.cnt_pager  a{
	background: #333333;
	border-radius: 50px;
	padding: 3px 7px;
	margin: 0 5px;
	color: #4d4d4d;
	text-decoration:none;
	font-size: 9px;
}
.cnt_pager  a.activeSlide{
	background: #666666;
	color: #000;
}
#pager{
	  height: 22px;
}


/* Css for Page */

#slide{
	height: 340px;
	overflow: visible;
	width: 1066px;

}
.wrapper{
		background:  url("/static/css/img/bg_iluminacion.png") no-repeat top left;
	}
.lyt_home{
	background: #202020 url("/static/css/img/bg_home.png") no-repeat center 8px;

	#main_content{
		padding: 15px 0 35px;
	}
	#slide{

	}
}


.cnt_main_item{
	border: 2px solid #4d4d4d;
	padding: 5px;
}
.cnt_item{
	border: 1px solid #4d4d4d;
	padding: 9px 0;

	.item{
		float: left;
		border-right: 1px dashed #414140;
		padding: 0 9px;
		margin-bottom: 15px;
		cursor: pointer;

		&.last{
			border: none;
		}
		.photo{
			display: block;
			height: auto;
			overflow: hidden;
			img{
				float: left;
			}
		}
		.detail{
			display: block;
			color: @white;
			padding: 2px 5px;
			background: #363636;
			p{
				display: inline;
				font-size: 22px;
				font-weight: bold;
				color: #fff;
				&:hover{
					color: #aeaeae;
				}
			}
			.plusdetail{
				float: right;
				font-size: 17px;
				font-weight: bold;
				color: @white;
				text-decoration: none;
				padding: 0 5px;
			}
		}
	}

}




#main_content_page{
	background: #fff;
}
.row_noticias{
	display: block;
	margin: 25px 0 25px 0;
	height: auto;
	overflow: hidden;
	.photo{
		float: left;
		margin:0 20px 0 0;
		img{
			border: 1px solid #f1f1f1;
			float: left;
		}
	}
	.detail{
		h3{
			font-size: 25px;
			margin: 0 0 6px 0;
		}
		p{
			font-size: 14px;
		}
	}

}
.row_noticias a{
color: #171717;
text-decoration: none;
}
.row_noticias a:hover {
color: #808080;
text-decoration: underline;
}

.col{
	.inner{
		padding: 0 10px;
	}
}

.col1, .col2{
	padding:0 0 0 0;
	margin: 0 10px 0 0;

}
.col.last{
	margin: 0;
}

.lyt_noticiasdetalle{
	.col1{
		width: 292px;
		float: left;
	}
	.col2{
		padding: 0 0 0 306px;
		display: block;
	}
	h3{
		font-size: 25px;
		margin: 0 0 15px 0;
	}

	.box_social{
		display: block;
		background: #f3f0ea;
		padding: 10px;
		margin: 15px 0;
		p{
			margin: 0 0 5px 0;
		}
		.send_friend{
			display: block;
			padding: 5px 0 5px 35px;
			color: #7c746b;
			text-decoration: none;
			font-size: 12px;
			background: url("/static/css/img/detprodsendtofriend.png") no-repeat  left center;
		}
	}


}

.lyt_empresa{
	.col1{
		width: 292px;
		float: left;
	}
	.col2{
		padding: 0 0 0 306px;
		display: block;
	}
	h3{
		font-size: 25px;
		margin: 0 0 15px 0;
	}

}
#sidebar{
	float: left;
	width: 210px;
	.cnt_item{
		padding: 0;
		background: #242424;
		.item{
			padding: 0;
			border-right: none;
			width: 194px;
			margin-bottom: 10px;
			.foto{
				margin: 4px;
				// height: 88px;
			}
			.detail p{
				font-size: 11px;
			}
		}
	}
}
.nav_aside{
	background: #e3e3e3;
	padding: 0px 0;
	li{
		display: block;
		padding: 5px 0;
		a{font-weight:bold;text-transform:uppercase;
			font-size: 14px;
			color: #171717;
			text-decoration: none;
			background: url("/static/css/img/bg_menu.png") no-repeat  12px  center;
			padding: 3px 0 3px 28px;
			display: block;
			&:hover{
				color: #e5e5e5;
				background: #2c2c2c url("/static/css/img/bg_menu_over.png") no-repeat  12px  center;
			}
		}
		ul{
			margin: 0 0 0 0px;
			li{
				padding: 2px 0;
				a{ color:#171717;
					text-transform:inherit;
					background: none;
					padding: 0 0 0 28px;
					font-weight: normal;
					&:hover{
						background: none;
						color: #808080;
					}
				}
				ul{margin-left:20px;}
			}
		}
	}
}

.content_wrap{
	padding: 0 0 0 300px;
	display: block;
}

.lyt_productos{
	#content_page{
		padding: 35px 0;
	}
	.photo{
		float: left;
		margin:0 20px 20px 0;
		border: 2px solid #949494;
		position: relative;
		height: 170px;
		img{
			float: left;
		}
	}
	h3.detail{

		margin: 0 0 0 0;
		background: #2c2c2c;
		width: 170px;
		height: 40px;
		padding: 0 5px;
		position: absolute;
		bottom: 0;
		left: 0;
		line-height: 11px;
		z-index: 999;
		a{
			color: @white;
			font-size: 25px;
			text-decoration:none;
			&:hover{
				color: #aeaeae;
			}
		}
	}
	.plus_producto{
		float: right;
		font-size: 22px;
		font-weight: bold;
		color: @white;
		height: 22px;
		width: 22px;
		line-height: 22px;
		text-decoration: none;
		text-align: center;
		background: @black;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 999;
		&:hover{
			color: #747474;
		}
	}
}

.lyt_contacto{
	h3{
		font-size: 25px;
		margin: 0 0 15px;
	}
	.box{
		margin: 0 0 30px 0;
		font-size: 14px;
	}
	.col1{
		width: 292px;
		float: left;
	}
	.col2{
		padding: 0 0 0 306px;
		display: block;
	}
	.frm_contacto{
		dl{
			 padding-bottom: 5px;
		}
		dd{
			margin-bottom: 0;
		}
		label{
			font-size: 14px;
		}
		input[type="text"], textarea{
			background: #939393;
			border: 1px solid  #e4e4e4;
			color: #fff;
		}
		textarea{
			width: 409px;
			height: 60px;
		}

	}


}
/*
.lyt_productosdetalle{
	h3{
		font-size: 25px;
		margin: 0 0 15px;
	}
	.content_wrap{
		padding: 0 36px 0 300px;
		display: block;
	}
	.inner{
		margin: 0 0 25px 0;
	}
	.inner .col1{
		float: left;
		width: 404px;
		.photo{
			display: block;
			margin: 0 0 5 0;
			width: 404px;
			height: 307px;
		}
		.gal_minus{
			width: 23px;
			height: 23px;
			float: left;
			background: #000 url("/static/css/img/detprod_minus.png") no-repeat center center;
			float: right;
			margin: 0 5px 0 0;
		}
		.gal_plus{
			width: 23px;
			height: 23px;
			float: left;
			background: #000 url("/static/css/img/detprod_plus.png") no-repeat center center;
			float: right;
		}

	}
	.inner .col2{
		padding: 0 0 0 415px;
		display: block;
		.gal_thumb{
			display: block;
			margin: 0 0 35px 0;
			height: auto;
			overflow: hidden;
			a{
				text-decoration: none;
				float: left;
				margin: 0 10px 10px 0;
			}
		}
		.social_detprod{
			display: block;
			p{
				margin: 0 0 5px 0;
			}
			.send_friend{
				display: block;
				padding: 5px 0 5px 35px;
				color: #7c746b;
				text-decoration: none;
				font-size: 12px;
				background: url("/static/css/img/detprodsendtofriend.png") no-repeat  left center;
			}
		}
	}
}
*/

.lyt_productosdetalle{
	h3{
		font-size: 25px;
		margin: 0 0 15px;
	}
	.content_wrap{
		padding: 0 36px 0 230px;
		display: block;
	}
	.inner{
		margin: 0 0 25px 0;
	}
	.inner .col1{
		margin: 0;
		position: relative;
		width: 710px;
		.photo{
			display: block;
			margin: 0 0 5 0;
			width: 710px;
			height: 307px;

			text-align:center;
		}
		.gal_minus{
			width: 23px;
			height: 23px;
			float: left;
			background: #000 url("css/img/detprod_minus.png") no-repeat center center;
			float: right;
			margin: 0 5px 0 0;
		}
		.gal_plus{
			width: 23px;
			height: 23px;
			float: left;
			background: #000 url("css/img/detprod_plus.png") no-repeat center center;
			float: right;
		}

	}
	.col2{

		.gal_thumb{

			a{
				text-decoration: none;
				margin: 0 10px 0 0;
			}
		}
		.social_detprod{
			display: block;
			p{
				margin: 0 0 5px 0;
			}
			.send_friend{
				display: block;
				padding: 5px 0 5px 35px;
				color: #7c746b;
				text-decoration: none;
				font-size: 12px;
				background: url("css/img/detprodsendtofriend.png") no-repeat  left center;
			}
		}
	}
}

.tabs{
	li{
		display:inline;
		margin: 0 10px 0 0;
		float: left;
		a{
			width: 150px;
			height: 28px;
			display: block;
			line-height: 28px;
			color: @white;
			background: @black;
			text-align: center;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 15px;

		}
		&.last{
			margin: 0;
		}

	}
}
.inner_tab{
	padding: 10px 0;
	font-size: 14px;
	p{
		text-align: justify;
		margin: 10px 0;
	}
}
.btn{
	padding: 2px 10px;
	font-size: 18px;
	color: #666;
	background: #202020;
	border: none;
}
.btn_reset{
	margin: 0 36px 0 10px;
}

.zoomIcon {
	width: 23px;
	height: 23px;
	display: block;
	//background: #000 url("/static/css/img/detprod_plus.png") no-repeat center center;
    position: absolute;
    right: 0;
    bottom: 0;

}

.zoomFancy {
	width: 23px;
	height: 23px;
	display: block;
	background: #000 url("/static/css/img/detprod_plus.png") no-repeat center center;
    position: absolute;
    right: 0;
	bottom: -30px;
}

.send_friend {
    background: url("/static/css/img/detprodsendtofriend.png") no-repeat scroll left center transparent;
    color: #7C746B;
    display: block;
    font-size: 12px;
    padding: 5px 0 5px 35px;
    text-decoration: none;
}

.cnt_tab{
	clear: both;
}

.cnt_descrip {float:right; width: 100% }
.social_detprod {height: 30px;}
.social_detprod div {margin-bottom: 5px; float:left;}
.nav_aside{cursor: pointer;}

.visitanos .box{
	margin: 0 0 30px 0 !important;
}
#content_page{overflow:visible;}

// extra
.no_stock{
	color: #802C2C;
	font-weight: bold;
}

.clear{
	clear: both;
}

@import url("/static/css/responsive.css");
@import url("/static/css/icons.css");