a.local {
	color:#FF0000;
}

a.local:hover {
	color:#FF9900;
}

  #slide {
	float:left;
    border: 1px solid #BDC2C9; /*ancho, tio y color del borde*/
    width: 560px; /*Mismo ancho que la imagen*/
    height: 255px; /*Mismo alto que la imagen*/
	background:url('../images/loadingAnimation.gif') no-repeat center center;
  }
  .crea_espacio{
  width: 100%;
  height: 255px; /*Poner 20px mas que la altura de la imagen, para evitar problemas con el homefeature.*/
  margin-bottom: 10px; /*Margen que dejaremos del slide al elemento posterior*/
  margin-left:1px
  }
  
  table.listing
{
  border-spacing:0;
  border-collapse:collapse;
  width:100%;
  margin:0 0 1em;
}

table.listing span.draftAmount {
  padding:0 8px;
  background:transparent url(/images/icons/info_small.png) no-repeat center center;
  line-height:0;
  height:16px;
  margin-right:5px;
  cursor:help;
}

table.listing a img {
  vertical-align:baseline;
  position:relative;
  top:2px;
  white-space:nowrap;
}

table.listing tr.even { /* rows 2,4,6,... */
  background-color:#f4f4f4;
}

table.listing td,
table.listing th {
  padding:0.3em 0.7em 0.3em;
  line-height:1.2em;
  border:1px solid #DCDCDC;
}

table.listing th a {
  font-weight: normal;
}

table.listing th a.asc {
  background:transparent url('../images/icons/asc.gif') no-repeat 0 0.4em;
  padding-left: 0.9em;
}
table.listing th a.desc {
  background:transparent url('../images/icons/desc.gif') no-repeat 0 0.5em;
  padding-left: 0.9em;
}

table.listing td.xs,
table.listing th.xs {
  text-align:center;
  width:1.23em;
}

table.listing th {
  background:transparent url('../images/thead.gif') repeat-x bottom left;
  padding-top:0.61em;
  padding-bottom:0.54em;
  font-weight:bold;
}

table.listing .noborder,
table.listing .noborder td,
table.listing .noborder th {
  border-width:0px;
  background-image:none !important;
}

table.listing .top td,
table.listing .top th,
table.listing td.top,
table.listing th.top {
  vertical-align:top;
}


table.listing td.right,
table.listing th.right {
  text-align:right;
}

table.listing tr.empty td {
  height:1em;
  padding:0;
}

table.listing .listing-options {
  padding:0.5em 0;
  vertical-align:middle;
  line-height:1em;
}

table.listing .listing-options a:hover {
  text-decoration:none;
}

table.listing .filters a.selected,
table.listing .filters a.selected:hover {
  color:#464648;
  text-decoration:none;
  font-weight:bold;
}

table.listing td.noRb { border-right:0; }
table.listing td.noLb { border-left:0;  }
