﻿@import url('Estilos.css');
.clsNorm {
	background-color: #0664B8;
	color: White;
	font-family: Verdana;
	font-size: 8pt;
	cursor: pointer;
}
.clsLite {
	background-color: #044B8A;
	color: White;
	font-family: Verdana;
	font-size: 8pt;
	cursor: pointer;
}

