@charset "ISO-8859-1";


body {
	margin: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
}
#fregio{
	background-color: #0071b9;
	width:100%;
	height: 6px;
}
#content {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
#paginaHtml {
	background-color: #CCCCCC;
	background-image: url(img/gradiente_sfondo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
#paginaHtml #contentHtml {
	margin: 20px;
	width: 56%;
}
#paginaHtml #contentHtml #videoVetrine {
	height: 400px;
	width: 480px;
	margin-top: 20px;
	margin-bottom: 40px;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	color: #0171ba;
	font-weight: normal;
}


h1 {
	font-size: 40px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 15px;
	position: absolute;
	top: 20px;
	right: 20px;
}
p {
	line-height: 20px;	
}
li {
	margin-bottom: 10px;
}
a {
	color: #0171ba;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0171ba;
}
a:hover {
	border-bottom-style: none;
}
#imgSfondo {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#footer, #push {
	height:6px; /* #push must be the same height as #footer */
	clear: both;
	}
#footer {
	width: 100%;
	position: relative;
	z-index: 1;	
}
