/* /////////////////////////////////// 	DIV MENU */	
#menu{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	position: relative;
	/*top: -80px;*/
	z-index: 10;
	width: 100%;
	background: #8CBB00;
} 
/* /////////////////////////////////// 	DIV MENU UL LI*/
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	float: left;
	/*width: 115px;*/
	position: relative;
	text-align: center;
	background-color: #8CBB00;
}
#menu li a {
	display: block;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	line-height: 24px;
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px;
}
#menu li a:hover {
	display: block;
	font-weight: normal;
	font-size: 11px;
	background-color: #F87C02;
	text-decoration: none; 
}
/* /////////////////////////////////// 	hover perque l'opera ilumini tota la casella <li>*/
#menu :hover > a {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #fff; 
	background-color: #F87C02;
}
/* /////////////////////////////////// 	botons menu principal seleccionats */
#menu active{
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #ff6600; 
	background-color: #000;
	line-height: 24px;	
}




/* /////////////////////////////////// 	DIV MENU_DEPORTISTAS */	
#container_menu{
	margin: 0 auto;
	width: 100%;
	background: #009966;
}
#menu_deportistas{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10;
	/*width: 100%;*/
	background: #000;
} 
/* /////////////////////////////////// 	DIV MENU UL LI*/
#menu_deportistas ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}
#menu_deportistas li {
	float: left;
	width: 100px;
	position: relative;
	background-color: #000;
	text-align: center;
}
#menu_deportistas li a {
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
#menu_deportistas li a:hover {
	display: block;
	font-weight: normal;
	font-size: 12px;
	background-color: #F87C02;
	text-decoration: none; 
}
/* /////////////////////////////////// 	hover perque l'opera ilumini tota la casella <li>*/
#menu_deportistas :hover > a {
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #fff; 
	background-color: #F87C02;
}
/* /////////////////////////////////// 	botons menu principal seleccionats */
#menu_deportistas active{
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #fff; 
	background-color: #000;
	line-height: 24px;	
}

/* /////////////////////////////////// ESTILOS RSS NOTICIAS */

.titulo_rss a{
font: bold 13px Arial, Helvetica, sans-serif;
color: #000;
text-align:left;
}
.titulo_rss a{
font: bold 13px Arial, Helvetica, sans-serif;
color: #000;
text-decoration:none;
display:block;
margin-top:10px;
font-weight:normal;
}

.titulo_rss a:hover{
color: #000;
text-decoration:underline;
}

.titulo_rss a:visited{
color: #000;
}

.descripcion_rss {
font: 11px Arial, Helvetica, sans-serif;
color: #888;
display:block;
margin-top:10px;
}

.fecha_rss {
font: 10px Arial, Helvetica, sans-serif;
color: #006600;
}