/* IE:enlaces no funcionan con png detras */
a, #menu-asepef {position:relative;}
/* IE6:borde punteado NO es punteado, lo hago solido entonces */
* html a:hover {border-bottom:1px solid #FA6705;}
/* IE6:sustituir el fondo con un filtro de la misma imagen */
#contenedor-fijo {
	/*background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagenes/as-contenedor-fondo.png',sizingMethod='scale');*/}
/* IE6:interpreta mal los z-index */
.index ul#menu-asepef {z-index:69;}
ul#menu-asepef li,
ul#menu-asepef ul {z-index:69;}
ul#menu-asepef li ul {}
/* IE6: */
* html ul#menu-asepef a {height:1%;/*For IE*/}
/* IE7: */
html>body ul#menu-asepef a {display:block;}
/* IE7:interrumpir la cascada anterior */
html>body ul#menu-asepef ul a {
  display:inline-block;
  width:180px;
}
/* IE:opacidad */
ul#menu-asepef li:hover li a,
ul#menu-asepef li.sfhover li a {filter:alpha(opacity=86);}
ul#menu-asepef li:hover li a:hover,
ul#menu-asepef li:hover li:hover a,
ul#menu-asepef li.sfhover li a:hover,
ul#menu-asepef li.sfhover li.sfhover a {filter:alpha(opacity=90);} /*IE */
.linea-arriba {border-top:#A9BBDC 1px solid !important;}
.linea-abajo {border-bottom:#A9BBDC 1px solid !important;}
.lista-detalles li {
	list-style-type:none !important;
	border-bottom:#A9BBDC 1px solid !important;
}
* html #jd dt,
* html #socios dt,
* html #amigos dt {border-bottom:#A9BBDC 1px solid !important;}

#contenido #fotos li a { filter:alpha(opacity=80);/* IE */ position:static;}
#contenido #fotos li a:hover { filter:alpha(opacity=100);/* IE */}