
.ocultaron{
display:none;	
	
}
.error{
    background: #ff9197;
    border: 1px solid red;
}

.space{
	
  margin-top:2%;
  
}




.celda {
   /*max-width: 300px;*/
   padding: 10px 10px 15px;
   margin: 8% 2px 10px;
   background-color: #FFFFFF;
   border: 1px solid #00FF99;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;
   -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
   box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.celda2 {
   /*max-width: 300px;*/
   padding: 19px 10px 15px;
   margin: -50px 2px; 10px;
   background-color: #FFFFFF;
   border: 1px solid #00FF99;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
   -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
   box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.celda3 {
   /*max-width: 300px;*/
   padding: 19px 10px 15px;
   margin: -8% 2px; 10px;
   background-color: #FFFFFF;
   border: 1px solid #00FF99;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
   -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
   -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
   box-shadow: 0 1px 2px rgba(0,0,0,.05);
}


.fadebox {/*color de fondo negro*/
	display: none; 
    position:fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 950px;
    background-color: black;
    z-index:1049;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}


.overbox {
 display: none; 
  position:fixed; 
  height: 15em;
  width:50em;
  z-index:1050;
  overflow: auto;
  margin-left:25em;
  margin-right: auto;
  
  left: 0%;
  }
  .overbox2 {
	  display: none; 
  position:fixed; 
  height: 390px;
  z-index:1002;
  overflow: auto;
  left: 25%;
  }
  .overbox3 {
  display: none; 
  position:fixed; 
  height: 310px;
  z-index:1002;
  overflow: auto;
  margin-left: auto;
  margin-right: auto;
  
  left: 0%;
  }
  #over1{ /*background-color: #EEE; width: 500px; */}
