#facebox .b_sup {
  background: url(b_sup.png) repeat;
}
#facebox .b_inf {
  background: url(b_inf.png) repeat;
}
#facebox .b_izda {
  background: url(b_izda.png) repeat;
}
#facebox .b_dcha {
  background: url(b_dcha.png) repeat;
}

#facebox .tl {
  background: url(tl.png);
}

#facebox .tr {
  background: url(tr.png);
}

#facebox .bl {
  background: url(bl.png);
}

#facebox .br {
  background: url(br.png);
}

#facebox {
  position: absolute;
  width:100%;
  top: 20px;
  left: 20px;
  z-index: 100;
  text-align: center;
  margin-top:0px;
}

#facebox .popup {
  position: relative;
  margin:auto;
}

#facebox table {
  margin:auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background:#FFF;
  /*border:1px solid #CC0000;*/
}

#facebox .loading {
  text-align: center;
  width:100%;
}

#facebox .loading img{
	margin-top:300px;
}

#facebox .image {
  text-align: center;
}

.close_image{ 
   float:right;
   z-index:20;
   bottom:5px;
   margin-right:-10px;
  /*margin-right:40px;*/
} /* a donde se ubica el boton de cerrar */


/*#facebox img {
  border: 0;
} */

#facebox .footer {
  /*border-top: 1px solid #B70068; /* Color de la Linea de Separacion de Pie */
  padding-top: 5px;
/*  margin-top:-38px;*/
  margin-right:5px;
  text-align: right;
  float:right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
