/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com
*/

  #tabla table, #tabla th, #tabla td {
	border: 2px solid #D4E0EE;
	border-type:2;

    border-collapse:inherit;
	font-family: "Trebuchet MS",Arial, sans-serif;
	color: #555;
	text-align:"center";
  }

#tabla caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

#tabla td, th {
	padding: 4px;
}

#tabla thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

#tabla tbody th {	font-weight: bold;}

/*#tabla tbody tr { background: #FCFDFE; }*/
#tabla tbody tr.odd { background: #F7F9FC; }
#tabla table a:link {
	color: #718ABE;
	text-decoration: none;
}
#tabla table a:visited {
	color: #718ABE;
	text-decoration: none;
}
#tabla table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}
#tabla tfoot th, tfoot td {
	font-size: 85%;
}
#tabla table a:active
{	color                 : #003366;
}

#tabla table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}

