body
{
	margin:0px;
}

body,table
{
	font-family :Arial, Tahoma, Verdana ;
	font-size:12px;
	color: rgb(1,0,102);
}

.td_login
{
	width:154px;
	height:80px;
	padding:0px;
	background:rgb(1,0,102);
	border-left:2px solid white;
	color:white;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

.input_login
{
	width:70px;
	height:15px;
	font-family:Arial, Tahoma, Verdana;
	font-size :11px;
	border: 1px solid rgb(0,53,116);
}

.input_ref
{
	width:95px;
	height:15px;
	font-family:Arial, Tahoma, Verdana;
	font-size :11px;
	border: 1px solid rgb(0,53,116);
	vertical-align: top;
}

a.buscar
{
	font-family:Verdana;
	font-size:10pt;
	font-weight:900;
	color:cornflowerblue;
	text-decoration:none;
}

a.buscar:hover
{
	color:slategray;
}

td.tdWhite
{
	color: white;
}

td.i_over
{
	width:18px;
	height:9px;
	background:rgb(1,0,102);
	font-size:1px;
}

td.i_point
{
	width:18px;
	height:14px;
	background:rgb(249,183,0);
	font-size:1px;
}

td.i_between
{
	width:18px;
	height:8px;
	background:rgb(1,0,102);
	font-size:1px;
}

td.i_body
{
	width:18px;
	height:54px;
	background:rgb(249,183,0);
	font-size:1px;
}

td.i_near
{
	background:rgb(1,0,102);
}

td.b_down
{
	height:28px;
	cursor:default;
	color:white;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	background:rgb(1,0,102);
	padding-left:27px;
}

img.HandCursor
{
	cursor:hand;
}