
#tablas table,td
{
clear: both;
	border: 1px solid #CCC;
	border-collapse: collapse;
}

#tablas table {
width: 100%;	
	border: none;
	border: 1px solid #CCC;
background: #fff;
}

#tablas thead th, tbody th {
	background: #FFF url('tabla_fondo_th.gif') repeat-x;
  color: #666;  
	padding: 5px 10px;
  border-left: 1px solid #CCC;
  border-bottom: 1px solid #CCC;  
}

#tablas tbody th {
  background: #fafafb;
  color: #c00;  
  border-bottom: 1px solid #CCC;
  text-align: left;
  font-weight: normal;
}

#tablas tbody tr td {
	padding: 5px 10px;
  color: #666; 
  text-align: left;  
}

#tablas tbody tr:hover {
  background: #FFF url('tabla_fondo_tr.gif') repeat;
}

#tablas tbody tr:hover td {
  color: #454545;
}

#tablas tfoot td, tfoot th {
  border-left: none;
  border-top: 1px solid #CCC;
	padding: 10px;
  background: #FFF url('tabla_fondo_pie.gif') repeat;
  color: #666;
  text-align: center;
}

#tablas caption {
	text-align: left;
	font-size: 120%;
	padding: 10px 0;
	color: #c00;
}

#tablas table a:link {
	color: #c00;
}

#tablas table a:visited {
	color: #c00;
}

#tablas table a:hover {
	color: #f00;
	text-decoration: none;
	font-weight: bold;	
}

#tablas table a:active {
	color: #c00;
}

#tablas .ver {
color: #ECAB29;
font-weight: bold;
}