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

body {
font-family: 'Open Sans', sans-serif;
}

#area-contenuto-newsletter   {
	background-color: #FFFFFF;
	width: auto;
	font-size: 15px;
	color: #444;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	line-height: 22px;
}

#footer-newsletter {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	text-align: center;
	clear: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: auto;
	vertical-align: middle;
	padding: 5px;
}

h1 {
padding-top: 10px;
padding-bottom: 10px;
font-size: 18px;
line-height: normal;
}

h2 {
	padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
margin: 0px;
font-size: 17px;
line-height: normal;
background-color: #2F4B5F;
color: #fff;
}

td ul li {
	font-size: 14px;
margin-top: 0px;
margin-left: -15px;	
list-style: square;
padding-bottom: 5px;
}

.list-corsi li{
		margin-left: -30px;
list-style: none !important;

}

a.button-newsletter, .button-newsletter {
background: #fff;
background-image: linear-gradient(#F51801, #B31001);
background: -moz-linear-gradient(#F51801, #B31001);
background: -webkit-linear-gradient(#F51801, #B31001);
background: -o-linear-gradient(#F51801, #B31001);
background: -ms-linear-gradient(#F51801, #B31001);
background: linear-gradient(#F51801, #B31001);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F51801', endColorstr='#B31001');
border: 1px solid #B31001;
border-radius: 6px 6px 6px 6px;
box-shadow: 0 1px 0 0 #FF3C2D inset;
color: white;
text-shadow: 0 1px 0 #5F1A1B;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 12px;
padding-right: 12px;
text-decoration: none;
font-family: arial, sans serif;
width: 305px;
margin-left: auto;
margin-right: auto;
display: block;
font-size: 14px;
cursor: pointer;
margin-top: 10px;
}

a.button-newsletter:hover {
    background-image: linear-gradient(#B31001, #F51801);
 	color: #FFF;	
}