.title-h {
    border: 1px solid #0e6722;
    background-color: #0e6722;
}
.subtitle-h .h3carta{
    color: #ffffff;
}
.h4carta {
    font-weight: normal;
}

.subtitle-h {
    background-color: #0e6722;
}

.nav-tabs>li>a.active, .nav-tabs>li>a.active:focus, .nav-tabs>li>a.active:hover {
    background-color: unset !important;
    color: unset !important;
    border-bottom: 4px solid #0e6722;
    border-color: #0e6722 !important;
    border-left: #fff;
    border-right: #fff;
    border-top: #fff;
}

body {
    background-color: transparent;
}
#myTabContent {
    /*background: url(Patron_carta_web_1600x2000px_04.png) repeat-y center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    background: url(cartoon_lemon.jpg) repeat center center fixed;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.body_carta{
    background-color: transparent !important;
}
footer{
    background-color: transparent !important;
}