/*
	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: 0px;
	font: 11px Arial,Tahoma;
}

table {
	width: 90%;
	margin-left:1px;
}
h2 {
	background:transparent url(../img/punto_gris_2x2.gif) repeat-x scroll left bottom;
	font-family: Georgia;
	color:#EC1B24;
	font-size:2.2em;
	font-weight:normal;
	padding: 12px 0 8px 0;
}
.punt_aaagold {
	text-align: right;
	background: transparent url(../img/results_oro.gif) center right no-repeat;
	padding-right: 14px;
}

.punt_bbbsilver {
	text-align: right;
	background: transparent url(../img/results_plata.gif) center right no-repeat;
	padding-right: 14px;
}

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

.punt_a {
	text-align: right;
	background: transparent url(../img/results_amarillo.gif) center right no-repeat;
	padding-right: 14px;
}

.punt_b {
	text-align: right;
	background: transparent url(../img/results_azul.gif) center right no-repeat;
	padding-right: 14px;
}

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

.punt_mr {
	text-align: right;
	background: transparent url(../img/result_grupo_rojo.gif) center right no-repeat;
	padding-right: 14px;
}

#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(../img/bkg_cabecera_resultados.jpg);
}

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

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

table.listinsc {
	color: #555555;
	margin-left: 20px;
	font-size: 1.1em;
}
table.listinsc thead tr {
	width:100px;
	height: 31px;
	background: url('../img/bkg_th.gif') top left repeat-x;
}
table.listinsc th {
	background:#58B8D8 url(../img/icon-table-sort.gif) no-repeat scroll right top;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	padding:0 30px 0 7px;
	text-align:left;
	vertical-align:middle;
}
table.listinsc th.vacio, table.listinsc td.vacio {
	background-image: none;
	background-color: #FFFFFF;
}
table.listinsc th.abajo {
	font-weight: normal;
	color: #FFFFFF;
	padding: 4px 8px 4px 12px;
	text-align: left;	
	background: #58B8D8 url(../img/icon-table-sort.gif) top right no-repeat;
}

table.listinsc th.arriba {
	font-weight: normal;
	color: #FFFFFF;
	padding: 4px 20px 4px 12px;
	text-align: left;	
	background: #58B8D8 url(../img/icon-table-sort.gif) top right no-repeat;
}
table.listinsc tr td {
	background-color: #DFD6D4;
}
table.listinsc tr.altRow td {
	background-color: #FDF3F1;
}
table.listinsc td {
	padding: 4px 8px;
	border: 1px solid #fff;
	font-family: Georgia;
}
table.listinsc th.noorder {
	background-image: none;
}
table.listinsc td.noorder {
	background-color: #58B8D8;
}
table.listinsc th.ult {
	background-image: none;
}
table.listinsc th.sortedASC {
	font-weight: normal;
	color: #FFFFFF;
	padding: 4px 20px 4px 12px;
	text-align: left;	
	background: #58B8D8 url(../img/icon-table-sort-asc.gif) top right no-repeat;
}
table.listinsc th.sortedDESC {
	font-weight: normal;
	color: #FFFFFF;
	padding: 4px 20px 4px 12px;
	text-align: left;	
	background: #58B8D8 url(../img/icon-table-sort-desc.gif) top right no-repeat;
}
table.listinsc th.tableHeaderOver {
	cursor: pointer;
	color: #DFD6D4;
}

