.row {
	margin: 0 auto; 
	width: 1170px;
	position: relative;
}
.inner-wrapper {
	clear: both;
	display: inline;
	float: left;
	padding: 0 0px 0 0px;
	position: relative;
	width: 1170px;
}
.container {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
}
.clear { /* Useful generic clearing class. */
	clear: both;
}
#index #columns img, #homecollection img {
	max-width: 100%;
	height: auto;
}
@media only screen 
and (min-width : 768px) 
and (max-width : 1170px) 
{
.row {
	width: 734px;
}
}

@media only screen 
and (max-width : 767px) {
.row {
	width: 100%;
	min-width: 279px;
}
.fifty-col {
	width: 100%;
}
.homefooter_block {
	width: 100%!important;
	margin-bottom: 10px;
}
nav.menuhome {
	display: none;
}
#center_column{
	letter-spacing:0
}
.fuente{
	letter-spacing:0
}
#navigationWrap {
	margin: 10px 0 20px;
}
#layerslider img {
	width: 1200px!important;
	height: auto;
	margin-left: -300px;
	max-width: 1200px!important;
}
.welcome_banner.left {
	width: 350px;
	left: 50%;
	margin-left: -175px;
}
}

@media only screen 
and (max-width : 480px) 
{
#layerslider img {
	width: 1200px!important;
	height: auto;
	margin-left: -600px;
	max-width: 1200px!important;
}
.collectionright {
		padding: 0px 0px 0px 0px;
}
}