body {
	background-color: DFDFDF;
	margin: 0px;

}
.txt-aqua-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #079DB9;
	font-weight: bold;
	text-decoration: none;
}
.txt-blanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.txt-blanco:hover {
	text-decoration: underline;
}
.txt-gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: justify;

}
.txt-gris-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;


}
.bordes-sin-top {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #042C44;
	border-bottom-color: #042C44;
	border-left-color: #042C44;
}
.borde-izq {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #042C44;
}
.borde-der {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #042C44;
}
.bordes-sqr {
	border: 1px solid #CCCCCC;
}
.bordes-sin-top-gris {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.txt-blanco-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
.campos-form {
	font-family: Arial, Helvetica, sans-serif;
	width: 170px;
	border: 1px solid #003366;
}
.lineas-puntos {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.txt-azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #042C44;
	text-decoration: none;
}