.boton
{
 font-family: Boing-Bold,'Arial Black',sans-serif;
    color: #ffffff;
    font-color: #ffffff;
    font-weight: bold;
    background-color: #00a63f;
    border: 1px solid #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 2px;
    padding: 5px;
    font-size: 16px;
    line-height: 20px;
    width: 60%;
    text-align: center;
  }

  .boton:hover
{
 font-family: Boing-Bold,'Arial Black',sans-serif;
    color: #ffffff;
    font-color: #ffffff;
    font-weight: bold;
    background-color: #58FA82;
    border: 1px solid #00a63f;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 2px;
    padding: 5px;
    font-size: 16px;
    line-height: 20px;
    width: 60%;
    text-align: center;
  }

  .fechas
{
 font-family: Boing-Bold,'Arial Black',sans-serif;
    color: #ffffff;
    font-color: #ffffff;
    font-weight: bold;
    background-color: #00a63f;
    border: 1px solid #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 2px;
    padding: 5px;
    font-size: 16px;
    line-height: 20px;
    width: 60%;
    text-align: center;
  }


.alert-box {
    color:#555;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
    padding:10px 36px;
    margin:10px;
    position:fixed; 
   width: 40%;
   height:15%px;
    top: 0; /* Para que este siempre abajo */ 
    left: 35%;
    z-index: 9999; /* Para que este siempre sobre cualquier otro elemento del sitio */ 

}
.alert-box span {
    font-weight:bold;
    text-transform:uppercase;
}
.error {
    background:#ffecec url('../images/error.png') no-repeat 10px 50px;
    border:1px solid #f5aca6;
 
 
}
.success {
    background:#e9ffd9 url('../images/success.png') no-repeat 10px 50px;
    border:1px solid #a6ca8a;
}
.warning {
    background:#fff8c4 url('../images/warning.png') no-repeat 10px 50px;
    border:1px solid #f2c779;
}
.notice {
    background:#e3f7fc url('../images/notice.png') no-repeat 10px 50px;
    border:1px solid #8ed9f6;
}
.mistake
{   

}

