/* CSS
Proyecto: Rankings Educacion Ejecutiva 2009
Autor: AméricaEconomia.com y Desarrollo Digital, AméricaEconomía
Creado: 12.10.2009
Diseñadores: Luis Silva y José Fuentes
Ultima Modificacion: 
*/

/* /// TABLE /// */
.table_secundaria {
	width: 998px;
	border-collapse: collapse;
	border: 1px solid #335e7f;
	font: normal 11px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #F6ECF0;
}
  
.table_secundaria td, th {
	border: 1px dashed #FFFFFF;
	padding: 0.2em;
	color: #FFFFFF;
}
  
.table_secundaria thead th, tfoot th {
	font: bold 10px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	border: 1px solid #335e7f;
	text-align: center;
	background: #1e84cc;
	color: #FFFFFF;
	padding-top:10px;
}
  
.table_secundaria tbody td a {
  background: transparent;
  text-decoration: none;
  color: #F6ECF0;
  text-align: center;
}
    
.table_secundaria tbody td a:hover {
  background: transparent;
  color: #000000;
}
  
.table_secundaria tbody th a {
  font: normal 11px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #009cde;
}
  
.table_secundaria tbody th a:hover {
  background: transparent;
  color: #FFFFFF;
}
  
.table_secundaria tbody th, tbody td {
	vertical-align: top;
	text-align: center;
}
  
.table_secundaria .odd {
  background:0;
}
  
.table_secundaria tbody tr:hover {
  background: #00628f;
}
  
.table_secundaria tbody tr:hover th,
.table_secundaria tbody tr.odd:hover th {
  background: #00628f;
}


/* /// TABLE /// */
.table_ficha {
	width: 650px;
	border-collapse: collapse;
	border: 1px solid #335e7f;
	font: normal 11px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #F6ECF0;
}
  
.table_ficha td, th {
	border: 1px dashed #FFFFFF;
	padding: 0.2em;
	color: #FFFFFF;
}
  
.table_ficha thead th, tfoot th {
	font: bold 10px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	border: 1px solid #335e7f;
	text-align: center;
	background: #1e84cc;
	color: #FFFFFF;
	padding-top:10px;
}
  
.table_ficha tbody td a {
  background: transparent;
  text-decoration: none;
  color: #F6ECF0;
  text-align: center;
}
    
.table_ficha tbody td a:hover {
  background: transparent;
  color: #000000;
}
  
.table_ficha tbody th a {
  font: normal 11px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #009cde;
}
  
.table_ficha tbody th a:hover {
  background: transparent;
  color: #FFFFFF;
}
  
.table_ficha tbody th, tbody td {
	vertical-align: top;
	text-align: center;
}
  
.table_ficha .odd {
  background:0;
}
  
.table_ficha tbody tr:hover {
  background: #00628f;
}
  
.table_ficha tbody tr:hover th,
.table_ficha tbody tr.odd:hover th {
  background: #00628f;
}
