@charset "utf-8";
/* CSS Document */
.carousel{
	margin-top:45px;
	}

.carousel ul li{
	margin-right:15px;
	width:295px;
	height:292px;
	}

#flechas{
	position: relative;
	left: 45%
}

.prev, .next{
	background-color:transparent;
	border:none;
	cursor:pointer;
	float:left;
	position:relative;
	}

.carrusel1{
	background-image:url(../img/productos/1.png);
	float:left;
	position:relative;
	width:295px;
	height:292px;
	}
.carrusel1:hover{
	background-image:url(../img/productos/1-h.png);
	}
.carrusel2{
	background-image:url(../img/productos/2.png);
	float:left;
	position:relative;
	width:295px;
	height:292px;
	}
.carrusel2:hover{
	background-image:url(../img/productos/2-h.png);
	}
.carrusel3{
	background-image:url(../img/productos/3.png);
	float:left;
	position:relative;
	width:295px;
	height:292px;
	}
.carrusel3:hover{
	background-image:url(../img/productos/3-h.png);
	}
.carrusel4{
	background-image:url(../img/productos/4.png);
	float:left;
	position:relative;
	width:295px;
	height:292px;
	}
.carrusel4:hover{
	background-image:url(../img/productos/4-h.png);
	}
.carrusel5{
	background-image:url(../img/productos/5.png);
	float:left;
	position:relative;
	width:295px;
	height:292px;
	}
.carrusel5:hover{
	background-image:url(../img/productos/5-h.png);
	}
.carrusel6{
	background-image:url(../img/productos/6.png);
	float:left;
	position:relative;
	width:295px;
	height:292px;
	}
.carrusel6:hover{
	background-image:url(../img/productos/6-h.png);
	}
.carrusel7{
	background-image:url(../img/productos/7.png);
	float:left;
	position:relative;
	width:295px;
	height:292px;
	}
.carrusel7:hover{
	background-image:url(../img/productos/7-h.png);
	}
.carrusel8{
	background-image:url(../img/productos/8.png);
	float:left;
	position:relative;
	width:295px;
	height:292px;
	}
.carrusel8:hover{
	background-image:url(../img/productos/8-h.png);
	}
.carrusel9{
	background-image:url(../img/productos/9.png);
	float:left;
	position:relative;
	width:295px;
	height:292px;
	}
.carrusel9:hover{
	background-image:url(../img/productos/9-h.png);
	}
.carrusel10{
	background-image:url(../img/productos/10.png);
	float:left;
	position:relative;
	width:295px;
	height:292px;
	}
.carrusel10:hover{
	background-image:url(../img/productos/10-h.png);
	}

.carrusel11{
	background-image:url(../img/productos/11.png);
	float:left;
	position:relative;
	width:295px;
	height:292px;
	}

.carrusel11:hover{
	background-image:url(../img/productos/11-h.png);
	}

.carrusel12{
	background-image:url(../img/productos/12.png);
	float:left;
	position:relative;
	width:295px;
	height:292px;
	}

.carrusel12:hover{
	background-image:url(../img/productos/12-h.png);
	}

#carrusel-productos-960 span{
	width:0px;
	padding:0;
	position:absolute;
	overflow:hidden;
	font-family:"BebasNeue";
	font-size:36px;
	z-index:101;
	text-align:center;
	margin-top:113px;
	margin-left:55px;
	line-height:32px;
	color:#FFF;
	}
#carrusel-productos-960 a:hover{
	text-decoration:none;
	z-index:101;
	color:#FFF;
	}
#carrusel-productos-960 a:hover span{ 
	width:200px;
	z-index:101;
	text-indent:inherit;
	}