#actividadesini {
	border-top: 1px solid #22353D;
	border-bottom: 1px solid #22353D;
	margin: 10px 0px 0px 0px;
	padding:10px 0px 5px 0px;		
}
.list_carousel {
	background-color: transparent;
	margin: 0px 0px 0px 20px;
	width: 896px;	
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {		
	height: 200px;
	margin: 6px 45px 6px 45px;
	border:0px solid #22353D;
	border-radius:3px;
	padding: 3px;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}

.pager {
	float: left;
	width: 300px;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}

.actividad img {
	width: 200px;
	height: 100px;		
	margin: 0px 0px 5px 0px;
	border: none;
	border-radius: 1px;
}

.actividad {
	width: 200px;
	height: 200px;
	overflow:hidden;	
}

a.slidertron_prev, a.slidertron_next {
	background-image: url("../images/slider/arrow_sprite.png");
	background-repeat: no-repeat;
	 cursor: pointer;
    height: 50px;	
	width: 50px;
    text-indent: -9999px;     
	display: block;
	position: absolute;	
	margin-top: -120px;
	background-color: rgba(255, 255, 255, 0); opacity: 1;
	background-position: right bottom;
	opacity: 0.5;
}
a.slidertron_prev:hover, a.slidertron_next:hover {opacity: 1}
a.slidertron_prev {			margin-left: -50px;
					background-position: left bottom; op }
a.slidertron_next {			margin-left: 900px;
					background-position: right top; }
/*a.slidertron_prev:hover {		background-position: right bottom; }					
a.slidertron_next:hover {		background-position: left top; }*/

a.slidertron_prev span, a.slidertron_next span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}
.actividad a.dinamica, .actividad a.acuatica {
	margin:5px 0px 5px 0px;
	text-decoration:none;
}
.actividad a:hover {	
	color: #fff;
	text-decoration:underline;	
}

.actividad a.dinamica {
	color: #99CC00;	
}

.actividad a.acuatica {
	color: #11BCD3;
}
.actividades-zona {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;		
}

.actividades-zona.dinamica {
	color: #99CC00;	
}

.actividades-zona.acuatica {
	color: #11BCD3;
}


.actividades-encabezado {
	font-family: 'FuturaBookkkkk', 'Conv_Limerick-Lightttt', Tahomaaa, Arial, sans-serif;
	font-size:12px;
}
a.actividades_carrusel_filtro { 
	display:inline-block;
	background-color: #22353D;
	font-family:'FuturaBook', Arial, sans-serif;
	letter-spacing: 3px;
	font-size: 12px;
	color: #fff;
	padding:7px 18px 6px 18px;
	margin: 0px 0px 0px 0px;
	position: relative;
	border-radius: 3px;	
	text-decoration:none;
}
a.actividades_carrusel_filtro:hover {
	background-color: #111; 
	/*text-shadow: 1px 1px 3px #FFFFFF;*/
}

a.actividades_carrusel_filtro.activa { 
	background-color: #111;    
}