@charset "utf-8";
.titulo {
	font-family: Tahoma;
	font-size: 17px;
	font-weight: normal;
	color: #5388B3;
}
.texto_negro {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.texto_rojo {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
.texto_chico {
	font-family: Tahoma;
	font-size: 10px;
	color: #7C7C7C;
}
.borde {
	border: 1px solid #5388B3;
}

