@charset "utf-8";
/* CSS Document */
#fotos{
float:left;
clear:left;
margin-top:15px;
width:917px;
}
#listaFotos{
list-style:none;
float:left;
width:917px;
}
#listaFotos li{
display:inline;
width:167px;
height:90px;
margin:2px;
margin-right:13px;
float:left;
margin-bottom:10px;
}
#listaFotos li a{
float:left;
}
#listaFotos li:hover{
border:2px solid #650367;
margin:0;
margin-right:11px;
margin-bottom:8px;
background-color:#650367;
}