* {
    margin: 0;
    padding: 0;
    font-family: Calibri, Verdana;
}

body {
    background-color: #FFFFFF;
}

.texto {
    color: darkslategray;
}

.encabezado {
    background-color: rgb(118,170,58);
    color: whitesmoke;
}

.botonmenu {
    background-color: rgb(118,170,58);
    color: whitesmoke;
}

.botonmenu:hover {
    background-color: #000000;
    color: whitesmoke;
}

.panelempresa {
    background-color: rgb(57,156,56);
}

.boton {
    background-color: rgb(118,170,58);
    color: whitesmoke;
}

.boton:hover {
    background-color: #000000;
    color: whitesmoke;
}

.pie {
    background-color: #000000;
}

.textopie {
}

.enccat {
    color: whitesmoke;
    background-color: rgb(81,140,74);
}

.bordecat {
    border-width: 2px;
    border-color: rgb(81,140,74);
}

.bordecat:hover {
    border-width: 4px;
    border-color: rgb(118,170,58);
}

.botontienda {
    border-color: slategray;
    border-style: solid;
    border-radius: 0px;
    width: 28px;
    height: 28px;
}


