a, a:link, a:visited {
    text-decoration: none; 
    color: #4B7F7B;
}

a:hover {
    text-decoration: underline;    
    color: #4B7F7B;
}

h1{
    font-size: 32px;
    color: #14232B;
    font-weight: bold;
    text-align: left;
    font-variant: small-caps;
}

h2{
    margin: 10px;
    font-size: 16px;
    color:  #14232B;
    font-weight: bold;
    text-align: left;
}


div.message {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    text-transform: lowercase;
    color: #333;
    text-align: center;
    padding: 50px;
}

#errore {
    color: #ff0000;
    font-size: 12px;
}

input {
    border: 1px solid #ccc;    
    background-color: #fff;
}

input#utUsername, #utPassword {
    border: 1px solid #ccc;
}

span#user {
    color: #f00;
    font-weight: bold;
    font-size: 13px;
    font-variant: small-caps;    
}

.img{
    float: left;
    border: 0px;
}

.testo{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 50px;
    margin-right: 50px;
}

.nascosto{
    visibility: hidden;
    display: none;
}

div.infoFoto{
    color: #333;
    border: 1px solid #FFF;
    background-color: #FFF;
    font-size: 11px;
    text-align: left;
    padding: 6px;
}

p.gallery a, p.gallery a:visited, p.gallery a:link, p.gallery a:active{
    font-size: 12px;
    font-weight: bold;
    color: #333;
    letter-spacing: 1px;
}
p.gallery a:hover{
    font-size: 12px;
    font-weight: bold;
    color: #333;
    letter-spacing: 1px;
    text-decoration: underline;
}

hr{    
    border-top-color: #ffffff;
    width: 100%;
    height: 1px;
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
    border-right-color: #ffffff;
    border-top-style: dotted;
    border-top-width: 2px;
    border-bottom-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
    margin-bottom: 20px;
    margin-top: 5px;
}
.i18nForm{
    margin-left: 65px;
    margin-top: 4px;
    padding: 0px;
}

.testo p{
    margin-bottom:10px;
}

