.fuentes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #083359;
}
.fila_titulo {
	background :#EAEAEA;
}
hr {
	color :#BBBBBB;
	height :1px;
}

:link {
	color :#000000;
	text-decoration :none;
}
:active {
	color :#000000;
	text-decoration :none;
}
:visited {
	color :#000000;
	text-decoration :none;
}
:hover {
	color :#000000;
	text-decoration :underline;
}