/* Easy Slider Home */
#slider {
	position: absolute;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	position: relative;

}
#slider, #slider li{ 
	width:1020px;
	height:355px;
	overflow:hidden; 
}
.slider_contenido {
	position: absolute;
	height: 130px;
	width: 350px;
	left: 50px;
	top: 135px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	z-index: 1;
	padding: 15px;
	background-image: url(../images/bg_white.png);
}
#slider h3 {
	color: #009aff;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 8px;
}
#slider p {
	color:#000000;
	margin: 0px;
	padding-bottom: 6px;
}
.leer_mas {
	background-image:url(../images/puntos-h.gif);
	background-position:right 3px;
	background-repeat:repeat-x;
	padding-bottom:6px;
	padding-top:6px;
	text-align:right;
}
.leer_mas a {
	text-decoration: none;
	background-image: url();
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 13px;
	font-weight: bold;
}
span#prevBtn{
	position: absolute;
	left: 0px;
	top: 130px;
	z-index: 2;
}
span#nextBtn{
	position: absolute;
	left: 988px;
	top: 130px;
	z-index: 2;
}
/* Easy Slider Home */
