.categoriaTurismo{
     float:left;
     width:234px;
     height:170px;
     position: relative;
     border:1px solid #ededed;
     padding:3px;
}
b{
   font-size:12px;
   line-height:12px;
}
.foto{
    width:120px;
    height:120px;
    margin:0;
}
.foto img{
    margin:auto;
    border:1px solid #ffffff;
}
.categoriaTurismo a{
    font-size:9px;
    color:green;

}
.categoriaTurismo a:hover{color:#004400;}
