#modalOverlay {
  background-color:#000;
  cursor:default;
}

#modalContainer {
  height:400px;
  width:640px;
  left:50%;
  top:110px;
  margin-left:-320px; // half the width, to center
  background-color:#fff;
  border:3px solid #000;
}

#modalContainer a.modalCloseImg {
  width:27px !important;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-19px !important;
  cursor:pointer;
  /*background:transparent url(http://test.eae.es/formulario/x.png) no-repeat top left !important;*/
}

#modalContainer iframe{width:640px; height:400px; background:white !important;margin:0; padding:0;border:0px solid #000;overflow : hidden}

/*
#accesoSI{display:block; width:210px; height:36px; background:transparent url(http://test.eae.es/es/imgs/boton_solinfo.png) no-repeat; text-indent:-9999px;margin:20px; outline:none;}


#accesoSA{display:block; width:210px; height:36px; background:transparent url(http://test.eae.es/gestor/eae/es/imgs/boton_soladm.png) no-repeat; text-indent:-9999px;margin-top:10px; outline:none;}
*/