.reporteTable, .reporteTable tr td{
	width:100%;
	border-color:#1B8DCD;
	border-width: 2px;
	border-style: solid;
}

.titulo{
	width:60%;
}

.cantidad{
	width:40%;
}

.reporteTable tr th{	
	background-color:#1B8DCD;
	text-align: center;
	color:#FFF;
}

.lateralReportes{
	background-image: url('../img/bg/lateral-reportes.png');
	background-size: cover;
	background-position: top;
	min-height: 800px;
}

.total1{
	margin-top:110px;
	margin-left: 140px;
}

.total2{
	margin-top:150px;
	margin-left: 260px;
}


.totalTable, .totalTable tr td{
	width:100%;
	border-color:#3adb76;
	border-width: 2px;
	border-style: solid;
}


.totalTable tr th{	
	background-color:#3adb76;
	text-align: center;
	color:#FFF;
}