table {
	border:0;
}

caption {
	text-align: left;
}
th {
	text-align: left;
	padding-left: 5px;
	padding-bottom: 3px;
}
td {
	padding-left: 5px;
	padding-bottom: 3px;
}
.estilo_tabla{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ece9d8;
	border-right-color: #ece9d8;
	border-bottom-color: #ece9d8;
	border-left-color: #BCB176;
}

.borde_fila {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC99FF;
	border-bottom-color: #CC99FF;
}
.borde_fila2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC99FF;
}
.fondo_celda {
	background-color: #f5ebf2;
}
.fondo_celda_borde1 {
	background-color: #f5ebf2;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC99FF;
	border-bottom-color: #CC99FF;
}
.fondo_celda_borde2 {
	background-color: #f5ebf2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC99FF;
}
.texto_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.texto_resaltado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.texto_citas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}

.texto_notas_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.texto_notas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.texto_notas_citas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.texto_derecha {
	text-align: right;	
}
