/* CSS Document Crewado or Maria Dolores Garcia Fernandez
http://www.desarrollosdg.com.ar
doloreg@ciudad.com.ar
agosto 2008*/
/**************************************/



#gallery ul {list-style:none; padding:0 ; margin:0; width:100%; height:auto;position:relative; float:right; clear:both;}
#gallery ul li {display:inline; width:102px; height:52px; float:left; margin:0 0 5px 5px;}

#gallery ul li a {display:block; width:100px; height:50px; text-decoration:none; border:1px solid; border-color:#eee #555 #333 #ddd;background-image:url(../imagenes/fondos/botonff3.png); background-repeat:no-repeat;
  color:#1e671d; background-color:transparent;}
#gallery ul li a span {display:none;}
#gallery ul li a img {display:block; width:0; height:0; border:0;}
#gallery ul li a:hover img {display:block; width:100px; height:50px; border:0;}
#gallery ul li a:active img {display:block; width:100px; height:50px; border:0;}
#gallery ul li a:hover {white-space:normal; border-color:#555 #ddd #eee #333; background:#777; color:#1e671d;}
#gallery ul li a:hover strong {position:absolute; left:-548px; top:0; width:548px; height:auto; text-align:right; background:transparent; z-index:20;color:#000;}
#gallery ul li a:hover span {display:block; color:#000; background:transparent; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:.8em; width:350px; margin:0 auto;}


#gallery ul li a:active, #gallery ul li a:focus {white-space:normal; border-color:#555 #ddd #eee #333; background:#777; color:#1e671d;}
#gallery ul li a:active strong, #gallery ul li a:focus strong {position:absolute; left:-548px; top:0; width:548px; height:380px; text-align:right; background:transparent; z-index:10; color:transparent;}
#gallery ul li a:active span, #gallery ul li a:focus span {display:block; color:#000; background-color:transparent/*dolores en domingo#fff*/;font-family:verdana, arial, sans-serif; font-weight:normal; font-size:.8em; width:350px; margin:0 auto;}
 #gallery ul li a:focus img{margin:0 auto 10px auto; width:100px; height:50px; border:1px solid ; border-color:#555 #ddd #eee #333; }

