@charset "iso-8859-1";
/* CSS Document */
#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}


.contentProvincia{
   
  overflow: auto;
  width: 600px;
  height: 370px; 
  background:  #f1f1f1;
}

.test {

  text-align:left;
  width: 600px;
  height: 400px;
  padding: 12px;
  display:none;
  background: #f1f1f1;
  border-radius: 15px; -moz-border-radius: 15px; -webkit-border-radius: 15px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);  
}

.test p { text-shadow: none; }
.modal_close { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; background: url(imagenes/modal_close.png); z-index: 2; }

.testNoJS {

  text-align:left;
  width: 400pt;
  height: 160pt;
  padding: 12px;
  display:none;
  background-color:  #b2e2ff;
  border-radius: 25px; -moz-border-radius: 25px; -webkit-border-radius: 25px;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);

  display: block; position: fixed; opacity: 1; z-index: 11000; left: 50%; margin-left: -200pt; top: 210pt;
}

.ContenidoNoJS {
    color:#144BA2;
    margin-top: 50px;
}