@charset "utf-8";
/* CSS Document */
/*BOTONES*/

.fondoVerde {
    background-color: #A1BF37;
    width: 1120px;
    height: 575px;
    padding: 20px 24px 24px 20px;
    margin: 0 auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.cntBordeInterno {
    border: 3px dashed #FEFEFE;
    width: 100%;
    height: 100%;
    letter-spacing: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}