/**
 * HOME CSS.
 */

/* banners 
--------------------------- */

a.banner-home {
	display:block;
	width:720px;
	height:160px;
	background: #d4e94a url(../images/banners/fondo-banner-verde.jpg) no-repeat -720px top;
}

a.banner-home:hover, a.banner-home:focus {
	background: #d4e94a url(../images/banners/fondo-banner-verde.jpg) no-repeat left top;
}

.banner-home img {
	margin: 40px 0 0 40px;
}

/* recuadro slideshow
--------------------------- */

.slideshow {
/*
	position:relative;
	z-index:-22;
*/
	margin:10px 0 26px;
}

ul#carousel-home {
	width:672px;
	height:241px;
	overflow:hidden;
	padding:18px 0 2px 15px;
/*
	position:relative;
	z-index:-21;
*/
}

ul#carousel-home h3 {
	font-size:11px;
	margin-bottom:4px;
}

ul#carousel-home img {
	display:block;
	margin:0 auto 11px;
}

.slideshow a.link-anterior, .slideshow a.link-posterior {
	float:left;
	width:25px;
	height:263px;
	background: url(../images/botones/slide-flecha-anterior.gif) no-repeat left top;
}

.slideshow a.link-posterior {
	background: url(../images/botones/slide-flecha-posterior.gif) no-repeat -25px top;
}

.slideshow a.link-anterior:hover, .slideshow a.link-anterior:focus {
	background: url(../images/botones/slide-flecha-anterior.gif) no-repeat -25px top;
}

.slideshow a.link-posterior:hover, .slideshow a.link-posterior:focus {
	background: url(../images/botones/slide-flecha-posterior.gif) no-repeat left top;
}

/* ficha slideshow
--------------------------- */

.rating {
	position:relative;
	margin-bottom:5px;
}

.ficha h3 {
	font-size:11px;
	margin-bottom:4px;
}

/* tabs
--------------------------- */

#tabs-home {
	position:relative;
	margin-bottom:30px;
}

#tabs-home h2, #eventos-otros h2 {
	margin-bottom:10px;
	font-size:22px;
	font-weight:normal;
	color:#666;
}

/* eventos y otros productos
-------------------------------- */

#eventos-otros {
	position:relative;
}

#eventos-otros .floatright {
	margin:0 20px 0 0;
}

#eventos-otros .listado-item {
	width:330px;
	padding-bottom:7px;
	margin-bottom:7px;
	background: url(../images/punteado-gris.gif) repeat-x bottom left;
}

#eventos-otros h3 {
	font-size:12px;
}