body{
	color:#444;
	font-size:0.8em;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}

/* This class sets the width and position for all rows */

/* -- SimpleSlide -- */

.SimpleSlide {
	width: 190px;
	margin: 0 auto;
	height: 450px;
	position: relative;
	overflow: hidden;
}

* html .SimpleSlide {
	overflow: hidden;
}

.SimpleSlide div {
	width: 1424px; /* SimpleSlide item x number of items + 3 pixels */
}

* html .SimpleSlide div {
	width: 1500px;
}

.SimpleSlide div div {
	width: 190px;
	float: left;
	position: relative;
	text-align:center;
}
.SimpleSlide div div img{
	margin-top:10px;
}

* html .SimpleSlide div div {
	width: 190px;
}

#botonera {
	position: relative;
}

.btn_siguiente, .btn_anterior {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 55px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	top: 30%;
	background-position: 0 0;
}

.btn_anterior {
	background-image: url(../img/flecha_izq.gif);
	left: 0;
}

.btn_siguiente {
	background-image: url(../img/flecha_der.gif);
	right: 0;
}

	.btn_siguiente:hover, .btn_anterior:hover {
		background-position: 0 -60px;
	}
