﻿
.DivInEvidenza
{
    width:100%;
    overflow:auto;
    margin-top:15px;
    /*background-color:Fuchsia;*/
}

.DivEntita
{
    width:115px;
    float:left;
    /*background-color:Red;*/
    margin:5px;
    display:inline;
    overflow:hidden;
}


.DivImg
{
    width:102px;
    height:102px;    
    margin-left:6px;
    /*background-color:silver;*/
}

.DivImg input
{
    width:100px;
    height:100px;
    margin:1px;
}


.DivTitolo
{
    padding:3px 0 3px 0;
    font-size:11px;
    color:#777;
    font-weight:bold;
    color:#5F86FD;   
    text-align:center;
    line-height:16px;
    /*background-color:Orange;*/
}

.DivTitolo a
{
    color:#5F86FD;
}

.DivTitolo a:hover, .DivTitolo a:focus, .DivTitolo a:active
{
    color:#777; 
}

