/* CSS Document */

/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com
*/

table {
	border-collapse: collapse;
	color: #555;
	font-size:14px;
	/*margin-top:20px;*/
	/*margin-bottom: 20px;*/
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

table caption {
	text-align: center;
}

th, td {
	/*border: 1px solid #00776E;*/
	
	border-collapse: collapse;
	color: #555;
	font-size:14px;
	text-align: left;
	margin: auto;
}

td, th {
	padding: 4px;
}

thead {
	border-bottom:1px solid #00776E;
}

thead th {
	/*text-align: center;*/
	background: #E6EFE6;
	color: #00776E;
	text-transform:uppercase;
	/*font-weight:bold;*/
	font-size: 100% !important;
	border-left:1px solid #00776E;
	border-right:1px solid #00776E;
	border-bottom:1px solid #00776E;
}

tbody {
	text-align:center;
	font-size:14px;
}

tbody th 
{
	font-weight: bold;
	text-align:left;
}

tbody tr {
	/*background:#FFFFFF;*/	
}

tbody tr.odd {
	background: #F7F9FC;
}

table a:link {
	color: #00776E;
	text-decoration: none;
}

table a:visited {
	color: #00776E;
	text-decoration: none;
}

table a:hover {
	color: #00776E;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 85%;
}

.conSeparador {
	border-bottom: 1px solid #999999;
}

tbody td.centrado {
	text-align:center;
}

tbody td.derecha {
	text-align:right;
}

thead th.centrado {
	text-align:center;
}

tbody td.negrita {
	font-weight: bold;
}

/****************************************************/

.TablaSinBorde {
	background-color:#dff1c7;
	font-family: Arial, Helvetica, sans-serif;
}

.disabled {
	background-color:#FFCCCC;
}
