/**
 * 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:30px 0 10px -30px;
	background: url(../images/separacion_horizontal_larga.png) no-repeat left top;
}

.jcarousel-skin-wk .jcarousel-clip-horizontal {
border-bottom:none!important;
border-top:none!important;
}

ul#carousel-home {
	width:672px;
	height:280px;
	overflow:hidden;
	padding: 7px 0 2px 0;
	font-size: 13px;
/*
	position:relative;
	z-index:-21;
*/
}

ul#carousel-home h3 {
	font-size: 13px;
    max-height: 33px;
    margin-bottom: 4px;
    margin-left: 16px;
    overflow: hidden;
}

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;
	margin-left: -30px;
	background: url(../images/tabs-home.gif) no-repeat left top;
	padding-top: 30px;
	height:436px;
}

#tabs-home div.floatleft{
margin-left: 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;
}
