/* generated by csscreator.com */ 
html, body{ 
	margin:0; 
	padding:0;
	padding-top:4px;
	text-align:center;
	background-image:url(images/backgroud.gif);
	background-repeat:repeat-x;
	background-color:#999999;
} 
 
#pagewidth{ 
	width:100%; 
	text-align:center;  
	margin-left:auto; 
	margin-right:auto;
	margin-top:50px;
}
#logo
{
	background-image:url(images/logo_bg.png);
}
#flags{
margin-top:40px;
}

.image
{
	padding:12px;
	border:0px;
}
.text{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	word-spacing: 24px;
}
.lev{
padding:24px;}
.footer{
background-image:url(images/logo_bg.png);
padding-top:4px;
}

.text a{
color:#FFFFFF;
font-size:14px;
font-weight:bold;
text-decoration:none;
}

.text a:hover{
color:#FFFFFF;
font-size:14px;
font-weight:bold;
text-decoration:underline;
}
.p-iva{
	color:#FFFFFF;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	letter-spacing: 1px;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

