
body{
	/*width: 100%;*/
	height: 100%;
	background-position : top left;
	background-color: #7f7f7f;
	background-repeat: repeat-x;
	
	color: #ffffff;
	font-size: 12px;
	font-family: Tahoma;
}

p{
	margin: 0px;
	margin-top: 1px;
}

a, a:visited, a:active,  a.l, a.l:visited, a.l:active {
    font-family: Georgia;
    font-size: 12px;
    color: #404042;
    text-decoration: none;
  }


a:hover, a.l:hover {
    font-family: Georgia;
    font-size: 12px;
    color: #404042;
    text-decoration: none;
  }

img{
	border: 0px;
}
  
#img_cache{
	display: none;

}

#loading{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

#loading_progress{
	position: relative;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 1px;
	background-color: #00ff00;
}


#links{
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 280px;
	height: 11px;
	background-color: #404042;
}

#head{
	display: none;
	position: absolute;
	left: 283px;
	top: 0px;
	width: 208px;
	height: 11px;
	background-color: #404042;
}

#main_container{
	display: none;
	position: absolute;
	left: 286px;
	top: 10px;
	width: 400px;
	height: 380px;
}

#j6{
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
}

#rela{
	position: relative;
	
}

.title_text{
	position: absolute;
}

.title_text strong{
	font-family: Georgia;
}

#subhead{
	display: block;
}

#subhead_en{
	display: none;
	cursor: pointer;
}

.parea{
	position: absolute;
	z-index: 100;
}

.parea_img{
	position: absolute;
	z-index: 10;
}

.pitem_text{
	position: absolute;
	display: none;
}

.pitem_text span {
	background-color: #00e601;
}

.pitem_text span strong
{
	font-family: Georgia;
}

.pitem_text div {
	width: 10px;
	height: 4px;
}

#next_pitem{
	position: absolute;
	display: none;
	top: 0px;
	right: 0px;
	width: 50%;
	height: 100%;
	cursor: pointer;
}

#prev_pitem{
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 50%;
	height: 100%;
	cursor: pointer;
}

.link_short{
	position: absolute;
	display: block;
	top: 0px;
}

.link_long{
	position: absolute;
	display: none;
	top: 0px;
}

.mapa_link_holder{
	position: absolute;
	display: none;
	left: 100px;
	top: 100px;
}

.mapa_link{
	display: inline;
}




