@charset "UTF-8";
/* CSS Document */
#cont_est {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 960px;
	height: 100%;
}
#cont_est #testata {
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 185px;
	background-image: url("../pictures/tp_header.png");
	font-family: Arial, Helvetica, sans-serif;
	background-position: 0px 0px;

}
#cont_est #test_incl {
	width: 100%;
	border: 0px;
}
#cont_est #cont_int {
	background-color: #FFFFFF;
	height: 613px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#cont_est #cont_int #float_clm {
	float: right;
	padding: 15px 15px 10px 15px;
	width: 240px;
	height: 450px;
	margin: 0 80px 0 0;
	clear: right;
	background-image: url("../pictures/righcol.png");

}

#cont_est #cont_int #float_clm #video {
	padding: 0px 0px 0px 0px;
	width: 240px;
	margin: 0 0 15px 0;
	overflow: hidden;
}
#cont_est #cont_int #float_clm #title{
	padding: 0px 0px 0px 10px;
	width: 230px;
	height: 30px;
	margin: 0 0 0 0;
	background-image: url("../pictures/tp_home_rightcol_block_title.png");
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 30px;
	color: #FFFFFF;
}

#cont_est #cont_int #content {
	background-image: url("../pictures/san_bart2011.jpg");
	height: 613px;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#cont_est #cont_int .clearFloat {
	clear: right;
	display: block;
}

#videoButton_1 {
	display: block;
	background-image:url(../pictures/thumbnails/home/mo_free.png);
	width: 240px;
	height: 100px;
}
#videoButton_2 {
	display: block;
	background-image:url(../pictures/thumbnails/home/mo_mix.png);
	width: 240px;
	height: 100px;
}
#videoButton_3 {
	display: block;
	background-image:url(../pictures/thumbnails/home/ba_43d.png);
	width: 240px;
	height: 100px;
}

/* Inizio parte about_pg */
#cont_est #cont_int #float_box {
	float:left;
	padding: 15px 15px 10px 15px;
	width: 640px;
	height: 480px;
	margin: 50px 145px 0 145px;
	clear: right;
	background-image: url("../pictures/righcol.png");

}

#cont_est #cont_int #float_foto {
	float:left;
	padding: 15px 15px 10px 15px;
	width: 800px;
	height: 550px;
	margin: 30px 65px 0 65px;
	clear: right;
	background-image: url("../pictures/righcol.png");

}

