/* 
	smooth taste table styles
	written by Thomas Opp http://www.yaway.de
*/
table {
  border-collapse: collapse;
  width:460px;
  /*border: 1px solid #38160C;*/
  /*font: normal 11px verdana, arial, helvetica, sans-serif;*/
  color: #333333;
  background:#feffe6;
  margin:0 0 0 24px;
  }
caption {
  text-align: left;
  /*font: normal 11px verdana, arial, helvetica, sans-serif;*/
  background:#fff;
  }
td, th {
  border: 1px dashed #628a0e;
  padding: .8em;
  color: #333;
  }
  
 th {
 	font-weight:700;
 }
  
thead th, tfoot th {
  /*font: bold 11px verdana, arial, helvetica, sans-serif;*/
  border: 1px solid #628a0e;
  text-align: left;
  background: #486c02;
  color: #fff;
  padding-top:6px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #F6ECF0;
  }
tbody td a:hover {
  background: transparent;
  color:#FFFFFF;
  }
tbody th a {
  /*font: normal 11px verdana, arial, helvetica, sans-serif;*/
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #F6ECF0;
  }
tbody th a:hover {
  background: transparent;
  color:#FFFFFF;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
tfoot td {
  border: 1px solid #38160C;
  background: #38160C;
  padding-top:6px;
  }
.odd {
  background: #e4eb9d;
  }
tbody tr:hover {
  background: #486c02;
  color:#fff;
  }
tbody tr:hover th,
tbody tr.odd:hover th,
tbody tr:hover td,
tbody tr.odd:hover td {
  background: #486c02;
  color:#fff;
  }
  
.facil   { background-color:#41a62a; color:#000;  }
.media   { background-color:#00b9e9; color:#000;  }
.dificil { background-color:#e2001a; color:#fff;  }
.muydificil { background-color:#000; color:#fff;  }

/*.facil   { background-color:#a7d03f; color:#000;  }
.media   { background-color:#3fb3d0; color:#000;  }
.dificil { background-color:#d03f3f; color:#fff;  }
.muydificil { background-color:#000; color:#fff;  }*/
