.Titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #9C009C;
	font-weight: bold;
}
.Parrafos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #9C009C;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9C009C;
}
textarea {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9C009C;
}
.bordeslaterales {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9C009C;
	border-left-color: #9C009C;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9C009C;
	border-bottom-color: #9C009C;
}
