/* CONTENEDOR DE LA GALERÍA */
div#gallery{
	margin-top:25px;
}
/* COLUMNAS PRINCIPALES */
div#gallery-image{
	float:left;

	border:solid 3px #fff;
	width:270px;
	height:260px;
}
div#gallery-thumbs{
	margin-left:280px;
	padding:5px 0 5px 30px;
}
/* THUMBS */
div#gallery-thumbs div.thumb-holder{
	margin-bottom:5px;
}
div#gallery-thumbs a.thumb{
	
	display:block;
	
	margin:0 4px 0 0;
	border:solid 3px #fff;
	width:55px;
	
	text-decoration:none;
}
div#gallery-thumbs a.first{
	float:left;
}
div#gallery-thumbs a.last{
	margin-left:86px;
}
div#gallery-thumbs a.thumb:hover{
	border:solid 3px #ef7c00;
}


/*--------*/
div#promociones-holder .info a.square{
	margin-left:87px;
}

div#promociones-holder .info div#btn-maseca a {
	background:url(../../images/promociones/cocina-con-las-estrellas/btn-maseca.jpg) no-repeat;
	width:161px;
	height:29px;
	display:block;
	color:#dd6501;
	font-weight:bold;
	text-decoration:none;
	
	padding:13px 0 0 37px;
}

div#promociones-holder div#border-top {
	background:url(../../images/promociones/cocina-con-las-estrellas/back-top.jpg) no-repeat;
	height:9px;
	font-size:1px;
}