a {color: #fff;}
#promociones {
	background-image: url(../img/fondo.gif);
	background-repeat: repeat-y;
}
#promociones h1 {
	text-align: left;
	padding-left: 50px;
	font-size: 18px;
	color: #3D091E;
}

/*--Main Image Preview--*/
.main_image {
	width: 485px;
	height: 320px;
	float: left;
	position: relative;
	overflow: hidden;
	color: #fff;
	margin-bottom: 20px;
	margin-left: 50px;
	text-align: left;
	background-color: #FFFFFF;
	padding: 5px;
}
.main_image h2 {
	font-size: 15px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	text-align: left;
}
.main_image p {
	font-size: 11px;
	margin: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.block small {
	font-size: 1em;
	color: #cc0066;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	font-weight: bold;
	text-align: left;
}
.main_image .block small {
	margin-left: 10px;
	color: #FF0066;
	font-size: 16px;
	font-weight: bold;
	padding-top: 25px;
	margin-top: 10px;
}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
}
.main_image a.collapse {
	background: url(../promociones/btn_collapse.gif) no-repeat left top;
	height: 27px;
	width: 93px;
	text-indent: -99999px;
	position: absolute;
	top: -27px;
	right: 20px;
}
.main_image a.show {background-position: left bottom;} 


.image_thumb {
	float: left;
	width: 220px;
	background-color: #E2E1CF;
	text-align: left;
	padding-bottom: 25px;
}
.image_thumb img {
	border: 1px solid #ccc; 
	padding: 5px; 
	background: #fff; 
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0;
	width: 210px;
	float: left;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #D6D4C5;
}
.image_thumb ul li.hover {
	cursor: pointer;
	background-color: #FFFFFF;
}
.image_thumb ul li.active {
	background: #fff;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 11px;
	margin: 5px 0;
	padding: 0;
	text-align: left;
	background-image: url(../img/punto.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.image_thumb ul li .block {
	float: left;
	margin-left: 10px;
	padding: 0;
	width: 105px;
}	
.image_thumb ul li p{display: none;}
