/*--------------------------------------------------------------------------------------------------------------------------------------------------------
	CSS De tablas con fondo especial
--------------------------------------------------------------------------------------------------------------------------------------------------------*/
#marco_head {
	background-image:url(../images/CSS/Tablas_Head.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:675px;
	height:13px;
	margin-bottom:0px;
	font-size:xx-small;
	}
#marco_body {
	background-image:url(../images/CSS/Tablas_Body.jpg);
	background-repeat:repeat-y;
	width:675px;
	}
#marco_foot {
	background-image:url(../images/CSS/Tablas_Foot.jpg);
	background-repeat:no-repeat;
	width:675px;
	height:13px;
	}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------
	CSS Normal
--------------------------------------------------------------------------------------------------------------------------------------------------------*/
.LaSubasta_Linea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1E84CC;
}
.Simple_Recordsets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Subsecciones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.Notificaciones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.subasta_menus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
}
.subasta_menus a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration:none;
	color: #FFFFFF;
	background-color: #1894EA;
}
.subasta_menus a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration:underline;
	color: #FFFFFF;
	background-color: #2DA9FF;
}
.Errores {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
}
.BlancasBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.BoldsBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.azul {
	font-style: italic;
	font-weight: bold;
	color: #3366FF;
}
.titulos_zoom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: 29384E;
}
.normal_zoom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 29384E;
}
.small_zoom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: 29384E;
}
.Boldsgreyis {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #29384e;
}
.Sub_Activa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFF00;
}
.Sub_Pendientes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
}
.Sub_SubsIndica {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
}

