/* /index.html */
body {
    background-color: #000000;
    font-family:"Lucida Sans Unicode", "Trebuchet MS", Tahoma, sans-serif;
}
a:link img {
    opacity: 0.5;
    filter:alpha(opacity=50);
}
a:visited img {
    opacity: 0.5;
    filter:alpha(opacity:50);
}
a:hover img {
    opacity: 100.0;
    filter:none;
}
a.info{
    position:relative;
    z-index:24;
    text-decoration:none;
}

a.info:hover{
    z-index:25;
}

a.info span{
    display: none
}

a.info:hover span{
                   font-family:"Lucida Sans Unicode", "Trebuchet MS", Tahoma, sans-serif;
                   display:block;
                   position:absolute;
                   top:2em; 
                   left:2em;
                   width:15em;
                   border:2px solid #0cf;
                   background-color:#000;
                   color:#fff;
                   text-align: center;
}
#transparent {
    filter: alpha(opacity=99);
    opacity: 1.0;

}
a:link {
    color: #fff;
}
a:visited {
    color: #fff;
}
a:hover {
    color: #FFFF00;
}
a:active {
    color: #fff;
}
.Estilo3 {
    color: #fff;
}
.Estilo4 {
    color: #FF9900
}
