﻿body, html {
    height: 100%;
    background-repeat: no-repeat;
    background-color: #FFFEFA;
}


/* cambiar el color al panel */
.panel-default > .panel-heading-custom {
    background: #7296B6;
    color: #fff;
}


.boton_cafe {
    background-color: #BCB2B0;
    color: white;
}


/* clase logo para poner una imagen el menu */

.logo img {
    width: 100% \9; /*Force IE10 and below to size SVG images correctly*/
    max-width: 107px;
    max-height: 80px;
    padding: 7px
}

@media (max-width:480px) {
    .logo img {
        width: 70% \9; /*Force IE10 and below to size SVG images correctly*/
        max-width: 70% !important;
    }
}

@media (max-width:400px) {
    .logo img {
        width: 75% \9; /*Force IE10 and below to size SVG images correctly*/
        max-width: 75%;
    }
}

@media (max-width:385px) {
    .logo img {
        width: 70% \9; /*Force IE10 and below to size SVG images correctly*/
        max-width: 70%;
    }
}

@media (max-width:345px) {
    .logo img {
        width: 65% \9; /*Force IE10 and below to size SVG images correctly*/
        max-width: 65%;
    }
}

@media (max-width:335px) {
    .logo img {
        width: 60% \9; /*Force IE10 and below to size SVG images correctly*/
        max-width: 60%;
    }
}

@media (max-width:325px) {
    .logo img {
        width: 55% \9; /*Force IE10 and below to size SVG images correctly*/
        max-width: 55%;
    }
}

@media (max-width:315px) {
    .logo img {
        width: 50% \9; /*Force IE10 and below to size SVG images correctly*/
        max-width: 50%;
    }
}

  
