#arriba {
	width: 98%;
	margin-left: 1%;
	margin-top:0.5%;
	height: 310px;
	float: left;
	/*border: 2px solid #6BBDB7;
	background-color: white;
	background: rgba(255,255,255,0.6);*/
}

#abajo {
	 width:98%;
	 margin-left:1%;
	 margin-top:0.5%;
	 height:310px;
	float: left;
	/*border: 2px solid #6BBDB7;
	background-color: white;
	background: rgba(255,255,255,0.6);*/
}

#arriba_sub {
	position: relative;
	width: 100%;
	height: 93%;
	margin: auto;
	/*background: rgba(255,255,255,0.1);*/
	overflow: auto;
	margin-top: 5px;
}

#abajo_sub {
	position: relative;
	width: 100%;
	height: 85%;
	margin: auto;
	/*background: rgba(255,255,255,0.6);*/
	overflow: hidden;
	margin-top: 5px;
}

th { font-size: 9px; }

td{
	border:1px solid #87c679;
	padding-right:5px;
	padding-left:5px;
	background-color:white;
}
.media, .total, .titulo {
	text-align:right;
	border:1px solid #87c679;
	padding-right:5px;
}

.left   { text-align: left; }
.center { text-align: center; }
.right  { text-align: right; }

.bg_gris   { background-color:#f3f3f3; }
.bg_blanco { background-color:#fff; }
.bg_verde  { background-color:#EBF5E9; }