body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #2E383D;
}
.txt-blanco {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 8px;
	font-weight: bold;
}
.txt-botonera {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #FFFFFF;

	/* agregado por Waly */
	width:122px; 
	height:60px; 
	text-align:center
}
.txt-botonera a:link {
	color: #647883;
	text-decoration: none;
}
.txt-botonera a:hover {
	color: #769E3B;
	text-decoration: none;
}
.txt-botonera a:active {
	color: #647883;
	text-decoration: none;
}
.txt-botonera a:visited {
	color: #647883;
	text-decoration: none;
}
.txt-botonera-disabled {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #647883;
}
.txt-subtitulo {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.titulo-verde {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #46862B;
}

h3 { /* agregado por Waly */
	margin-top: 1.2em;
	margin-bottom: 0.4em;	
}
h3 + p { /* agregado por Waly */
  margin-top: 0.4em;
}

.links {
	font-family: Tahoma;
	font-size: 12px;
	color: #2E383D;
	text-decoration: none;
}
.links a:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #2E383D;
	text-decoration: none;
}
.links a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #2E383D;
	text-decoration: none;
}
.links a:active {
	font-family: Tahoma;
	font-size: 12px;
	color: #2E383D;
	text-decoration: none;
}
.links a:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #2E383D;
	text-decoration: none;
}
.footer {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
.footer a:link {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:active {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.idioma {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
.idioma a:link {
	font-family: Tahoma;
	font-size: 10px;
	color: #99CC33;
	text-decoration: none;
}
.idioma a:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #99CC33;
	text-decoration: none;
}
.idioma a:active {
	font-family: Tahoma;
	font-size: 10px;
	color: #99CC33;
	text-decoration: none;
}
.idioma a:visited {
	font-family: Tahoma;
	font-size: 10px;
	color: #99CC33;
	text-decoration: none;
}
.tabla-erealizados {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #46862B;
	text-align: center;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 20px;
}

.wsCenter { text-align:center }
.wsRight { text-align:right }
.wsBold { font-weight: bold }
.wsUpper { text-transform: uppercase }
.wsNoWrap { white-space: nowrap }
.wsMainUL { padding-left:1rem }

.wsTb table { width:100% }
.wsTb tr { height: 1.5em }
.wsTb tr:hover {
  background-color: #ffc107 !important; 
  /* cursor: pointer;  */
}
.wsTb tr:nth-child(even) { background-color: #e0f0c2 }
.wsTb th { background-color: #46862B; color:white }
.wsTb td { width: auto }

.wsImgGrid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.wsImgGrid div { padding:1em}
