#featured{
	width:710px; 
	position:relative;
	display:none;
	height:auto;
}
#featured ul.ui-tabs-nav{ 
	list-style:none; 
	padding:0;
	margin:0; 
	width:160px; 
	height:16px;
	float:right;
}
#featured ul.ui-tabs-nav li{
	float:left;
	font-size:13px; 
	color:#FFF; 
	width:16px;
	padding:5px;
}
#featured ul.ui-tabs-nav li img{ 
	float:left;
}
#featured li.ui-tabs-nav-item a{
	background:#aaaaaa;
	display:block;
	width:16px;
	height:16px;
	text-align:center;
	text-decoration:none;
	color:#FFF;	
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#eeeeee; 
	color: #666666;
}
#featured li.ui-tabs-selected a{ 
	background:#eeeeee; 
	color: #666666;
}
#featured .ui-tabs-panel{ 
	width:710px;
	height:auto;
	position:relative;
	overflow:hidden;
}
#featured .ui-tabs-hide{ 
	display:none; 
}
#featured li#btn_pausa {
	background:#aaaaaa;
	display:block;
	color:#ffffff;
	cursor:pointer;
	width:16px;
	height:16px;
	text-align:center;
	padding:0;
	margin:5px;
}
#featured li#btn_pausa:hover {
	background:#000000 !important; 
	/*color: #666666 !important;*/

}	
.botones_nav {
   list-style-type:none;
   list-style-image:none;
   margin:0;
   padding:0; 
   height:16px;
   line-height:14px;
}
.botones_nav li {
   margin:3px;
   padding:0;
   float:left;
   list-style-type:none;
   list-style-image:none;
}
.botones_nav li a:link, 
.botones_nav li a:active, 
.botones_nav li a:visited {
   display:block;
	border:1px solid #FFFFFF;
   width:16px;
   height:16px;
   line-height:16px;
   text-decoration:none;
   text-align:center;
   font-weight:bold;
   color:#FFFFFF;
   background-color:#7B9E42;
}
.botones_nav li a:hover {
   background-color:#B4D66A;
}
.botones_nav li a.selected:link, 
.botones_nav li a.selected:hover, 
.botones_nav li a.selected:active, 
.botones_nav li a.selected:visited {
   background-color:#B4D66A;
}
.botones_nav img.selected {
   background-color:#B4D66A;
}
#servicios_contenedor {
   position:relative;
   width:340px;
   height:255px;
   overflow:hidden;
}
#servicios {
   position:absolute;
   top:0;
   left:0;
   width:340px;
}
#servicios_contenedor div td {
   height:85px;
   vertical-align:middle;
}
#servicios_contenedor div img {
   margin-left:5px;
   margin-right:5px;
}
#programas_contenedor {
   position:relative;
   width:340px;
   height:255px;
   overflow:hidden;
}
#programas {
   position:absolute;
   top:0;
   left:0;
   width:340px;
}
#programas_contenedor div td {
   height:85px;
   vertical-align:middle;
}
#programas_contenedor div img {
   margin-left:5px;
   margin-right:5px;
}
div.accordion_handler{
	background:url(../imagen/green_rectangle.png) no-repeat;
	width:205px;
	height:35px;
	color:#555;
	font: bold 13px/32px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	cursor:pointer;
	text-align:left;
	padding-left:35px;
}
div.accordion_handler_open{
	background:url(../imagen/green_rectangle_open.png) no-repeat;
	width:205px;
	height:35px;
	color:#555;
	font: bold 13px/32px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	cursor:pointer;
	text-align:left;
	padding-left:35px;
}
