td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:link {
	color: #000000;

}
a:visited {
	color: #000000;
	text-decoration: underline;

}
a:hover {  color: #009900; text-decoration: underline}
.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
}
.inputForm {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #C0C0C0;
}
.texto-- {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.Titulo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	border-top: thick none #EBC8AE;
	border-right: thick none #EBC8AE;
	border-bottom: thick solid #EBC8AE;
	border-left: thick none #EBC8AE;
	font-style: normal;



}
.Titulo2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.sangria {
	text-indent: 25pt;
	clip:   rect(-10px auto auto auto);

}
.Titulo3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bold;
	font-style: italic;

}
.subrayadoBlanco {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.subrayadoNegro {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
input {

	font-size: x-small;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #C0C0C0;
}
textarea {


	font-size: x-small;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #C0C0C0;
}
.inputNoBorde {
	border: none;
}
a.enlaceHidden {
    color: #F8F8F8;
}
a.enlaceHidden:link {
    color: #F8F8F8;
}
a.enlaceHidden:active {
	color: #F8F8F8;
}
a.enlaceHidden:hover {
	color: #F8F8F8;
}a.enlaceHidden:visited {
	color: #F8F8F8;
}