/* HOJA DE ESTILOS ADAPTADA A LA ACCESIBILIDAD PARA MENU PRINCIPAL */


a:hover  {
	text-decoration : none;
	color: #21534a
}

a:link  {
	text-decoration : none;
	color: #21534a
}

a:visited  {
	text-decoration : none;
	color: #21534a
}

v:link  {
	text-decoration : none;	
		color: #21534a
}

a.atencion:hover {
	text-decoration : none;
	color: #21534a;
	font-size: 100%;
	font-weight: bold;
}

a.atencion:visited {
	text-decoration : none;
	color: #21534a;
	font-size: 100%;
	font-weight: bold;
}

a.atencion:link {
	text-decoration : none;
	color: #21534a;
	font-size: 100%;
	font-weight: bold;
}

a.naranja:hover  {
	text-decoration : none;
	color: #21534a;
	font-size: 87%;
	font-weight: bold
}

a.naranja:link  {
	text-decoration : none;
	color: #21534a;
	font-size: 87%;
	font-weight: bold
}

a.naranja:visited  {
	text-decoration : none;
	color: #21534a;
	font-size: 87%;
	font-weight: bold
}


a.verde:hover  {
	text-decoration : none;
	color: #51A602;
	font-size: 63%;
	font-weight: bold
}

a.verde:link  {
	text-decoration : none;
	color: #51A602;
	font-size: 63%;
	font-weight: bold
}

a.verde:visited  {
	text-decoration : none;
	color: #51A602;
	font-size: 63%;
	font-weight: bold
}



/*

#rd_cabecera {
	width: 100%;
	height: 116px;
	padding: 0px;
	margin: 0px 0 0px 0;
	border-bottom: 1px solid #C5C5C5;
	background-image: url(../imagenes/img_logo_cab.jpg);
	background-repeat: no-repeat;
}

#rd_cont_cabecera {
	width: 770px;
	height: 20px;
	overflow: hidden;
}


*/
#rd_menuppal, #rd_menuppal ul { /* todos ul dentro del menu ppal */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1%;
}

#rd_menuppal {
	margin: 0 0 0 0px;
	width: 100%;/*650px*/
}

#rd_menuppal a {
	display: block;
	/*width: 8em;*/
	
}
#rd_menuppal a:hover {
	color: #FFA13E;
	
}

#rd_menuppal li { /* all list items */
	float: left;
}

#rd_menuppal li ul { /* second-level lists */
background:url("../imagenes/fnd_ul_faedis.gif") no-repeat scroll 0 0 #FFFFFF;
border:1px solid #f2eecb;
color:#21534A;
font-family:Tahoma,bold;
font-size:135%;
padding:10px 7px;
position:absolute; 
width:27%;/*210px*/
margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#rd_menuppal li ul li {
	width: 100%;
	clear: both;
	float: left;
	line-height: 200%;
	/*background-image: url(../imagenes/rd_bulletli.jpg); */
	background-repeat: no-repeat;
	background-position: left;
	margin: 0 0 0 5px;
	text-indent: 10px;
	padding: 0;
	
}

#rd_menuppal li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 -1000em;
	border:1px solid #f2eecb;
}

#rd_menuppal li:hover ul ul, #rd_menuppal li.sfhover ul ul {
	margin-left: -1000em;

}

#rd_menuppal li:hover ul, #rd_menuppal li.sfhover ul { /* lists nested under hovered list items */
	margin-left: 0;
	
}
#rd_menuppal li li:hover ul, #rd_menuppal li li.sfhover ul {
	/*margin-left: 10em;*/
}

/* extra positioning rules for limited noscript keyboard accessibility */
#rd_menuppal li a:focus + ul { margin-left: 0; }
#rd_menuppal li li a:focus + ul { margin-left: 1010em; }
#rd_menuppal li li a:focus { margin-left:1000em; width: 100%; }
#rd_menuppal li li li a:focus {margin-left: 2010em; width: 100%;  }
#rd_menuppal li:hover a:focus, #rd_menuppal li.sfhover a.sffocus { margin-left: 0; }
#rd_menuppal li li:hover a:focus + ul, #rd_menuppal li li.sfhover a.sffocus + ul { margin-left: 10em; }

/* botones imagen */
.logo_prin {
	background-image: url(../imagenes/img_logo_cab.jpg);
	background-repeat: no-repeat;
	width: 9.30em; /*101px*/
	height: 63px;
	text-indent: -5000px;
	overflow: hidden;
}
.faedis {
	background-image: url(../imagenes/fnd_li_faedis.gif);
	background-repeat: no-repeat;
	width: 6.5em;/*72px*/
	height: 63px;
	text-indent: -5000px;
	overflow: hidden;
}
.servicios {
	background-image: url(../imagenes/fnd_li_servicios.gif);
	background-repeat: no-repeat;
	width: 9.15em;/*103px*/
	height: 63px;
	text-indent: -5000px;
	overflow: hidden;
}
.recursos {
	background-image: url(../imagenes/fnd_li_recursos.gif);
	background-repeat: no-repeat;
	width: 7.70em;/*88px*/
	height: 63px;
	text-indent: -5000px;
	overflow: hidden;
}
.actualidad {
	background-image: url(../imagenes/fnd_li_actualidad.gif);
	background-repeat: no-repeat;
	width: 9.5em;/*107px*/
	height: 63px;
	text-indent: -5000px;
	overflow: hidden;
}
.entidades {
	background-image: url(../imagenes/fnd_li_entidades.gif);
	background-repeat: no-repeat;
	width: 9.95em; /*110px*/
	height: 63px;
	text-indent: -5000px;
	overflow: hidden;
}
.logo_prin:hover, .faedis:hover, .servicios:hover, .recursos:hover, .actualidad:hover,  .entidades:hover, 
.logo_prin:focus, .faedis:focus, .servicios:focus, .recursos:focus, 
.actualidad:focus, .entidades:focus {
	/*background-position: 15 -24px; */
	/*background-position: auto; */

}

th {
	font-family: Tahoma,  Arial, Helvetica, sans-serif;
	font-size: 63%;
	color: #000000;
}

td li {
	font-family: Tahoma,  Arial, Helvetica, sans-serif;
	font-size: 63%;
	line-height: 150%;
	
	background-position: left;
	margin: 0 0 0 5px;
	text-indent: 10px;
	padding: 0;
	list-style:none;
	list-style: url(../imagenes/rd_bulletli.jpg);
}



