@charset "utf-8";
/* CSS Document */


html,body{margin: 0;padding:0}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/sfondo.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0 auto;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
	font-weight:none;
	color: #fff;
	font-size: 11px;
	border-bottom: dotted 1px;
}
a:visited {
		font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:none;
	color: #fff;
	font-size: 11px;
	
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:none;
	color: #808080;
	font-size: 11px;
	border-bottom: dotted 1px;
}

p{
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	color: #CCC;
	font-size: 11px;
	margin:0px 5px 0px 5px;
	line-height:17px;
}
h3:first-letter{
	font-size:200%;
	font-style:italic;
}
h3{
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	color: #CCC;
	font-size: 11px;
	font-weight:normal;
	margin: 0;

}
h2:first-letter{
	font-weight:bold;
}
h2{
	margin:5px 5px 0px 5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:300;
	font-size:11px;
	color:#FFF;	
}


h1 strong{

	font-family:"Times New Roman", Times, serif;
	font-weight:700;
	font-style:italic;
	font-size:12px;
	color:#F00;	
}

h1 em{

	font-family:"Times New Roman", Times, serif;
	font-weight:400;
	font-style:italic;
	font-size:14px;
	color:#ccc;	
}
pre{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333;
	font-size: 11px;
	text-align:left;
	margin: 0;
	line-height:17px;
}
p img{
	float:left;
	margin:5px 5px 5px 5px;
    border: 1px #333;
	border-style:dotted;

}
.img_g{
	float:left;
	margin:0px 2px 2px 2px;
    border: 1px #333;
	border-style:dotted;

}