@charset "utf-8";
*{
margin: 0; 
	padding: 0;

}
html{
	
	height: 100%;
}

body {
	background: #e10079;
	font: 100% "Trebuchet MS", arial, sans-serif;
	height: 100%;
	color: #E10079;
}
#contener {
	background: url(img/bg.png) no-repeat;
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	position: relative;
	left: 0px;
	height: 800px;
}
#contener #menu {
	background: url(img/bgmenus.png) no-repeat;
	height: 143px;
	width: 671px;
	top: 170px;
	position: relative;
	left: 30px;
	
}

#contener #menu li{ 
	list-style-type: none;
	display: block;
	float: left;
	clear: right;
	width: 140px;
	font: 22px "Trebuchet MS", arial, sans-serif;
	top: 64px;
	position: relative;
	z-index: 300;
	text-align: center;
	background: #E10079;
	
	
}
#contener #menu a {
	color: #FFFFFF;
	text-decoration: none;

}
#contener #menu .shade a:hover {
	color: #F0E411;
	text-decoration: underline;
}





#contener #footer {
	position: absolute;
	bottom: -39px;
	width: 956px;
	height: 97px;
	background: url(img/footer.png) no-repeat right top;
}
#contener #txxt {
	position: absolute;
	left: 488px;
	top: 288px;
	width: 395px;
	height: 503px;
	font-size: 12px;
	padding-top: 5px;
	overflow: auto;
	padding-left: 30px;
}
 h1 {
	font-size: 18px;
}

#contener #txxtmap {
	position: absolute;
	left: 452px;
	top: 289px;
	width: 429px;
	height: 503px;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 30px;
}

#contener #skull {
	background: url(img/skull-trans.png) no-repeat left bottom;
	position: absolute;
	z-index: 255;
	height: 683px;
	width: 539px;
	top: 113px;
	cursor: crosshair;
}

.imgspon{
	margin-right: 20px;

}
strong {
	font-weight: bold;
	color: #6C003C;
}
