
/* BANNER RECETAS */
div#banner-recetas{
	width:682px; height:290px;
	margin:0 0 25px; position:relative; /*overflow:hidden;*/
}

/* overlay */
div#banner-recetas .info-holder{
	position:absolute;
	bottom: 10px; right: 10px;
}
/* info */
div#banner-recetas img{
	position:absolute; left:0; top:0;
}
div#banner-recetas .info-holder a.more{
	margin-right: 75px; margin-top: -7px;  padding: 2px 15px 0px 4px;
	background: transparent url(../images/icon-banner-home.gif) no-repeat scroll 62px 6px;
	font-size: 13px; text-decoration: none; font-weight: normal; color: #fff; 
}
div#banner-recetas .info-holder a.more:hover{
	background-color:#fff; color: #d5e020;
}
/* thumbnails */
div#banner-recetas .info-holder{
	padding-top: 3px; float:right;
}
div#banner-recetas .info-holder a.bullet{
	width:7px; height:7px; display:block; float:left; margin-right:5px;
	background: url(../images/home/banner-dots.gif) repeat-y center top;
}
div#banner-recetas .info-holder a.bullet:hover{
	background-position:center bottom;
}
div#banner-recetas .info-holder a.last{
	margin:0px;
}



/* recetas de la semana */
div#news-holder .semana h2.prueba{
	background:transparent url(../images/home/pleca-info2.gif) no-repeat scroll left top
}
div#news-holder .semana .info{
	background:#fbfbfb url(../images/home/semana-bg.jpg) no-repeat 345px 35px; 
}
div#news-holder .semana .review{
	background:#f5f5f5;
	width: 325px; /*height:87px;*/
	margin-bottom:15px;
}
div#news-holder .semana .review .content{
	position:relative;
	/*height:61px;*/
	padding:10px 13px; margin-left: 98px;
	letter-spacing:0;
}
div#news-holder .semana .review .content p{
	margin-bottom:10px
}
div#news-holder .semana .review .votacion{
	/*
position: absolute; bottom:13px; left:13px;
*/
}
div#news-holder .semana .review a.more{
	color:#7b8100; font-size:11px;
	background:url(../images/more-icon.gif) no-repeat right top;
	text-decoration:none;
	padding-right:20px; height:11px;
	position: absolute; bottom:13px; right:13px
}
div#news-holder .semana .review a.more:hover{
	background-position:right bottom;
}

/* carrusel de 'lo más nuevo' */
div#news-holder .nuevo .info{
	overflow:auto; position:relative;
}

div#news-holder .nuevo .info a.nav{
	width:12px; height:11px;
	position:absolute; top:70px;
}
div#news-holder .nuevo .info a.nav:hover{
	background-position:left -11px;
}
div#news-holder .nuevo .info a.prev{
	background:url(../images/more-icon-green-left.gif) no-repeat;
	left:15px; 
}
div#news-holder .nuevo .info a.next{
	background:url(../images/more-icon-green.gif) no-repeat;
	right:15px;
}

div#thumbs-holder{
	width:365px; height:145px; margin-left:32px; position:relative; overflow:hidden;
}
div#thumbs-slider .thumb{
	float:left; width:90px;
	margin: 0 23px;
}
div#thumbs-slider .first{
	margin-left:0;
}
div#thumbs-slider .last{
	margin-right:0;
}
div#thumbs-holder div#thumbs-slider a{
	color:#664f1f; font-weight:bold; font-size:11px; text-decoration:underline;
}
div#thumbs-slider img{
	width:85px;
	border:solid 1px #d3d3d3; padding:2px; margin-bottom:6px;
}
div#thumbs-slider .separador{
	height:145px; width:1px;
	background:#f2f2f2; float:left;
}