@charset "utf-8";
.TextoGeneral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #341783;
	text-align: justify;
}
.PiePagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a {
	color: #BD0C89;
	text-decoration: underline;
}
a.Link2 {
	color: #FFFFFF;
	text-decoration: underline;
}
.Campo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #28A3DE;
	border: 1px dotted #F82790;
}
.CategoriaTitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
	padding: 5px;
}
.CategoriaTexto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #C17A04;
	padding: 2px;
	margin: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6D3C0D;
	text-indent: 10px;
}
.BordeGeneralP {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #663300;
	border-bottom-color: #663300;
	border-left-color: #663300;
}
.BonoTitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
}
.BonoValor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF008E;
	text-indent: 10px;
}
