
.pcc p{
    padding: 5px;
}
.pcc p{
    
    color: #ffffff;
    height:29px;
    background-image:url(news/titulo.gif);
    border: 3px solid #641e16;
    border-top: none;
}
.navbar .pcuenta {
    
    padding: 5px;
    color: #ffffff;
    height:29px;
    background-image:url(news/titulo.gif);
    border: 3px solid #641e16;
    border-top: none;
}
.navbar li:has(:checked) >ul{
    display: block;
}
.navbar .pcc label{
        display: inline;
}

.pcc #check{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
@media(max-width:1169px){

    .pcc #check{
        padding: 0;
        margin: 0;
        width: 150%;
        max-width: 100%;

        height: 50px;
    }
    .navbar .pcc ul{
        display: none;

    }
    .header{
        position: inherit;
    }

    .navbar .pcc  p{
        font-size: 24px;
        display: flex;
        flex-direction: column;
        align-items:baseline;
        justify-content: left;
	    color: #7a3c02;
        height:auto;
        background-image: none;
        background-image: url(content/scroll.gif);
         border: 3px solid #6e3500;
        border-top: none;
    }

   
    .navbar .pcuenta {
        
        padding: 5px;
        color: #7a3c02;
        height:70px;
        background-image: none;
        background-image: url(content/scroll.gif);
        border: 3px solid #6e3500;
    }
    .menu .navbar ul li a{
        color: #7a3c02;
        font-size: 24px;
        background-color: #d18c4b;
        display: flex;
        flex-direction: column;
        align-items:baseline;
        justify-content: left;

        padding: 10px;
        width: auto;
        height: auto;
        display: block;
        border: 3px solid #6e3500;
        border-top: none;
        border-bottom: 3px solid #6e3500;

    }

    .navbar .pcc:has(:checked) >ul{
        display: block;
    }
    .manu{
        visibility:hidden;
    }
}