/* Easy Slider */

#contenido {
	position:relative;
	margin-left:74px;
	/*left:30px;*/
}

#prevBtn, #nextBtn, #slider1prev, #slider1next{
	margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-80px;
}

#slider ul, #slider li,
#slider2 ul, #slider2 li{
	margin:40;
	left:30px;
	padding:0;
	list-style:none;
	text-align: center;
}
#slider2{margin-top:1em;}
#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:752px;
	/*height:241px; */
	height:352px;
	overflow:hidden; 
}	

#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:38px;
	height:79px;
	position:absolute;
	/*left:-30px;*/
	left:0px;
	top:120px;
	z-index:1000;
}	

#nextBtn, #slider1next{ 
	/*left:840px;*/
	left:714px;
	}														

#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:38px;
	height:79px;
	/*background:url(../imagenes/bt_prev.png) no-repeat 0 0;	*/
}	

#prevBtn a:hover {
	background:url(../imagenes/bt_prev.png) no-repeat 0 0;*/
}

#nextBtn a, #slider1next a{ 
	/*background:url(../imagenes/bt_next.png) no-repeat 0 0;*/
}

#nextBtn a:hover {
	background:url(../imagenes/bt_next.png) no-repeat 0 0;
}
		
/* numeric controls */	

ol#controls{
	margin:1em 0;
	padding:0;
	height:12px;
}
	
ol#controls li{
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:12px;
	line-height:12px;
}

ol#controls li a{
	float:left;
	height:12px;
	line-height:12px;
	padding:0 6px;
	background:#daf3f8;
	border-top:1px solid:#00C;
	border-bottom:1px solid:#fff;
	*position:relative;
	*z-index:1px;
	border:1px solid:#ccc;
	box-shadow: #CCC 0.2em 0.2em 0.2em;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
	text-decoration:none;
	
}
ol#controls li.current a{
	background:#5dc9e1;
	color:#fff;
	}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */