#home .col-lg-6 .table-striped {background-color:#fff;}
#home .table-striped .gris {background-color:#DDDDDD;
		text-align:center;}
thead {
    background-color: #2d792f;
    border-bottom: 0 none;
    border-top: 5px solid #0a5230;
    color: #fff;
}
.table-striped > tbody > tr, .table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: #f4f3f3;
}
.verde {
	color: green;
}
.rojo {
	color: red;
}
tfoot {
	background-color: #D6D6D6;
	border-bottom: 3px solid #ABABAB;
}