
.badge2 {
  position: absolute;
  right: 10px;
}

.badge2.celebrandose , .badge-celebrandose {
	color: white;
	background-color: #54ba1d !important;
}

.badge2.proxima_apertura , .badge-proxima_apertura {
	color: white;
	background-color: #fe8f00 !important;
}

.badge2.finalizada , .badge2.suspendida , .badge2.cancelada , .badge2.concluida , .badge-finalizada , .badge-suspendida , .badge-cancelada , .badge-concluida {
	color: white;
	background-color: #bf2f29 !important;
}

.card-img2
{
	overflow: hidden;
	height: 100%;
	max-height: 275px;
}

.card-img2 img
{
	min-height: 275px;
	min-width: 100%;
}

.desc_lista_subasta
{
	height: 40px;
	line-height: 1.3em;
}

.texto_destacado_lista_subasta
{
	color: #dc3545;
	font-style: italic;
	line-height: 1.6em;
	font-size: 1.1em;
}

.border_top_lista_subasta
{
	border-top: 1px solid #eeeeee;
}

.border_bottom_busquedas_frecuentes
{
	border-bottom: 1px solid #e4e4e4;
}

.caja_busquedas_frecuentes
{
	background-color: #ffffff !important;
}

.lista_busquedas_frecuentes a
{
	color: #f91942;
	font-size: 1.1em;
}

/* Esconder logo de recaptcha */
.grecaptcha-badge 
{
    visibility: hidden;
}

#mi_panel_cerrar_sesion
{
	cursor: pointer !important;
}

.cursor_pointer
{
	cursor: pointer !important;
}

.hide
{
	display: none !important;
}