body {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip:  rect(0px 0px 0px 0px);
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}
.tipo_font_neg_peq {
	color: #000000;
	font-size: 9px;
}
.tipo_font_blanc_peq {
	color: #FFFFFF;
	font-size: 9px;
}
.tipo_font_neg {
	color: #000000;
	font-size: 11px;
}
.tipo_font_blanc {
	color: #FFFFFF;
	font-size: 11px;
}
.tipo_font_red {
	color: #D24237;
	font-size: 11px;
}
.tipo_font_tit_blanc {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.tipo_font_tit_neg {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.tipo_font_tit_red {
	font-size: 12px;
	color: #D24237;
}
.tabla_borde_blanc {
	border: thin solid #FFFFFF;
}
.tabla_borde_gris {
	border: thin solid #BBBBBB;
}
.tabla_borde_red {
	border: thin solid #D24237;
}
.link_blanc {
	text-decoration: none;
	color: #FFFFFF;
}
.link_blanc:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.link_neg {
	text-decoration: none;
	color: #000000;
}
.link_neg:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.link_red {
	text-decoration: none;
	color: #D24237;
}
.link_red:hover {
	text-decoration: none;
	font-weight: bold;
	color: #D24237;
}
.rayas {
	border: 1px dashed #CC0000;
}
.solido {
	border: 1px solid #CC0000;
}
