+}
+
+.list .exitosa {
+ background: #b9ffb9;
+}
+
+.list .noexitosa {
+ background: #ffdddd;
+}
+
+.list .entregaok {
+ background:green;
+}
+
+.list .entregamaso {
+ background:yellow;
+}
+
+.list .entregamal {
+ background:red;
+}
+
+.pruebaok {
+ background: #b9ffb9;
+}
+
+.pruebaok {
+border-collapse: collapse;
+}
+
+.pruebafail {
+border-collapse: collapse;
+}
+
+.pruebaok tr {
+ background: gray;
+}
+.pruebaok th {
+ background: #b9ffb9;
+}
+.pruebaok td {
+ background: #b9ffb9;
+}
+
+.pruebafail th {
+ background: #ffdddd;
+}
+.pruebafail td {
+ background: #ffdddd;
+}
+
+.dp-diff .rojo {
+ color:red;
+}
+
+.dp-diff .chunk {
+ color:blue;
+}
+
+.dp-diff .verde {
+ color:green;
+}