.pie {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.mapa {
	font-family: Tahoma;
	font-size: 11px;
	color: #4C535B;
	font-weight: bold;
}
.direccion {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #4C535B;
}
.letras01 {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
.letras_morad {
	font-family: Tahoma;
	font-size: 12px;
	color: #552D5F;
	font-weight: bold;
}
.letras02 {

	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
.tabla_aqua {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #399BDA;
	border: 1px solid #399BDA;
}
.tabla_aqua2 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #399BDA;
}
.texto_azul {
	font-family: Tahoma;
	font-size: 12px;
	color: #2B518B;
	font-weight: bold;
}
.texto_azul_normal {
	font-family: Tahoma;
	font-size: 12px;
	color: #2B518B;
	font-weight: normal;
}
.texto_roja_bold {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
.link_pie_pag {
	font-family: Tahoma;
	font-size: 12px;
	color: #2B518B;
	font-weight: bold;
	text-decoration: underline;
}
.link_pie_pag:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #5685CB;
	font-weight: bold;
	text-decoration: underline;
}

#dhtmltooltip{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:12px;
  font-style:normal;
  color:#000066;
  text-align:center;
  position: absolute;
  width: 200px;
  border: 1px solid #FF6600;
  padding: 2px;
  background-color: #EDC564;
  visibility: hidden;
  z-index: 100;
  /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
  filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmltooltipGuion{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:12px;
  font-style:normal;
  color:#000000;
  text-align:center;
  position: absolute;
  width: 300px;
  border: 1px solid #FF6600;
  padding: 2px;
  background-color: #000000;
  visibility: hidden;
  z-index: 100;
  /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
  filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}