/*
Theme: inphecthyuz
Author: Infected-FX
URL: www.infectedfx.net
Country: Mexico
*/

#tabla_resultados {
	/*border:1;
	border-style:solid;
	border-spacing:0.1em;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	/*background-color:#FFFFFF;*/
	/*text-align:left;*/
	color: #b7b7b7;
	width:99%;
}

#tabla_resultados table {
  width:100%;
}

#tabla_resultados caption {
	font-size:1.5em;
	font-weight: bold;
	background: #50ADEA url(corner.gif) no-repeat right top;
	border-bottom:0.5em solid #1975d7;
	color: #FFF;
	text-transform:uppercase;
	padding:1em;
}

#tabla_resultados td, #tabla_resultados th {
	padding: 0.1em;
	color: #505050;
}

#tabla_resultados thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 0.2em solid #FFF;
	text-transform:uppercase;
}

#tabla_resultados tbody th {
	font-weight: bold;
}

#tabla_resultados tbody tr {
	background-color:#FFF;
	/*text-align:left;*/
}

#tabla_resultados tbody tr.odd {
	background: #f9f9f9;
	border-top:0.5em solid #FFF;
}

#tabla_resultados tbody th a:link,
#tabla_resultados tbody th a:visited{
	color:#96D030;
	background:url(layout.gif) no-repeat;
	padding:0.5em 0em 0em 2em;
}

#tabla_resultados tbody th a:hover{
	color:#FF8601;
}

#tabla_resultados tbody tr td {
	height:2em;
	background: #FFF;
	border: 0.2em solid #FFF;
	}

#tabla_resultados tbody tr.odd td{
	background: #f9f9f9;
	border-top:0.5em solid #FFF;
	}

#tabla_resultados td a:link, #tabla_resultados td a:visited {
	color: #1975D7;
	text-decoration: none;
}

#tabla_resultados td a:hover {
	color: #50ADEA;
	border-bottom:0.2em solid #E5E5E5;
	text-decoration: none ;
}
#tabla_resultados tbody td a[href="http://www.infectedfx.net"] {
	margin: 0 auto;
	height: 1.2em;
	background: url(ok.gif) no-repeat;
	border-bottom: 0;
	padding:1em 0em 0em 2em;
	font-weight:bold;
	color:#FF8601;
}

#tabla_resultados a[title^="Download"] {
	/*background: url(down.gif) no-repeat center;*/
	padding:0 0 0 0;
}

#tabla_resultados tfoot th,
#tabla_resultados tfoot td {
	background-color:#E7E7E7;
  padding:1em;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
  font-weight:bold;
  font-style:italic;
	border-bottom:0.5em solid #CCC;
	border-top:0.5em solid #DFDFDF;
}