
/*	Pagina principal   */
.scrollable {

	position:relative;
	overflow:hidden;
	width: 706px;
	height:340px;
	background:url(../imgs/borde_galeria.jpg) no-repeat;
}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}
/*---------------------*/

/*	    Novedades	   */
.scrollable2 {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 198px;
	height: 120px;

	/* custom decorations */
	background:url(/img/global/gradient/h300.png) repeat-x;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable2 .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable2 img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	cursor:pointer;
	width:148px;
	height:90px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable2 .active {
	z-index:9999;
	position:relative;
}

/*-------------------*/

.sombra{ position:relative; float:left; width:70%; height:auto; }
.sombra2{ position:relative; float:left; width:70%; height:auto; padding:0 0px 0 200px; }
