/* 
	Web20 Table Style
	written by Netway Media, http://www.netway-media.com
	****************************************************
	Modificado y adaptado para SisMundial por
	Luis Charrón
	quitamesismundialarrobahotmailpuntocom
	@2010 SisMend Software

*/
table {
  border-collapse: collapse;
  border: 1px solid #666666;
  font: normal 12px arial, verdana, helvetica, sans-serif;
  color: #363636;
  background: WHITE;//#f6f6f6;
  text-align:left;
  }
caption {
  text-align: center;
  font: bold 16px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #000099;
  text-transform: uppercase;
}
thead, tfoot {
background:url(bg1.png) repeat-x;
text-align:left;
height:30px;
}
thead th, tfoot th {
padding:5px;
border-bottom: 2px solid black;}
}
table a {
color: #333333;
text-decoration:none;
}
table tr:hover {
background: #66ffff 
}
tr.odd {
background: #f1f1f1;
}
tbody th, tbody td {
padding:5px;
border-bottom: 1px solid black;}

.cuadrocolor{
// border-left: 1px solid black;
// border-right: 1px solid black;
 border-bottom: 1px solid black;
}
.separador{
border-right: 1px solid black;
}
.cuadroseparador{
 border-left: 1px solid black;
 border-right: 1px solid black;
 border-bottom: 1px solid white;
}
//tr.odd {
//background: ;
