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(87, 171, 250, 0.6);
        color: white;  }    
    #CABECERA{ background-image: ; display: none;}    
        .baulMENUPC{
            width: 100%; height: 160px; margin: 0px;
            display: flex; flex-flow: row wrap;
            background-color: rgba(11, 76, 119, 0.699);      }
            .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: rgb(255, 255, 255);} 

            .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;  }

