/*************titulo ficha desplegable***********************************/

.enlace_muestra_ficha h2 {color: #2f5c23;}
a#titulo_ficha { display: block; /*width: 500px;*/  /*border: 1px solid #efefef; background-color: #fafbee;*/ border: 1px solid #eaeaea; background-color: #f5f6e6; text-decoration: none; padding: 5px 10px; color: #2f5c23;}
a#titulo_ficha:hover { border: 1px solid #c7c7c7; text-decoration: none;}



/******** botones listado -> mostrar, ocultar *********/
.boton_ficha { display: block; float: right; padding-top: 0px; /*width: 100px;*/}
.boton_ficha img { padding-right: 5px; vertical-align: top; }

/************ contenido ficha desplegable *************/
.ficha_desple { background-color: #FAFBEE; font-size: 11px; padding: 15px; border: 1px solid #eaeaea; border-top: 0px; margin-bottom: 10px; }
span.subtitulo_ficha { display: block;/* border-bottom: 1px solid #D7DDE4*/; color: #2E5E8C; font-size: 11px; margin: 10px 0 5px 0; font-weight: bold; }
span.datos { color: #323232; }

.separacion {height: 10px;}



/*************** fichas desplegables dentro de otras *****************/

/*.listado_enlaces_interior .ficha_desple_interior .max_ficha a { background: #e3e89a; }*/

.listado_enlaces_interior .titulo_ficha a	{ color: #899500; display: block; background: url(../images/flecha_elikaberri.gif) 5px 7px no-repeat; font-size: 11px; margin: 0; padding: 2px 0 3px 18px; }
.listado_enlaces_interior .titulo_ficha a:hover { text-decoration: underline; }
.listado_enlaces_interior .max_ficha a { background: #eceecb url(../images/flecha_abajo.gif) 5px 7px no-repeat; color: #4c5301; }

.ficha_desple_interior { background-color: #f6f8d9; font-size: 11px; padding: 15px; border: 1px solid #e5eaab; margin-bottom: 10px;}

.ficha_desple ul { margin: 0 0 6px 25px;}
.ficha_desple ul li { background:transparent url(../images/guion.gif) no-repeat scroll 0px 10px; color:#3A3A3A; list-style-image:none; list-style-position:outside; list-style-type:none; padding:3px 0 3px 10px; }

.ficha_desple ol { margin: 0 0 20px 30px; }

