.capaerrores {
    display: none;
    font-size: 12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 100;
    color: #FF0000;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
}

.capaexito {
    display: none;
    font-size: 12px;
    background-color: #8bea92;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 3px;
    font-weight: 100;
    color: #003300;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    border: 1px solid #003300;
    /*width: 182px;*/
    margin-bottom: 3px;
}