BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: White;
	font: 10pt/2 sans-serif;
	color: #717171;
}
.parrafo {
	font: 10pt/1.3 sans-serif;
}
.parrafoPequeño {
	font: 8pt/1.3 sans-serif;
}
.obligatorio {
	font: bold 12.5pt sans-serif; color: #DC143C;
}
.titular {
	background-color: #5F8192;
	color: #EAEAEA;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	border: 3px double;
	}
.inputText {
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-color: White;
	border-left-color: White;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0C4DE;
	border-top: 0px White;
	width: 97%;
	font: 10pt/1 sans-serif;
	color: #717171;
}
.inputCheckBox {
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-color: White;
	border-left-color: White;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0C4DE;
	border-top: 0px White;
	font: 10pt/1 sans-serif;
	color: #717171;
}

.inputTextArea {
	width: 97%;
	font: 10pt/1 sans-serif;
	color: #717171;
}

.inputSinBordes {
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-color: White;
	border-left-color: White;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: White;
	border-top: 0px White;
	width: 100%;
	font: 10pt/1 sans-serif;
	color: #717171;
}

A {
	text-decoration: underline;
	color: #426FA0;
	font: sans-serif;
}

A:HOVER {
	text-decoration: none;
	color: #A04442;
	font-family: sans-serif;
}

INPUT BUTTON {
	border: 0px none White;
}

.textoerror {
	background-color: #8B0000;
	color: White;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	}
.textoexito {
	background-color: #008A47;
	color: White;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	}
	
	.resaltado {
	background-color: #5F8192;
	color: White;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;	}
