/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:940px; 
	/*width: 900px*/
	height: 265px;
	display:block; 
	position:relative;
	margin: 0 auto; 
	background:url(../images/fondo_slider_bottom.gif) no-repeat 0 0;  
	overflow: hidden; /*quitar*/

}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:20px; 
	height:20px; 
	
	left:960px; 
	top: 80px;
	background:url(../images/slideitmoo_forward.gif) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	top: 80px;
	left:-18px; 
	background:url(../images/slideitmoo_back.gif) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	/*width:918px ;*/ /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	width:928px ;
	
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative; 
	margin-left: 10px; /*quitar*/;
	
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	padding-top: 10px;
	font-size:11px; 
	width:295px; 
	height: 193px;
	
	
	padding-right:5px;
	margin-right: 5px;
	border-right: solid #e5e5e5 1px;
	color: #343434;
	font-size: 14px;
	
}
 .last
{
	border: none !important;
}
#SlideItMoo_items a { padding:0px;  clear:both; display:block; text-decoration: none; color: #fff;  }
#SlideItMoo_items a:hover { text-decoration: underline; }
#SlideItMoo_items a img{ border:none; }

.tit_baile_red {
	width: 241px;
	height: 30px;
	background: url(../images/fondo_tit_red.gif) repeat-x;
	font-size: 18px;
	text-align: left;
	padding-left: 9px;
	line-height: 30px;
}
.tit_baile_blue {
width: 241px;
height: 30px;
background: url("../images/fondo_tit_blue.gif") repeat-x;
font-size: 18px;
text-align: left;
padding-left: 9px;
line-height: 30px;
}
.tit_baile_green {
width: 241px;
height: 30px;
background: url("../images/fondo_tit_green.gif") repeat-x;
font-size: 18px;
text-align: left;
padding-left: 9px;
line-height: 30px;
}
.contenido_box_slider {
width: 250px;
height: 103px;
background: url("../images/fondo_box_slider.gif") repeat-x;

}
.contenido_box_slider p {
font-family: Tahoma, Arial, verdana;
font-size: 11px;
color: #000;
margin: 12px 10px 11px 9px;
float:left;
text-align: left;
}
