/*********** destacados home *************/
#galeria	{
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%; /*736px*/
	padding: 0px;
	margin: 0px;
}
#galeria #destacados {
	position: absolute;
	top: 0px;
	margin-left: 0px; /* se pone a 40px cuando se muestran los botones */
}
#galeria #desplazar_dcha {
	display: hidden;
	background: #FFF url(../images/galeria/flecha_desplazar.gif) 15px 0 no-repeat;
	width: 40px;
	height: 75px;
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
}
#galeria #desplazar_izq {
	display: hidden;
	background: #FFF url(../images/galeria/flecha_desplazar_izq.gif) 6px 0 no-repeat;
	width: 40px;
	height: 75px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}


