@charset "utf-8";
#ContBotonesMin {
    display: block;
}
#ContBotonesMax {
    display: none;
}
.ContenedorPpal-Logo {
    width: 100%;
    height: 80px;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    text-align: center;
    background-color: rgba(255,255,255,1.00);
    border-bottom: 2px solid rgba(186,210,83,1.00);
}
.CajaContenedora-Logo {
    display: inline-block;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 90%;
    height: 100%;
    max-width: 1000px;
    text-align: left;
}
.LogoPrincipalMenu {
    width: 160px;
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: url(../img/LogoPrincipalCoremab1.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out 0.05s;
    -o-transition: all 0.5s ease-in-out 0.05s;
    transition: all 0.5s ease-in-out 0.05s;
}
.ContendorRedes-Contacto {
    width: 400px;
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
    float: right;
    position: relative;
    text-align: right;
    top: 0px;
}
.CajaLogosRedesSociales , .CajaInfoContacto-Rapido{
    width: 90%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    display: inline-block;
    color: rgba(100,100,100,1.00);
    font-family: Rubik, Arial;
    font-size: 10pt;
    font-weight: 400;
    line-height: 13pt;
}
.CajaLogosRedesSociales img {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 3px;
}
.ContenedorPrincipalBotonesMenu {
    width: 100%;
    height: 40px;
    background-color: rgba(0,0,0,1.00);
    text-align: center;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.ContenedorBotonAbrirCerrarMenu {
    display: none;
}

.CajaContenedoraBotones {
    width: 90%;
    height: 100%;
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    max-width: 1000px;
    text-align: right;
}
.Botones-Menu {
    width: auto;
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    text-align: center;
    display: inline-table;
    color: rgba(186,210,83,1.00);
    font-family: Catamaran, Arial;
    font-weight: 700;
    font-size: 13pt;
    line-height: 30pt;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.Botones-Menu:hover {
    background-color: rgba(186,210,83,1.00);
    color: rgba(0,0,0,1.00);
    -webkit-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}
