@charset "utf-8";
/* CSS Document */


#promos {
	background-image: url(../images/fondo.png);
	background-repeat: no-repeat;
	background-position: -2px top;
	height: 350px;
	width: 200px;
	padding-top: 58px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

#promos #promocontainer {
	height: 202px;
	width: 152px;
	margin-left: 24px;
}

#promos #promocontainer img {
	height: 202px;
	width: 152px;
	cursor: pointer;
}
#promos #botonera #anterior {
	top: 80px;
	float: left;
	height: 89px;
	width: 29px;
	margin-top: 10px;
	margin-left: 52px;
	background-image: url(../images/izquierda.png);
	background-repeat: no-repeat;
}
#promos #botonera #anterior:hover {
	background-image: url(../images/izquierda%20de%20cursor.png);
	background-repeat: no-repeat;
}
#promos #botonera #anterior:active {
	background-image: url(../images/izquierda%20activada.png);
	background-repeat: no-repeat;
}
#promos #botonera #siguiente {
	float: right;
	height: 89px;
	width: 29px;
	margin-top: 10px;
	margin-right: 52px;
	background-image: url(../images/derecha.png);
	background-repeat: no-repeat;
}
#promos #botonera #siguiente:hover {
	background-image: url(../images/derecha%20de%20cursor.png);
	background-repeat: no-repeat;
}
#promos #botonera #siguiente:active {
	background-image: url(../images/derecha%20activada.png);
	background-repeat: no-repeat;
}

