#content{
	background: url(../images/home_background.jpg) repeat-y top left;
	position: relative;
	height: 429px;
}


h3 strong{
	display: none;
}
#coleccion{
	width: 376px;
	height: 200px;
	position: absolute;
	top: 19px;
	left: 19px;
	/*background: url(../images/home_coleccion.jpg) no-repeat bottom left ;*/

}
	#coleccion h3{margin: 0; padding: 0;}
	
	#coleccion h3 a{
		width: 376px;
		height: 50px;
		display: block;
		margin: 0;
		padding: 0;
		/*background: url(../images/h3_coleccion.jpg) no-repeat top left;*/
	}
	#coleccion p{
		width: 327px;
		height: 130px;
		padding: 0 5px 0 14px;
		overflow: auto;
		font-size: 90%;
/*		color:#000;*/
		color:#000;
		margin: 0;
		text-align:justify;
	}

	
#novedades{
	width: 376px;
	height: 174px;
	position: absolute;
	top: 208px;
	left: 15px;
	/*background: url(../images/home_novedades.jpg) no-repeat bottom left ;*/
}
	#novedades h3{margin: 0; padding: 0;}
	
	#novedades h3 a{
		width: 376px;
		height: 62px;
		display: block;
		margin: 0;
		padding: 0;
/*		background: url(../images/h3_novedades.jpg) no-repeat top left;*/
		font-size:90%;
	}
	
		#novedades div.scroller{
			width: 327px;
			height: 92px;
			padding: 0 10px 0 29px;
			overflow: auto;
			font-size: 100%;
			margin: 0;
			text-align:justify;
		}
	
	#novedades div.scroller p{
		margin: 2px 0;
	}
	
	#novedades  div.scroller h4{
		margin: 0;
		padding: 0;
	}
	
	#novedades  div.scroller h4 a{
		color: #231f20;
		text-decoration: none;
		padding: 2px;
		font-size:70% !important;
	}
	
	#novedades div.scroller h4 a:hover{
		background-color: #231f20;
		color: #fff;
	}
	
#flashhome{
	position: absolute;
	top: 2px;
	right: 0;
}
#flashcabecera{
	top: -3px;
	right: 0;
}
html > body #flashcabecera{
	top: -16px;
	}