.caja_mapa{
	float:left;
	width:195px;
	/*border: thin solid red;*/
}


.mapa_oscuro{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #2c2b3f;
}

.mapa_texto{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #9f8651;
}

/*
Mapa Activo
*/
.mapa{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #2c2b3f;
}

.mapa a{
	font-family: "Trebuchet MS";
	font-size: 14px;
	/*text-style: none;*/
	text-decoration: none;
	color: #2c2b3f;
}

.mapa a:hover{
	text-decoration: underline;
}

.mapa ul ul a{
	font-family: "Trebuchet MS";
	font-size: 14px;
	/*text-style: none;*/
	text-decoration: none;
	color: #9f8651;
}

.mapa ul ul a:hover{
	text-decoration: underline;
}

.mapa ul {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 14px;
	cursor: default;
	width: auto;
	list-style-position: inside;
	list-style-type: disc;
	color: #2c2b3f;
}

.mapa ul ul {
	margin: 0;
	padding-left: 16px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	cursor: default;
	width: auto;
	list-style-position: inside;
	list-style-type: square;
	color: #9f8651;
}
/*
Fin Mapa activo
*/

/*
Mapa NO Activo
*/
.mapa1{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #b5b5b5;
}

.mapa1 a{
	font-family: "Trebuchet MS";
	font-size: 14px;
	/*text-style: none;*/
	text-decoration: none;
	color: #b5b5b5;
}

.mapa1 a:hover{
	text-decoration: underline;
}

.mapa1 ul ul a{
	font-family: "Trebuchet MS";
	font-size: 14px;
	/*text-style: none;*/
	text-decoration: none;
	color: #b5b5b5;
}

.mapa1 ul ul a:hover{
	text-decoration: underline;
}

.mapa1 ul {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 14px;
	cursor: default;
	width: auto;
	list-style-position: inside;
	list-style-type: disc;
	color: #b5b5b5;
}

.mapa1 ul ul {
	margin: 0;
	padding-left: 16px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	cursor: default;
	width: auto;
	list-style-position: inside;
	list-style-type: square;
	color: #b5b5b5;
}
/*
Fin Mapa NO activo
*/
