body.capfix .fix {
	position:fixed;
	top:0;
	left:0;
}

html{
	height:100%;
	width:100%;
}

body{
	height:100%;
	width:100%;
	margin:0px;
	text-align:left;
	font-family: arial, verdana, "Trebuchet MS";
	font-size:12px;
	line-height:20px;
	color:#585747;
	background-color:#181818;
}

img {
	border:0;
}

/*******************  links  ***********************/

a {
       color:#FFD500;
       text-decoration: none;
}
       a:hover {
               color:#585747;
               text-decoration: none;
       }

a.language-link {
       color:#733801!important;
}
       a:hover.language-link {
               color:#000!important;
       }



/*******************  UL  ***********************/

ul {
	margin:0px;
	padding-left:16px;
}

li {
	padding:0px;
}


/*******************  Altres  ***********************/

hr {
	border:0;
	border-bottom:1px dotted #333;
	margin:20px 0 20px 0;
}

#popup-buttons button.find-more-button {display:none !important;}