/*********** destacados home *************/
#barra_imagenes	{
	overflow: hidden;
	height: 130px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	/** propio de samazazu **/
	/*position: relative;*/
	position: absolute;
	left: 0;
	bottom: 75px;
	background: url(../images/fondo_opacidad_60.png);
}
#barra_imagenes	a {
	font-family: Arial;
	font-size: 10px;
}
#tabla_destacados {
	position: absolute;
	top: 15px;
	margin-left: 40px;
 	color: #fff;
 	height: 100px;
	overflow: hidden;

}

#desplazar_dcha {
	background: url(../images/galeria/flecha_desplazar.gif) no-repeat;
	width: 40px;
	height: 100px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 15px 0;
}
#desplazar_izq {
	background: url(../images/galeria/flecha_desplazar_izq.gif) 0 0 no-repeat;
	width: 40px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 15px 0;
}

#destacados {
  overflow: hidden;
  width: 80%;
  height: 130px;
  }

#destacados a {
  display: block;
  width: 250px;
  height: 100px;
  float: left;
  margin: 0 5px 0 10px;
  padding: 0 0 0 10px;
  border-left: 1px solid #fff;
  position: relative;
}

#destacados a.con_imagen {
  /*width: 400px;*/
}

#destacados img {
  float: left;
  margin-right: 10px;
}

tr#fila_destacados td {
  height: 100px;
}

.leer_mas {
  font-style: italic;
  position: absolute;
  bottom: 0;
  right: 0;
}

.anio {
  position: absolute;
  bottom: 0;
  /*left: 0; se la ponemos dinámicamente*/
  font-weight: bold;
}

#tabla_destacados a:hover span.texto_destacado {
  text-decoration: underline;
}

#destacados strong {
  color: #e9e820;
  font-weight: normal;
}

