1 {
}

body {
}

.texto {
    color: darkslategrey;
}

.encabezado {
    background-color: rgb(0,92,168);
    color: rgb(0,92,168);
}

.botonmenu {
    background-color: white;
    color: #005CA8;
    margin: 5px;
    font-size: small;
    border-radius: 4px;
}

.botonmenu:hover {
    text-decoration: underline;
}

.scrollmenu {
    height: auto;
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.panelempresa {
    background-color: rgb(255,255,255);
}

.boton {
    background-color: rgb(106,181,255);
    color: whitesmoke;
    font-size: large;
    font-weight: bold;
    border-radius: 4px;
}

.boton:hover {
    background-color: rgb(170,213,255);
    color: whitesmoke;
    border-radius: 4px;
}

.pie {
    background-color: rgb(106,181,255);
}

.textopie {
    color: rgb(255,255,255);
}

.bordecat {
    border-width: 2px;
    border-color: rgb(6,188,249);
}

.bordecat:hover {
    border-width: 2px;
    border-color: rgb(4,153,202);
}

.enccat {
    color: rgb(255,255,255);
    background-color: rgb(4,153,202);
    height: 80px;
}

.menubuscar {
    background-color: rgb(175,236,254);
    color: rgb(59,59,59);
}

.botonmnubuscar {
    background-color: rgb(255,128,0);
}

.botonmnubuscar:hover {
}

.botontienda {
    border-color: slategrey;
    border-radius: 0px;
    width: 28px;
    height: 28px;

