@charset "utf-8";
/* CSS Document */
 body {
        margin-left: 0px;
        margin-top: 10px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-color: #FFFFFF;
        background-image: url(../images/sfumatura.jpg); 
        background-repeat: repeat-x;
        background-attachment:fixed;
		font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans', LucidaGrande, Geneva, Arial, Verdana, sans-serif;
		font-size: 12px;
		color: #072f70;

    }
    .testo
    {
        font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans', LucidaGrande, Geneva, Arial, Verdana, sans-serif;
        font-size: 13px;
        color: #072f70;
        line-height:130%;
    
    }
    .testo_fotogallery
    {
        font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans', LucidaGrande, Geneva, Arial, Verdana, sans-serif;
        font-size: 11px;
        color: #072f70;
        line-height:110%;
    
    }

	.banner_dx[class]
    {
        
        width:4px;
        background-image:url(../images/bannerdx_png.png);
        background-repeat:repeat-y;
    }

	.dx[class]
    {
        
        width:4px;
        background-image:url(../images/sfumatura_dx.png);
        background-repeat:repeat-y;
    }
	.chiusura[class]
    {
        height:26px;
		background-position:top;
        background-repeat:no-repeat;
        background-image:url(../images/chiusura_png.png);
    }
	.apertura[class]
    {
		height:10px;
        background-position: bottom;
        background-repeat:no-repeat;
        background-image:url(../images/top_png.png);
    }
.bordoimg
{
		border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style:solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #072f70;
        border-right-color: #072f70;
        border-bottom-color: #072f70;
        border-left-color: #072f70;
}
a
{
	color: #072f70;
	text-decoration: none;
	font-weight: bold;
}
a:link 
{
	text-decoration: none;
}
a:visited 
{
	text-decoration: none;
}
a:hover 
{
	color: #990000;
	text-decoration: underline;
}
a:active 
{
	text-decoration: none;
}

