/*
	Eric Meyer's "reset stylesheet"
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	ESTILOS DE LA WEB
*/
body {
	background-color:#FFF;
	color: #3C8BB3;
	/*margin-left: 8px;*/
	font: 11px Arial,Tahoma;
}

table {
	width: 90%;
	margin-left:8px;
}

thead {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

th {
	border: 1px solid #fff;
	border-top: 0px solid #fff;
	/*background: #E1F2FF url(images/icon-table-sort.png) center right no-repeat ;*/
	background: #5BB6FF url(../img2/icon-table-sort.gif) center right no-repeat ;
	padding: 4px 14px 4px 4px;
	font-weight: normal;
	text-align: center;
}



th.noorder {
	background-image: none;
	padding: 4px 4px 4px 4px;
}

th.pri {
	background:#FFFFFF url(../img2/esquina_azul3_NO.gif) no-repeat scroll left top;
	border-left:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;
	padding-right:0px;
}

td.ult {
	background:#FFFFFF url(../img2/esquina_azul3_NE.gif) no-repeat scroll right top;
	border-right:0px solid #FFFFFF;
}

td.noorder {
	border: 1px solid #fff;
	border-top: 0px solid #fff;
	font-weight: normal;
	text-align: center;
	background-color: #5BB6FF;
	padding: 0 4px;
}

tr {
	background-color: #d9eeff;
}

tr.altRow {
	background-color: #b7deff;
}

td {
	border: 1px solid #fff;
	padding: 2px;
}

.rightAlign {
	text-align: right;
}



.sortedASC {
	/*background: #E1F2FF url(images/icon-table-sort-asc.png) center right no-repeat;*/
	background: #5BB6FF url(../img2/icon-table-sort-asc.gif) center right no-repeat;
}

.sortedDESC {
	/*background:  #E1F2FF url(images/icon-table-sort-desc.png) center right no-repeat;*/
	background:  #5BB6FF url(../img2/icon-table-sort-desc.gif) center right no-repeat;
}

.tableHeaderOver {
	cursor: pointer;
	color: #354158;
}

tr.over {
	background-color: #354158;
	color: #fff;
	cursor: pointer;
}

tr.hide {
	display: none;
}

.punt_aaagold {
	text-align: right;
	background: transparent url(../img2/result_grupo_oro.gif) center right no-repeat;
	padding-right: 10px;
}

.punt_bbbsilver {
	text-align: right;
	background: transparent url(../img2/result_grupo_plata.gif) center right no-repeat;
	padding-right: 10px;
}

.punt_cccbronze {
	text-align: right;
	background: transparent url(../img2/result_grupo_bronce.gif) center right no-repeat;
	padding-right: 10px;
}

.punt_a {
	text-align: right;
	background: transparent url(../img2/result_grupo_amarillo.gif) center right no-repeat;
	padding-right: 10px;
}

.punt_b {
	text-align: right;
	background: transparent url(../img2/result_grupo_azul.gif) center right no-repeat;
	padding-right: 10px;
}

.punt_c {
	text-align: right;
	background: transparent url(../img2/result_grupo_rojo.gif) center right no-repeat;
	padding-right: 10px;
}

#loading {
	border: 1px solid #7AB6E2;
	padding: 12px;
	display: none;
	/*position: absolute;
	height: 40px;
	left: 40px;*/
	background-color: #FFFFFF;
}


.res_cabecera {
	display: block;
	background-image: url(../img2/bkg_cabecera_resultados.jpg);
}

.res_imprime a {
	float: left;
	width: 85px;
	height: 32px;
	clear: left;
	color: red;
	background: url(../img2/imprimir_pdf.gif) no-repeat;
	margin-left: 8px;
	padding-left: 41px;
	padding-top: 11px;
	text-decoration: none;
}

.res_leyenda  {
	margin-bottom: 11px;
	display: block;
	padding-right: 100px;
}

