@charset "ISO-8859-1";

#container3 {
	float:left;
	margin:0;
	position:relative;
	text-align:left;
	width:636px;
	overflow:hidden;
}

#content3 {
	position:relative;
}

/* Easy Slider */

#slider3 ul, #slider3 li {
	margin:0;
	padding:0;
	list-style:none;
}


#slider3 li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:636px;
	height:20px;
	overflow:hidden;
}

/*
#prevBtn, #prevBtn a {
	width:15px;
	height:25px;
	display:block;
	background:#900;
	float:left;
	left:0px;
	top:0px;
	z-index:1000;
}

#nextBtn, #nextBtn a {
	width:15px;
	height:25px;
	display:block;
	background:#039;
	float:left;
	left:30px;
	top:0px;
	z-index:1000;
}
*/
	
/* // Easy Slider */

a.texto_auto {
	float:left;
	width:auto;
	height:20px;
	line-height:20px;
	font-size:14px;
	font-family:PTSansRegular;
	color:#6e6e6e;
	text-decoration:none;
}

a.texto_auto:hover {
	float:left;
	width:auto;
	height:20px;
	font-size:14px;
	font-family:PTSansRegular;
	line-height:20px;
	text-decoration:none;
	color:#00a451;
}

.texto_auto_lar {
	color:#979797;
	text-decoration:none;
	margin-right:10px;
	font-size:11px;
	font-family:PTSansRegular;
}

a.texto_auto:hover > .texto_auto_lar {
	color:#00a451;
}




