/* ------------------
 styling for the tables 
   ------------------   */
a{
    font-size: 13px;
    font-family:Arial;
    color:#3c3c3c;
    line-height: 16px;
    font-style: normal;
    text-decoration: none;
}

a:over{
    font-size: 13px;
    font-family:Arial;
    color:#3c3c3c;
    line-height: 16px;
    font-style: normal;
    text-decoration: none;
}

a:active{
    font-size: 13px;
    font-family:Arial;
    color:#3c3c3c;
    line-height: 16px;
    font-style: normal;
    text-decoration: none;
}

a:visited{
    font-size: 13px;
    font-family:Arial;
    color:#3c3c3c;
    line-height: 16px;
    font-style: normal;
    text-decoration: none;
}
#tabla
{
	font-family: Arial;
	font-size: 13px;
	width: 98%
	text-align: left;
	border-collapse: collapse;
}
#tabla th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #748a9e;
	border-bottom: 1px solid #fff;
	color: #FFFFFF;
}
#tabla td
{
	padding: 8px;
	background: #eaeef1; 
	border-bottom: 1px solid #fff;
	color: #3c3c3c;
	border-top: 1px solid transparent;
}
#tabla tr:hover td
{
	background: #ff8a00;
	background-image:url(../img_body/over_tabla.jpg);
	background-repeat:repeat-x;
	color: #3c3c3c;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 13px;
	font-style: normal;
}
#tabla .odd
{
	background: #FFFFFF; 
}
