/* General
---------------------------------------------------------------*/
#map {
	position: relative;
	width: 720px;
	height: 575px;
}
#transparent_map {
	position: absolute;
	z-index: 30;
	width: 720px;
	height: 575px;
	border: none;
}
#map ul {
	list-style: none;
}
#map li {
	position: absolute;
	z-index: 20;
	text-indent: -1000em;
	display: none;
}

/* Continentes / Paises
---------------------------------------------------------------*/
.transparencia {
	width: 720px;
	height: 575px;
	top: 0px;
	left: 0px;
}

#norteamerica  {
	background: url(../img/mapa/mun/t_mun_norteamerica.gif) no-repeat;
}

#centroamerica  {
	background: url(../img/mapa/mun/t_mun_centroamerica.gif) no-repeat;
}

#sudamerica  {
	background: url(../img/mapa/mun/t_mun_sudamerica.gif) no-repeat;
}

#europa1, #europa2, #europa3  {
	background: url(../img/mapa/mun/t_mun_europa.gif) no-repeat;
}

#africa1, #africa2  {
	background: url(../img/mapa/mun/t_mun_africa.gif) no-repeat;
}

#asia  {
	background: url(../img/mapa/mun/t_mun_asia.gif) no-repeat;
}

#oceania1, #oceania2,  #oceania3  {
	background: url(../img/mapa/mun/t_mun_oceania.gif) no-repeat;
}

/* Cajita información
---------------------------------------------------------------*/

#info {
	position:absolute;
	z-index:30;
	background-color:#FFFFFF;
	top:590px;
	left:1040px;
	text-align:center;
	color:#FFF;
	border: solid #FFBB66;
	border-width: 1px;
	display:none;
}
#dondeInfo {
	position:relative;
	z-index:9000;
	text-align:left;
	top:-570px;
	left:10px;
	width:470px;
	height:30px;
}

#textoDondeInfo{
	font-size:14px;  
	color:#146682;
	font-weight:bold;
}

#infoTitulo {
	background-color:#FFBB66;
	text-align:center;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding: 0px 10px 0px 10px;
}
#infoContenido {
	z-index:30;
	background-color:#FFF;
	text-align:center;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#000;
	padding: 0px 10px 0px 10px;
}