caption, th, td {

	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#banner2 {
	width: 750px;
height: 200px;
position: relative;
z-index: 0;
float: left;
margin-top: 0px;
border: 8px solid white;
}

#slider-wrapper {
	width:639px;
	height:60px;
	margin-top:302px;
	z-index: 100;
	display: inline;
	position: absolute;
	background-image: url(immagini/f_barra.png);
	float: right;
	text-align: right;
}

#slider {
	position:relative;
	width:995px;
	height:500px;
	margin-left:0px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
	float: left;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:0px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:0px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -32px;
}

.nivo-directionNav a {
	display:block;
	width:150px;
	height:116px;
	background:url(../images/arrows2.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-160px 0;
	right:-35px;
}
a.nivo-prevNav {
	left:-25px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}


/***********PROVA CSS***************/

.cont_sezioni{
	position: relative;
	float: left;
	width: 768px;
	height: auto;
}

.cont_sec{
	width: 228px;
	background: #fff;
	float: left;
	margin: 0 7px 20px 0;
	padding: 10px 4px 0 4px;
	border: 6px solid #55CBF6;
	border-radius: 10px 10px 10px 10px;
	border-bottom: 1px solid #55CBF6;
}

.cont_sec > a > img{
	border-radius: 0px;
}

.btn_link{
	position: relative;
	float: left;
	clear: both;
	width: 248px;
	height: 39px;
	background-image: linear-gradient(to top, #008FD9 0%, #55CBF6 100%);
	background-color: #55cbf6;
	text-align: center;
	color: #FFFFFF!important;
	line-height: 18px;
	z-index: 30;
	margin: 10px 0 0 -10px;
	border-radius: 0 0 6px 6px;
	font-size: 20px!important;
	font-weight: bold!important;
	text-transform: uppercase;
	padding: 7px 0 0 0;
}

.link_img > img{
	width: 228px;
}

/***********PROVA CSS***************/