#form-boxes, input[type=text]{
    font-size:0.9em;
}

input[type=text], input[type=url]{
    border-radius:5px;
}

.cajatotal{
    clear:both;
    margin:0.5%;
    padding:1%;
    border:1px solid;
    border-radius:10px;
}

.caja{
    float:left;
    margin:0.5%;
    padding:1%;
    border:1px solid;
    border-radius:10px;
}

#cajaiconos{
    text-align: center;
    border:1px solid;
    border-radius:10px;
}

.limpiartodo{
    clear:both;
    font-size:1.5em;
}

.iconos{
    float:left;
    width:33%;
    margin:0;
    
}