body {
    background-color: rgb(106, 158, 169);
}
#padre{
    width: 100%;
    height: 230px;
    background-color: rgb(4, 107, 151);
    padding: 10px;
}
#hijos1{
    width: 20%;
    height: 230px;
    background-color: rgb(193, 190, 14);
    float: left;
    

}
#hijos2{
    width: 20%;
    height: 230px;
    background-color: rgb(14, 41, 193);
    float: left;
    margin-left: 10px;
}
#hijos3{
    width: 20%;
    height: 230px;
    background-color: rgb(193, 47, 14);
    float: left;
    margin-left: 10px;
}

