body
{ 
	margin: 0;
	padding: 0;
}

#home
{
/*	text-shadow: 1px 1px 0px #000000;*/
	text-align: right;
	font-size: 12px;
}

a:link
{
	color: #0066FF;
	background-color:transparent;
	text-decoration:underline;
	text-decoration-style: dotted;
}

a:visited
{
	color: #0066FF;
	background-color:transparent;
	text-decoration:underline;
	text-decoration-style: dotted;
}
a:hover
{
	color:hsl(8, 70%, 54%);
	background-color:transparent;
	text-decoration:underline;
	text-decoration-style: dotted;
}

a:active
{
	color:hsl(8, 70%, 54%);
	background-color:transparent;
	text-decoration:underline;
	text-decoration-style: none;
}


.imagefull
{
	width: 100%;
}

.imageleft, .imageright
{
	
	display: block;
	text-align: center;
}

.imageleft img, .imageright img
{

	width: 100%;
	max-width: 200px;
}

.testo
{
	display: block;
	
}


/*
.indexd a:link, .index a:link
{
	color: #000000;
	background-color:transparent;
	text-decoration: none;
}

.indexd a:visited, .index a:link
{
	color: #000000;
	background-color:transparent;
	text-decoration: none;
}

.indexd a:hover, .index a:hover
{
	color:hsl(8, 70%, 54%);
	background-color:transparent;
	text-decoration: none;
}

.indexd a:active, .index a:active
{
	color:hsl(8, 70%, 54%);
	background-color:transparent;
	text-decoration: none;
}
*/
.logo
{
	width: 100%;
}

.green
{
	background-color: #66CC99;
}

.yellow
{
	background-color: #FFFFCC;
}

.black
{
	background-color: black;
}

ul
{
	list-style: none;
/*	margin-left: 0;
	padding-left: 0px;*/
}

ul li
{
	padding-bottom: 0.7em;
}

ul li:before
{
	content: '\21D2\0A';
/*	margin-left: -20px;
	padding-left: 0;
	border-bottom: 10px;*/
}

/*
.titolo
{
	background-color: rgba(57,177, 164, 0.7);
	width: 100%;
	padding: 4px;
}
*/

.footer
{
	background: white;
	font-size: 14px;
}

.container
{
	background: white;
	padding-left: 20px;
	padding-right: 20px;
}

table tr:nth-child(odd)
{
	background-color:#eee;
}

div.float
{
	float: left;
	padding: 20px;
}

div.clear
{
	clear: both;
}

/* 
.section1
{
	padding: 20px;
}
*/

.section1
{
	box-sizing: border-box;
        background: black url(image/body.png) repeat;
	background-color: white;
	font-family: "Raleway", "DejaVu Sans Light", "Segoe UI Light", sans-serif;
	font-weight: 300;
	font-size: 18px;
}

.indexd:hover, .index:hover
{
/*	color:hsl(8, 70%, 54%);
	background: -webkit-linear-gradient(#FFFFCC, white);
	background: -o-linear-gradient(#FFFFCC, white);
	background: -moz-linear-gradient(#FFFFCC, white);
	background: linear-gradient(#FFFFCC, white);
*/
}

.section1 h2
{
	font-weight: 300;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 20px;
/*	margin-top: 0;*/
	font-size: 24px;
}

.section1 h2 + p, #indexm h2 + p, .indexd h2 + p, .index h2 + p
{
}

.section1 h3
{
	font-weight: 300;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 50px;
	margin: 0;
	font-size: 24px;
}

.section1 .sub
{
	text-align: center;
}

footer {
	font-family: "Raleway", "DejaVu Sans Light", "Segoe UI Light", sans-serif;
	/*font-weight: 300;*/
	text-align: center;
	background-color: white;
	color: black;
/*	padding-bottom: 20px;
	padding-top: 20px;*/
}

table
{
	margin-top: 26px;
	width: 100%;
}

thead
{
	font-weight: 700;
}

tbody
{
	text-align: left;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
      
@media screen and (max-width: 600px)
{


.container
{
	background: white;
	padding-left: 0px;
	padding-right: 0px;
}

.blocco
{
	padding-left: 7px;
	padding-right: 7px;
}

table thead
{
	display: none;
}


table td
{
	display: block;
	position: relative;
/*	padding-left: 50%;
	padding: 24px;
	padding-bottom: 2px;*/

	text-align: left;
/*	background: #e9e9e9;*/
}

ul
{
	list-style: none;
	margin-left: 0;
	padding-left: 0px;
}

ul li
{
	padding-bottom: 0.7em;
}

ul li:before
{
	content: '\21D2\0A';
	margin-left: -20px;
	padding-left: 0;
	border-bottom: 10px;
}

/*
table td:before
{
	content: attr(data-th) " :";
	display: inline-block;
	color: #000000;
	background: #e9e9e9;
	border-right: 2px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 33%;
	max-height: 100%;
	font-size: 16px;
	font-weight: 300;
	padding-left: 13px;
	padding-top: 13px;
}
*/

}
      
@media screen and (min-width: 600px)
{

.footer
{
	margin: auto;
	max-width: 800px;
}
.container
{
	margin: auto;
	max-width: 800px;
	border-left: 10px solid black;
	border-right: 10px solid black;
}

.section1
{
	box-sizing: border-box;
/*	padding: 10px 20% 10px 20%;
*/
}

.section1 h2
{
	margin-top: 0;
	font-size: 60px
}

.section1 h3
{
	font-size: 30px
}

.testo
{
}

.imageleft
{
	text-align: left;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}


.imageright
{
	text-align: right;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}



}

