.CloseBox{
	height			: 22px;
	display			: inline-block;
	float			: right;
	border			: none;
	text-decoration : none;
	text-align		: right;
	padding			: 0;
	margin-bottom	: 5px;
	clear			: both;
}

.CloseBox img 
{
	border: none;
	margin: 0px auto;
	vertical-align: middle;
}

#VisorBox
{
	top				: 50%;
	left			: 50%;
	padding			: 10px;
	z-index			: 100;
	position		: absolute;
	background		: #FFF;
	border			: 1px solid #A7A6AA;
	display			: none;
}

.Arbol
{
	width			: 450px;
	height			: 400px;
	margin-left		: -225px;
	margin-top		: -200px;
}

.Mapa
{
	width			: 700px;
	height			: 520px;
	margin-left		: -350px;
	margin-top		: -260px;
}

div > div#VisorBox
{
	position: fixed;
}

#VisorOptions
{
	width		: 100%;
	height		: auto;
	background	: none repeat scroll 0 0 #003796;
}

#VisorOptions strong
{
    color		: white;
    font-family	: Arial;
    font-size	: 12pt;
}

#VisorContainer
{
	width		: 100%;
	height		: 94%;
	margin-left	: 0px;
	margin-right: 0px;
   	position	: relative;
   	float		: left;
   	overflow	: auto;
}

#LoadingImg
{
	margin-left		: auto;
	margin-right	:auto;
	display			: block;
}

#GlCampain a {
	display: block;
	margin: auto;
}
#GlCampain a img {
	width:100%;
}