/*#header {
	position: fixed;
	z-index: 100;
}*/

#content_path {
	padding: 5px 10px;	
	background: #F9B503;
	margin-bottom: 5px;
}

#header_path {
	position: relative;
	padding: 5px 15px 0px 0px;
	/*min-width: 330px;*/
	color: #000;
	float: left;
	min-height: 16px;
}

div#header_path_right_bar {
	width:100%;
	position: absolute;
	top: 71px;
	min-height: 34px;
	background: #F9B503;
	overflow: hidden;
}

#header_path a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#site_content {
  min-height:100%;
  padding-bottom: 60px; /* Ojo! Altura del Footer */
  width: 100%;
  text-align: center;
}

#items_loader a {
	color: #000000;
}

#gallery_container, #product_container, #order_step_container, #error_container {
	display:inline-block;
	margin:auto;
	/*margin-top:10px;*/
}

#gallery_container {
	display: block;
}

#order_step_container {
	margin-top:20px;
}

div.gallery {
	position:relative;
	float:left;
	margin:10px;
	width:170px;
	height:auto;
}

div.one_galleries {
	width:600px;
}

div.two_galleries {
	width:300px;
}

div.three_galleries {
	width:200px;
}

#paginator {
	margin: 5px;
}

img.index_img {
	height: 460px;
	-moz-box-shadow: 0 0 15px 0 #999999;
	-webkit-box-shadow: 0 0 15px 0 #999999;
}

img.thumbnail {
	height:170px;
	-moz-box-shadow: 0 0 15px 0 #999999;
	box-shadow: 0 0 15px 0 #999999;
	-webkit-box-shadow: 0 0 15px 0 #999999;
}

p.title {
	font-family: 'FontRegular', arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
}

span.author {
	color:#A88E59;
}

div.overlayGallery {
	top:105px;
}

.bold {
	font-family: 'FontBold', arial, helvetica, sans-serif;
}

span.pathNormal {
	font-family: 'FontRegular', arial, helvetica, sans-serif;

}

#gallery_container {
	background-color: transparent;
	height: auto;
}

#items_loader {
	display: inline-block;
	padding: 0;
	margin: 0;
	text-align: center;
}

#items_loader .box { 
	width: 200px;
	height: 300px;
	position: relative; 
	float: left; 
	overflow: hidden;
	background: #fff;
	/*opacity:0;*/
}

#items_loader img.thumb { 
	position: absolute; 
}

#items_loader .image_crop {
	float: left; 
	position: relative; 
	overflow: hidden;
}

#items_loader .dropshadow {
	/*-moz-box-shadow: 0 0 5px #AAA;
	-webkit-box-shadow: 0 0 5px #AAA;
	box-shadow: 0 0 5px #AAA;
	
	-moz-border-radius: 2px;
  	-webkit-border-radius: 2px;*/
  	
  	border: 1px solid #CCC;
}

#items_loader .box .title {
	position: relative;
	margin: 10px;
	text-align:left;
	font-size: 12px;
	line-height:17px;
	
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#items_loader span.author {
	color:#A88E59;
}

#items_loader span.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#items_loader span.pathNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#paginator {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	position: fixed;
	font-size: 22px;
	width: 100%;
	color: #000;
}

#items_loader .textscore {
	color: #000;
}

@media all and (max-width: 350px) {
	#header_path {
		width: 100%;
	}





















	

