#web{

    border: 1px solid white;
    border-radius: 10px;
    background-color: rgba(62, 159, 194, 0.3);
    width: 87%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 1%;
    margin-bottom: 1%;
}
#panelprincipal{
    background-color: rgba(153, 181, 131, 0.8);
    border: 1px solid white;
    border-radius: 10px;
    max-height: 100%;
}

#panelnosotros{
    background-color: rgba(153, 181, 131, 0.9);
    border: 1px solid white;
    border-radius: 1%;
}
#panelcontacto{
    background-color: rgba(153, 181, 131, 0.9);
    border: 1px solid white;
    border-radius: 1%;
    margin-left: 10%;
    margin-right: 10%;

}
#panelcontacto2{
    background-color: rgba(153, 181, 131, 0.9);
    border: 1px solid white;
    border-radius: 1%;
    width: 65%;
    margin-left: 20%;
    margin-right: 20%;
}
#construcciom{
    width:500px;
    height: 500px;

}
#marca4{
    width: 250px;
    height: 250px;
}
#volver{
    background-color: #43AC6A;
}
#borrar{
    background-color: rgba(153, 181, 131, 0.9);
}
#pie{

}
#login{
    background-color: rgba(153, 181, 131, 0.9);
    border: 1px solid white;
    border-radius: 1%;
    width: 30%;
    
}

