/* ------------------
 styling for the tables 
   ------------------   */




#tabla_diagnosticos
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin-top:10px;
	width: 95%;
	border-collapse: collapse;
	text-align: left;
	position:relative;
}
#tabla_diagnosticos th
{
	border:0;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding: 10px 8px;
	border-bottom: 2px solid #000000;
}
#tabla_diagnosticos td
{
	border-bottom: 1px solid #bbbbbb;
	color: #111111;
	padding: 6px 8px;
}

.alernate_row {
	background: #eeeeee;
}

