#tablaCont {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CADCDE;
	margin-top: 20px;
	
}
#tablaCont #headTabla td{
	background-color: #FAF9E7;
	color: #0B3277;
	text-decoration: none;
	padding: 7px;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}
#tablaCont #footerTabla td{
	background-color: F5F9FA;
	color: #333333;
	text-decoration: none;
	min-height:20px;
	height: 10px;

}

#tablaCont td {
	color: #333333;
	text-decoration: none;
	padding: 2px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CADCDE;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
#tablaCont tr {
	


}
#tablaCont tr:hover {
	background-color: F5F9FA;
}

#tablaCont a:link, #tablaCont a:visited, #tablaCont a:active {
	color: #0E3874;
	text-decoration: none;
}
#tablaCont a:hover{
	color: #FF6600;
	text-decoration: underline;
}
#tablaContInt td {
	list-style: none;
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
}
#tablaCont #encabezadoTabla td {
	background-color: #FAF9E7;
	color: #415F91;
	text-decoration: none;
	min-height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	height: 20px;
	font-size: 11px;
	padding-right: 5px;
	padding-left: 5px;
}

