/*Body de la página*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F2F2F2;
}
/*a Etiqueta, color del "ancla" o Hipervínculo*/
a {
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.title {
	font-family: "Comic Sans MS";
	font-size: 14px;
	line-height: normal;
	color: #FFFFFF;
	font-weight: bold;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #0099FF;
}

.Tbx {/*cAJAS DE TEXTO*/
	font-size: 12px;
	font-style: normal;
	background-color: #FFFFFF;
	margin: 3px;
	padding: 0px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.Btn {/*BOTON*/
	font-size: 12px;
	font-style: normal;
	background-color: #FFCC99;
	margin: 3px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000033;
	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: #000000;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #000000;
}
.stError {/*TEXTO DE ERROR*/
	font-size: 12px;
	font-style: italic;
	margin: 3px;
	padding: 0px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
}
.HeaderForm/*ENCABEZADO DEL FORMULARIO 1*/
{
	font-size: 14px;
	color:	#000099;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=#FFCC99, EndColorStr=#FFFFFF);
	font-family: Verdana;
	background-color: #FFFFFF;
	
}
.HeaderForm2/*ENCABEZADO DEL FORMULARIO 2*/
{
	font-size: 14px;
	color:	#0033CC;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=#FFCC99, EndColorStr=#FFFFFF);
	font-family: Verdana;
	background-color:#FFFFFF;
}

.fondoForm { /*FONDO DEL FORMULARIO 1*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	/*color: #336699;*/
	color: #666666;
	
}
.TextoChico{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFCC66;
	line-height: normal;
	font-weight: normal;
	letter-spacing: normal;
}
.TextoMediano{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
}
.TextoGrande()
p{margin-top: 0px;margin-bottom: 0px;}
