% {
    margin: 0;
    padding: 0;
    font-family: Calibri, Verdana;
}

body {
    background-color: #FFFFFF;
}

.texto {
    color: #e88420;
}

.encabezado {
    background-color: cornflowerblue;
}

.botonmenu {
    background-color: #9bfab0;
    color: #e88420;
    margin: 5px;
    font-size: large;
    font-weight: bold;
    border-radius: 4px;
}

.botonmenu:hover {
    background-color: #40cfff;
    color: #e88420;
    border-radius: 4px;
}

.scrollmenu {
    height: auto;
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.panelempresa {
    background-color: rgb(255,255,255);
}

.boton {
    background-color: #9bfab0;
    color: #e88420;
    font-size: large;
    font-weight: bold;
    border-radius: 6px;
}

.boton:hover {
    background-color: #40cfff;
    color: #e88420;
    border-radius: 6px;
}

.pie {
    background-color: gray;
}

.textopie {
    color: rgb(255,255,255);
}

.bordecat {
    border-width: 2px;
    border-color: #40cfff;
}

.bordecat:hover {
    border-width: 4px;
    border-color: #9bfab0;
}

.enccat {
    color: #000000;
    background-color: #9bfab0;
    height: 110px;
}

.menubuscar {
}

.botonmnubuscar {
}

.botonmnubuscar:hover {
}

.botontienda {
    border-color: slategrey;
    border-radius: 0px;
    width: 28px;
    height: 28px;

