/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com
*/
.tableRollOverEffect
{
	/*Efecto cuando el mouse pasa por encima
	background-color:#CFCFCF;
	*/
	background-color:#B1D3FC;
	color:#FFF;
}
.tableRowClickEffect
{
	/*Efecto cuando se ha realizado clic*/
	background-color:#CFCFCF;
	color:#FFF;
}


table, th, td {
	/*BORDE DE LA TABLA*/
	border: 1px solid #D4E0EE;/**/
	border-collapse: collapse;
	
	font-family: "Trebuchet MS", Arial, sans-serif;
	/*color: #555;*/
}

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

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	/*COLOR DE FONDO DEL TH DEL THEAD*/
	background: #0B3861;
	/*background: #E6EDF5;
	color: #4F76A3;*/
	/*COLOR DE LAS LETRAS DEL TH DEL THEAD*/
	color: #FFFFFF;
	font-size: 100% !important;
	height:18px;
}

thead td {
	text-align: center;
	/*COLOR DE FONDO DEL TD DEL THEAD*/
	background: #0B3861;
	/*background: #E6EDF5;
	color: #4F76A3;*/
	/*COLOR DE LAS LETRAS DEL TD DEL THEAD*/
	color: #FFFFFF;
	
	height:18px;
	font-weight: bold;
	font-size:16px
}

tbody th {
	
	font-weight: bold;
}

tbody td {
	
	height:30px;
	font-size:16px  /*era 18px*/
}
/*
tbody tr { background: #FCFDFE; }
tbody tr.odd { background: #F7F9FC; }
*/
tbody tr { background: #FFFFFF; }
tbody tr.odd { background: #FFFFFF; }

table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

thead strong {
	/*color: #718ABE;*/
	text-decoration: none;
	font-size:18px
}

tfoot th, tfoot td {
	font-size: 85%;
}
