	
	#contents .main {
		width:100%;
		background-color: #F9F9F9;
	}
	
	#contents .main .center > .bottom  .minibanners{
		margin:20px 0;
		display:block;
		height:209px;
	}
	
	#contents .main .center > .bottom  .minibanner{
		width:32%;
		margin-right:2%;
		float:left;
		height:209px;
		text-align:center;
	}
	
	#contents .main .center > .bottom  .minibanner.last{
		margin-right:0;
		float:right;
	}
	#contents .main .center > .bottom  .minibanner.last .banner{
		margin:0;
		width:100%;
	}
	
	#contents .main .center > .bottom  .minibanner h3{
		text-shadow:-1px 1px #4C4A4A;
		padding:4px 0 6px 0;
		font-size:18px;
		background:url(/view/layouts/front/images/minibanner_bg.jpg) center center no-repeat;
	}
	
	#contents .main .center > .bottom  .minibanner h3 a{
		color: #fff;
	}
	
		/* DECOARTICLES EN HOME*/
	#contents .main .center .decoarticles {
		display:block;
		margin:20px 0 0 ;
		height: 328px;
	}
	#contents .main .center .decoarticles .top {
		background-image: url("/view/layouts/front/images/contents_search_collections_top_bg.jpg");
		background-repeat: repeat;
		float: left;
		height: 40px;
		width: 100%;
	}
	#contents .main .center .decoarticles .top h3 {
		color: #FFFFFF;
		font-family: 'Museo';
		font-size: 18px;
		letter-spacing: 1px;
		padding-left: 18px;
		padding-top: 9px;
		text-transform: uppercase;
	}
	
	#contents .main .center .decoarticles .bottom {
		background-color: #E2E1DF;
		float: left;
		width: 100%;
		display:block;
	}
	#contents .main .center .decoarticles .bottom ul{
		display: inline-block;
		margin: 10px 0 10px 1%;
		width: 99%;
	}
	#contents .main .center .decoarticles .bottom li{
		float:left;
		width:29%;
		margin:10px 2%;
		height:100px;
	}
	#contents .main .center .decoarticles .bottom li img{
		float:left;
		margin-right:5px;
	}
	#contents .main .center .decoarticles .floatRight{
		float:right;
		clear:both;
		margin: 0 20px 10px 0;
	}
	
	@media (max-width: 480px) {
		#contents .main .center > .bottom .minibanners{
			height:auto!important;
		}
		#contents .main .center > .bottom .minibanner ,
		#contents .main .center > .bottom .minibanner.last{
			float:none!important;
			margin: 0 auto 10px;
			width:70%;
		}
		#contents .main .center .decoarticles {
			height:auto;
		}
		#contents .main .center .decoarticles .top{
			height:auto;
			float:none;
			background-repeat:repeat-x;
			background-color:#7f4d8c;
		}
		#contents .main .center .decoarticles .bottom {
			float:none;
			height:auto;
			margin-bottom:20px;
		}
		#contents .main .center .decoarticles .bottom li{
			float:none;
			width:90%
		}
	}