#cuerpo {
	position: relative;
	margin: 0;
	padding: 0 40px 0 5px;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 14px;
	color: black;
	text-align: justify;
	font-weight: none;
}
#gstat {
	position:relative;
	float: right;
	padding: 2px;
	margin: 0 0 10px 30px;
	background: white;
	#border:2px solid #CC0000;
	border:1px solid black;
}
#tablaResultados {
	display: none;
	
	position: relative;
	width: 100%;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
#tablaResultados table thead td {
	background: lightgray;
	color: #555555;
	font-weight: bold;
	text-indent: 3px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
#tablaResultados table tbody td {
	font-weight: none;
	text-indent: 2px;
	border-left: 1px solid black;
	border-bottom: 1px solid lightgray;
}
#tablaInfo {
	display: none;

	position: relative;
	width: 100%;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
#tablaInfo table thead td {
	background: lightgray;
	color: #555555;
	font-weight: bold;
	text-indent: 3px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
#tablaInfo table tbody td {
	font-weight: none;
	text-indent: 2px;
	border-left: 1px solid black;
	border-bottom: 1px solid lightgray;
	padding: 4px 0 2px 0;
}
#info {
	position: relative;
	color: #444444;
	font-family: Arial;
	font-size: 12px; 
	font-weight: bold;
	margin: 12px 0 5px 0;
}
.positivo {
	color: #990000;
	font-weight: none;
}
.negativo {
	color: #739999;
	font-weight: none;
}
