#avis_navegador_overlay {
	z-index: 998;
	display: none;
	position: absolute;
	background-color: #333;
}
#avis_navegador_tancar {
	z-index: inherit;
	width: 50px;
	height: 19px;
	background-image: url('tancar.png');
	background-repeat: no-repeat;
	background-color: #f8f8f6;
	cursor: pointer;
	float: right;
  	margin-right: 10px;
}
#avis_navegador_container {
	z-index: 999;
	display: none;
	position: absolute;
	top: 300px;
	width: 331px;
	height: 398px;
}
#avis_navegador {
	z-index: inherit;
	width: 331px;
	height: 379px;
	text-align: center;
	background-image: url('avis_navegador.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #f8f8f6;
}
#avis_navegador a {
	color: #3791cf;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 11px;
}
#avis_navegador a:hover {
	color: #fd7b03;
}
#titol_AN {
	margin-top: 105px;
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
#ie_AN {
	margin-top: 45px;
	text-align: center;
}
#ff_AN {
	margin-top: 37px;
	text-align: center;
}
#gc_AN {
	margin-top: 38px;
	text-align: center;
}