#tablaResultados {
border-collapse:collapse;
	font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-size:12px;
	text-align:left;
}

#tablaResultados th {
	background:none repeat scroll 0 0 #b9c8ad;
	border-bottom:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-top:2px solid transparent;
	padding:2px;
}

#tablaResultados td {
	background:none repeat scroll 0 0 #dce3d7;
	border-bottom:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-top:2px solid transparent;
	padding:2px;
}

#tablaResultados tr:hover td
{
	background: #b9c8ad;
}