a {
	text-decoration: none;
}
h4 {
	color: #198754;
}
h3 {
	color: #198754;
}
.nombreCursiva{
	color: green !important;
	font-style: italic;
}
.mycssfont3{
	color: #F8F8F8;
}
.ncb{
	font-size: 12px;
	color: green;
	font-style: italic;
}
.nc2b{
	font-size: 12px;
	color: black;
}
.nc3b{
	font-size: 10px;
	color: #1D2808;
}
.nc{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: green !important;
	font-style: italic;
	text-decoration: none;
}
.cr {
	background-color: #FEF5ED;
}
.tablainvisible{
	border-spacing:0;
	width:100%;
	border: solid 0px; 
	border-collapse: collapse;
}
.altoDeFila{
	height: 26px;
}
.leyenda{
	border-spacing:0;
	width:100%;
	border: solid #198754 1px; 
}
.color_fuerte{
	background-color:#198754;
	background: #198754;
	background: linear-gradient(left, #198754, #115937);
	background: -moz-linear-gradient(left, #198754, #115937);
	background: -webkit-linear-gradient(left, #198754, #115937);
	background: -o-linear-gradient(left, #198754, #115937);
}
.color_titulo{
	color:#f8f8f8 !important;
}
#DivGrilla td{
	padding-right:6px;
	padding-left:6px;
}
#DivGrilla a{
	color: #000000;
}
#DivGrilla tr:not(:first-child){
	height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #413D38;
}
.bandera {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #f1f1f1;
}
.bandera img {
    float: left;
    margin: 10px 10px 0 -25px;
    height: 30px;
    width: 30px;
}
.abs-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ok{
	content:url(../../site/images/ok.gif);
	background:url(../../site/images/ok.gif) no-repeat;
	width:20px;
	height:14px;
}
.ok::after {
	content:url(../../site/images/ok.gif);
}