/*********** destacados home *************/
#barra_imagenes	{
	position: relative;
	overflow: hidden;
	height: 100px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#tabla_destacados {
	position: absolute;
	top: 0px;
	margin-left: 40px;
}
/*#los_destacados {
	margin: 0 40px;
	position: relative;
}
#lista_jornadas a.descatado_home {
	float: left;
	position: relative;
	display: block;
	height: 130px;
	width: 200px;
	padding: 8px 0 0 20px;
	color: #000;
	font-size: 12px;
	background: url(../images/galeria/flecha_jornada.gif) 15px 0 no-repeat;
	margin: 0 10px;
}
#lista_jornadas a.descatado_home:hover {
	background-position: 15px -138px;
}
#lista_jornadas a.descatado_home img.imagen_peque {
	position: absolute;
	right: 0px;
	top: 10px;
}
#lista_jornadas a.descatado_home p.texto {
	padding: 0 45px 0 7px;
}*/

#desplazar_dcha {
	background: #F5F5F5 url(../images/galeria/flecha_desplazar.gif) 15px 0 no-repeat;
	width: 40px;
	height: 100px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#desplazar_izq {
	background: #F5F5F5 url(../images/galeria/flecha_desplazar_izq.gif) 6px 0 no-repeat;
	width: 40px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
}

