body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0px;
	color: #532E73;
}
.titulo_pag {
	font-size: 18px;
	font-weight: bold;
	color: #9171D2;
	padding-top: 10px;
	background-image: url(images/fondo_titulos.jpg);
}
a:link {
	color: #481D79;
}
a:hover {
	color: #9D23A9;
	text-decoration: underline;
}
a:visited {
	color: #694B81;
}
.subtit {
	font-weight: bold;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CF3DA7;
	color: #9C25A5;
	font-size: 14px;
}
.td_txt {
	font-size: 12px;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.img_derecha {
	background-repeat: no-repeat;
	background-position: right top;
}
