body{margin:0;}
.bBOSSMASTER{ height: 100%; width: 100%; }

/* PAGINAS | Activar Desactivar ---------------------- */
#HOME           {display: block; background-color: rgb(206, 206, 206);  }
#SERVICIOS      {display: none;  background-color: rgb(255, 255, 255);}
#INSTALACIONES  {display: none;}
#CONTACTO       {display: none;}


/* Cabeceras ----------------------------------------------------------------- */
    #CABECERA, #CABECERAhome{        
        width: 100%; height: 70vh; margin: 0px;
        display: flex; flex-flow: row wrap;
        justify-content: center; align-items: flex-start;
        background-image: url(/ADD/CECOREY/PTDA01.jpg);
        background-position: bottom center ; background-repeat: no-repeat; background-size: cover;
        background-attachment: fixed;
        background-color: rgba(106, 126, 19, 0.76);
        color: white;  }    
    #CABECERA{ background-image:"" ; display: none;}    
        .baulMENUPC{
            width: 100%; height: 160px; margin: 0px;
            display: flex; flex-flow: row wrap;
            background-color: rgba(106, 126, 19, 0.76);   }
            .cmboPAGINAS{
                width: 55%; height: 100%; margin: 0px;
                display: flex; flex-flow: row wrap;        }
                .boxLOGO{
                    width: 300px; height: 100%; margin: 0px ; padding: 0px 29px;
                    display: flex; 
                    background-image: url(/ADD/CECOREY/logoCECOREY-Blanco.png);
                    background-position: center center; background-repeat: no-repeat; background-size: 60%;
                    cursor: pointer;    }
                .boxLOGO:hover{
                        background-image: url(/ADD/CECOREY/logoCECOREY.png);
                        background-color: rgba(149, 172, 47, 0.76);} 

            .boxSOCMED{
                width: 40%; height: 100%; margin: 0px; 
                display: flex; flex-flow: column wrap;   
                justify-content: center; align-items: flex-end; }
                .boxSOCMED-iconos{
                    width: auto; height: auto; margin: 5px 10px; 
                    display: flex; flex-flow: row wrap;   
                    justify-content: center; align-items: flex-end;  }
                .boxSOCMED-horarios{
                    width: 100%; height: auto; margin: 5px 10px; 
                    display: flex; flex-flow: column wrap;   
                    justify-content: center; align-items: flex-end;  }

