@CHARSET "ISO-8859-1";

#main_resultados *
{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}

#main_resultados .resultados_top
{
}

#main_resultados .resultados_top .resultados_bottom
{
	padding: 10px;
	text-align: center;
}

#main_resultados .resultados_top .resultados_bottom .contenido_resultados
{
	margin: 5px 0px 10px 0px;
}

#main_resultados .resultados_top .resultados_bottom .contenido_resultados #tabla_resultados
{
	margin: auto;
	background: url(../img/tablaresultados.jpg) no-repeat scroll left bottom;
	width: 376px;	
	padding-bottom: 16px;
}

#main_resultados .resultados_top .resultados_bottom .contenido_resultados #tabla_resultados thead
{
	background: url(../img/theadtrresultados.jpg) no-repeat scroll left top;
	height: 40px;
}

#main_resultados .resultados_top .resultados_bottom .contenido_resultados #tabla_resultados thead td
{
	font-family: Arial;
	color: #336699;
	font-weight: bolder;
	font-size: 17px;
}

#main_resultados .resultados_top .resultados_bottom .contenido_resultados #tabla_resultados thead #th1
{
	width: 190px;
}

#main_resultados .resultados_top .resultados_bottom .contenido_resultados #tabla_resultados thead #th2
{
	width: 171px;
}

#main_resultados .resultados_top .resultados_bottom .contenido_resultados #tabla_resultados tbody
{
	background: url(../img/tbodytrresultados.jpg) repeat-y;
	min-height: 143px;
}

#main_resultados .resultados_top .resultados_bottom .contenido_resultados #tabla_resultados tbody td
{
	height: 20px;
	font-family: Arial;
	color: #000000;
	font-size: 14px;
}

#main_resultados .resultados_top .resultados_bottom .contenido_resultados #tabla_resultados td
{
	text-align: center;
	padding: 0px;
}

#resultados_list
{
	position: relative;
	float: left;
	clear: both;
	min-height: 195px;
	height: auto !important;
	height: 195px;
	background: url(../img/lista_resultados_middle.jpg) repeat-y;
	width: 368px;
}

#resultados_list .resultados_top
{
	position: relative;
	float: left;
	clear: both;
	min-height: 195px;
	height: auto !important;
	height: 195px;
	background: url(../img/lista_resultados_top.jpg) no-repeat scroll left top;
	width: 368px;
}

#resultados_list .resultados_top .resultados_bottom
{
	position: relative;
	float: left;
	clear: both;
	min-height: 195px;
	height: auto !important;
	height: 195px;
	background: url(../img/lista_resultados_bottom.jpg) no-repeat scroll left bottom;
	width: 368px;
	padding: 0px 0px 15px 0px;
}

