.ajusteBoton div{
	width: 32.4px;
    height: 32.4px;
    float: left;
}

.btn-upload{
    right: 100px !important;
    top: 58px !important;
    bottom: inherit !important;
}

@media only screen and (max-width: 600px){
    .btn-add{
        top: 50px !important;
        bottom: inherit !important;
    }
    .btn-upload{
        right: 80px !important;
        top: 80px !important;
        bottom: inherit !important;
    }

}

.separador{
    width: 100%;
    height: 10px;
    border-bottom: 2px solid #CCC;
    margin-bottom: 20px;
}

