/* CSS Document */
@import url('./generico.css');

table.head-results a,
table.head-results a:visited {
	color:#000;
	text-decoration:none;
}

table.head-results a:hover {
	text-decoration:underline;
}

table.head-results {
	margin:20px 0px;
	width:100%;
}

table.head-results tr.head-bck {
	text-align:left;
	background-color:#036;
}

table.head-results tr.row1 {
	background-color:#A3E0FC;
}

table.head-results tr.row2 {
	background-color:#E8F8FF;
}

table.head-results tr.l_listado:hover {
	background-color:#FFFFFF;
	cursor:pointer;
}

table.head-results tr.l_listado td:hover {
	text-decoration:underline;
}

table.head-results tr.on {
	background-color:#FFFFFF;
}

table.head-results td {
	padding:5px 10px 5px 0px;
	vertical-align:top;
}

table.head-results td.first-col {
	background-image:url('./images/backs/border-td.gif');
	background-repeat:repeat-y;
	background-position:top left;
	padding-left:20px
}

table.head-results td.mid-col {
}

table.head-results td.last-col {
	background-image:url('./images/backs/border-td.gif');
	background-repeat:repeat-y;
	background-position:top right;
	padding-right:20px
}

table.head-results th {
	padding:3px 10px 3px 0px;
	color:#FFFFFF;
}

table.head-results th.first-col {
	background-image:url('./images/backs/tl.gif');
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:20px
}

table.head-results th.mid-col {
}

table.head-results th.last-col {
	background-image:url('./images/backs/tr.gif');
	background-repeat:no-repeat;
	background-position:top right;
	padding-right:20px
}

/*Final de la tabla - lista de resultados*/
table.head-results tr.final-row td {
	padding:0px;
	border:0px;
}

table.head-results .list-bottom {
	position:relative;
	margin:0px;
	height:25px;
	text-align:left;
	width:100%;
}

.list-bottom .bck-left {
	height:100%;
	width:11px;
	float:left;
	background-image:url('./images/backs/bl-trans.gif');
	background-repeat:no-repeat;
	background-position:bottom;
}

.list-bottom .bck-cntr {
	height:100%;
	background-image:url('./images/backs/border-bott.gif');
	background-repeat:repeat-x;
	background-position:bottom;
}

.list-bottom .bck-right {
	height:100%;
	width:11px;
	position:absolute;
	right:0px;
	top:0px;
	background-image:url('./images/backs/br-trans.gif');
	background-repeat:no-repeat;
	background-position:bottom
}
