/* ------------------------- */
/*        redondeado         */
/* ------------------------- */
/*
.up, .down {
	position: relative;
	height: 20px;
}

.left, .right {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
}
.up .left {
	background-image: url(img-mapa/corner_left_20_fff.png);
	left: 0px;
}
.down .left {
	background-image: url(img-mapa/corner_left_bottom_20_fff.png);
	left: 0px;
}
.up .right {
	background-image: url(img-mapa/corner_right_20_fff.png);
	right: 0px;
}
.down .right {
	background-image: url(img-mapa/corner_right_bottom_20_fff.png);
	right: 0px;
}

.middle {
	width: auto;
	height: 20px;
	margin: 0px 20px;
	background-image: url(img-mapa/fondo_fff_3px_79alpha.png);
}

.content {
	background-image: url(img-mapa/fondo_fff_3px_79alpha.png);
}
*/


/* ------------------------- */
/*         maploader         */
/* ------------------------- */

#map_loader {
	font-family: verdana;
	font-size: 12px;
	line-height: 1.6;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

#map_loader_msg {
	padding: 6px 0px;
}


/* ------------------------- */
/*           window          */
/* ------------------------- */

.window_content {
	width: 280px;
}
.window_content #player {
	float: left;
	margin-right: 10px;
}
.window_content span {
	font-size: 10px;
	line-height: 16px;
}
.window_content p {
	font-size: 11px;
	text-align: justify;
}
.window_content h3 {
	line-height: 17px;
	font-size: 12px;
	margin: 5px 0;
	padding-top: 2px;
}
.window_content img {
	display: block;
	margin: 10px auto 7px auto;
	border: none;
}
