.bold {
	font-family: Century Gothic;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
}
.boldM {
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
}
.textRED {
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
}
.textoNE {
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

.titulares {
	font-family: Century Gothic;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
}
.texto {
	font-family: Century Gothic;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4f4f4f;
	text-align: justify;
}

.listas_mapa_web
{
	list-style-type:circle;
	list-style-position:inside;
	padding:10px;
	font-size:16px;
}

.listas_mapa_web_1
{
	list-style-type:disc;
	list-style-position:inside;
	padding:10px;
	font-size:16px;
}

.listas_mapa_web_2
{
	list-style-type:square;
	list-style-position:inside;
	padding:10px;
	font-size:16px;
}
