﻿/* CSS Document */
/******************************/
/*     P  A  G  I  N  A       */
/******************************/
#contentDx
{
    width: auto;
    height: 400px;
    background-image: url(../App_Themes/Site/img/sfondo.png); background-repeat: repeat;
    bottom: 10%;
    right:3px;
    left: 473px;
    position: fixed !important;
    z-index: 7;
    float:left;
    overflow: hidden;     
}
#content
{
    margin-top: 20px;
    margin-left: 30px;
    width: 450px;
    height: 80%;
    float: left;
}
.news
{
    height: 200px;
    display:block;
    width:400px;
    margin-top:10px;
    
}
.data
{
    width:400px;
    height:5px;
    display:block;
    font-family: PTSerifRegular, serif;
    font-size: 12px;
    color: #333333;
    
}
.des
{
    width:400px;
    color: #333333;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    line-height: 18px;
}
.titolo
{
    width:400px; 
    height:12px;
    display: block;
    font-family: PTSerifBoldItalic, serif;
    font-size: 20px;
    color: #333333;
}
.torna
{
    height: 18px;
    width: 125px;
    display: block;
    font-family: PTSerifRegular, serif;
    cursor: pointer;
    background-image: url(../App_Themes/Site/img/frecciasx.png);
    background-repeat: no-repeat;
    background-position: 5px left;
    padding-left: 20px;
    color: #333333;
    bottom:12%;
    font-size: 12px;
    position: fixed;
    
}

.torna a
{
    height: 18px;
    width: 125px;
    display: block;
    font-family: PTSerifRegular, serif;
    cursor: pointer;
    background-image: url(../App_Themes/Site/img/frecciasx.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
    color: #333333;
}
h1{margin-bottom:10px;}