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


#promos {
	background-image: url(../images/fondo.png);
	background-repeat: no-repeat;
	height: 483px;
	width: 250px;
	margin-left: 25px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#promos #promocontainer {
	height: 250px;
	width: 180px;
	margin-left: 37px;
}

#promos #promocontainer img {
	height: 250px;
	width: 180px;
	cursor: pointer;
}
#promos #botonera #anterior {
	top: 100px;
	float: left;
	height: 93px;
	width: 36px;
	margin-top: 42px;
	margin-left: 65px;
	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: 93px;
	width: 36px;
	margin-top: 42px;
	margin-right: 65px;
	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;
}
