@import url(https://fonts.googleapis.com/css?family=Dosis);
BODY
{
	background-image: url(Img/BG.gif);
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Dosis, Trebuchet MS, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0 0 0 0;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #3d3d3d;
}
H1	{	
	font-size:	15px;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
    COLOR: #303030;
    text-align: right;
    margin-top: 65px;
	}	
		
H2	{	
    FONT-FAMILY: Dosis, Verdana, Helvetica, sans-serif;
	font-size:	17px;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
    COLOR: #545454;
    text-align: justify;
    width: 290px;
    margin-top: 40px;
	}	
		
H3	{	
	font-size:	25px;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
    COLOR: #303030;
    text-align: right;
    margin-top: 65px;
	}	
		
H4	{	
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	


A:link	{	
	text-decoration:	none;
	color:	#598527;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#598527;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#598527;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#598527;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border: 0;
	}
FORM {
    margin: 0 0 0 0;
}
.tblPagina
{
	width: 100%;
	height: 100%;
	background-image: url(Img/BGBaglioreSx.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.tblPagina TD
{
	vertical-align: top;
}
.tdFooter
{
	background-image: url(Img/BGFooter.jpg);
	background-repeat: repeat;
	color: #bcbcbc;
	text-align: center;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 25px;
	height: 190px;
}
.tdFooter H1 
{
	position: absolute;
	left: 50%;
	margin-left: -450px;
	margin-top: 40px;
	width: 900px;
	font-size: 16px;
	text-align: justify;	
	color: #3d3d3d;	/* #bcbcbc; */
}
.tdFooter H1 A
{
	color: #3d3d3d;	/* #bcbcbc; */
}
.tdFooter H1 A:link
{
	color: #3d3d3d;	/* #bcbcbc; */
}
.tdFooter H1 A:visited
{
	color: #3d3d3d;	/* #bcbcbc; */
}
.tdFooter H1 A:hover
{
	color: #3d3d3d;	/* #bcbcbc; */
}
.divPagina
{
	background-image: url(Img/BGBaglioreDx.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.tblBody {
    width: 1200px;
    height: 600px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.tdBody1 {
    width: 320px;
}
.tdBody2
{
	width: 30px;
}
.tdBody3
{
	width: 850px;
	padding: 0 0 0 20px;
}
.tdTesto
{
	font-size: 18px;
    color: #2d2d2d;
}
    .tdTesto H1 {
        font-size: 20px;
        font-weight: bold;
        margin: 30 0 30 0;
        color: #598527;
        text-align: left;
    }
    .tdTesto IMG {
        margin: 5 0 25 25;
        /* funziona solo in Chrome
        -webkit-filter: blur(2px);
        filter: blur(2px);
        */
    }
    .tdTesto li p {
        font-size: 16px;
        color: #3d3d3d;
    }
.tdTestoContatti
{
	font-size: 16px;
	line-height: 25px;
}
    .tdTestoContatti H1 {
        color: #598527;
        font-size: 30px;
        font-weight: normal;
        margin: 30 0 30 0;
        text-align: left;
    }
.tdTestoContatti IMG
{
	margin: 5 0 25 25;
}
.tdMenu
{
	text-transform: capitalize;
	font-variant: small-caps;
	font-size: 24px;
	color: #598527;
	padding-right: 10px;
	padding-top: 60px;
	text-align: right;
}
.tdMenu A
{
	color: #303030;
	text-decoration: none;
}
.tdMenu A:visited
{
	color: #303030;
	text-decoration: none;	
}
.tdMenu A:hover
{
	color: #598527;
	text-decoration: none;	
}
.tblHome
{
	text-align: justify;
	font-size: 16px;
	width: 500px;
}
.tblHome TR
{
	vertical-align: top;
}
.tblHome H1
{
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5 0;
	text-align: justify;
}
.tblHome H1 A
{
	color: #3d3d3d;
}
.tblHome H1 A:link
{
	color: #3d3d3d;
}
.tblHome H1 A:visited
{
	color: #3d3d3d;
}
.tblHome H1 A:hover
{
	color: #3d3d3d;
}
.tblHome .IMG
{
	margin: 20 0 10 0;
}
.Testo
{
	font-size: 12px;
	text-align: justify;
}
.tblServiziFotografici
{
	font-size: 12px;
	margin: 0 0 0 0;
	text-align: justify;
}
.tblServiziFotografici TD
{
	padding: 0 20 0 0;
}
.tblServiziFotografici IMG
{
	margin: 0 0 10 0;
}

.divPortfolio
{
	display: inline-block;
	}
.divPortfolio  TABLE 
{
	margin-top: 40px;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
    vertical-align: top;
    width: 250px;
	}

.divPortfolio  IMG 
{
	margin: 0 0 0 0;
    width: 250px;
	padding-bottom: 10px;
	}

.divPortfolio  TABLE .Testo
{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
    font-size: 15px;

}