.bordeTablaNegro {
	border: 1px solid #000000;
}
.textoAzul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #013EAB;
	text-decoration: none;
}
.textoNaranja {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F85B09;
	text-decoration: none;
}
.textoGris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #767677;
	text-decoration: none;
	text-align: justify;
}
.textoNegro {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.campos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color: #013EAB;
}
.textoGrisOscuro {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.botones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #E3F3F8;
	border: 1px solid #114AAF;
	color: #114AAF;
}
.textoAzul:hover {
	text-decoration: underline;
}
.textoGris:hover {
	text-decoration: underline;
}
.textoNaranja:hover {
	text-decoration: underline;
}

