.foto {
	width: 100px;
	height: 75px;
}

.izq, .der {
	margin-bottom: 14px;
}

.izq {
	float: left;
}

.der {
	float: right;
	text-align: right;
	margin-top: 6px;
}

#total {
	padding: 5px;
	font-size: 12px;
	background-color: #1c1c1c;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#resultados {
	width: 100%;
	margin-bottom: 14px;
	clear: both;
}

#resultados table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
}

#resultados .foto {
	background-image: url(../images/comun/loading_claro.gif);
}

#resultados th {
	background-color: #1c1c1c;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
}

#resultados th.descripcion {
	text-align: left;
}

#resultados th a {
	padding: 0 14px;
	background: transparent url(../images/comun/ordenar.gif) no-repeat 0 -10px;
}

#resultados th a.desc {
	background-position: 0 2px;
}

#resultados th a.asc {
	background-position: 0 -22px;
}

#resultados td {
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	background-color: #2c2c2c;
}

#resultados td.foto {
	width: 100px;
	border-left: none;
	font-size: 0;
	line-height: 0;
}

#resultados td.descripcion {
	width: 250px;
	text-align: left;
	padding-left: 5px;
}

#resultados td.descripcion p.info {
	width: 220px;
	float: left;
}

#resultados td.descripcion p.flags {
	width: 19px;
	margin-right: 5px;
	float: right;
}

#resultados td.current {
	color: #e71715;
}