#fotos, #fotos ul {
padding: 0px;
margin: 0px 0px 0px -1px;
list-style: none;
font-size: 2em;
}

#fotos li {
float: left;
width: 160px;
border: 1px solid #fff;
background: #949090;
text-align: center;
padding: 10px 0px 5px 0px;
}

#fotos ul {
position: absolute;
width: 160px;
left: -1000px;
}

#fotos li:hover ul {
left: auto;

} 

#fotos a:link{
color: #949090;
text-decoration: none;
}
#fotos a:hover{
color: #949090;
text-decoration: none;
}
#fotos a:visited{
color: #878484;
text-decoration: none;
}
#fotos a:active{
color: #878484;
text-decoration: none;
}
