.barra{
    background-color: #FCFCFC;
    color: #18bc9c;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #18bc9c;
}
.cabeceraBox{
   background-color: #FCFCFC;
}
#cabeceraId {
    background: url("../img/abcfbca1.jpg") no-repeat center 56%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 250px;
    color: #fff;
    text-align: center;
    margin-top: 2%;
}
.logoBox{
    text-align: center;
    margin-top: 10%;
    padding-top: 2%;
}
.logoBox img{
    width: 100%;
    vertical-align: middle;

}
.imgCentrada{
    width: 100%;
    padding: 0%;
    margin: auto;
    vertical-align: middle;
}
#menuMovil{
    display: none;
}

.checkMed{
    height: 20px;
    width: 20px;
    margin-top: 0%;
}
@media(max-width:768px) {
    .imgCentrada {
        width: 60%;
    }
    h1{
        font-size: 2em;
    }
    .logoBox{
        text-align: center;
    }

    #menuMovil{
        display: inline;
    }
    #menuNormal{
        display: none;
    }
}
.textoIzq{
    text-align: left;
}
.acceso{
    background-color: rgba(0, 188, 59, 0.56);
}
.grisOscuro{
    color: #ccc;
}
.colaboradores{
    text-align: center;
    background-color:rgba(0, 188, 59, 0.56);
}
.nombreColaborador img{
    height: 100px;
}
.servicios{
    text-align: center;
    background-color:rgba(0, 188, 59, 0.56);
    max-height: 100%;
}
.serviciosTexto{
    text-align: left;
}
.servicios img{
    align-content: center;
}
.texto{
    text-align: justify;
    font-size: 10px;
}
.smallTexto{
    font-size: 10px;
}
.productos{
    text-align: center;
    background-color: #FCFCFC;
}
.productos img{
}
.producto{
    margin-bottom: 2%;
}
.contacto{
    background-color: #FCFCFC;
    text-align: center;
}
.btnAcceso{
    background-color:rgba(0, 188, 59, 0.26);
    max-width: 100%;
    margin-bottom: 2%;
    color: #333;
    border: solid;
    border-color: #161f29;
    border-width: 1px;
    box-shadow: 0px 0px 3px #161f29;
}
.footer-abajo{
    background-color: #2C3E50;
    color: #FCFCFC;
}
.footer-abajo2{
    background-color: #2C3E50;
    color: #FCFCFC;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
}

/*! principal */
.menuIzq{
    background-color:rgba(0, 188, 59, 0.26);
    border-radius: 0em 2em 2em 0em;
    padding: 5px;
}
.menuDrch{
    background-color:rgba(0, 188, 59, 0.26);
    border-radius: 2em 0em 0em 2em;
}
.izqBtn{
    background-color: #fcfcfc;
    margin: 3%;
    width: 90%;
    box-shadow: 0px 0px 3px #161f29;
    oveflow:hidden;
    padding-right: 2px;
    padding-left: 2px;

}
.principal{
    background-color: rgba(188, 185, 180, 0.16);
    border-radius: 2em 2em 2em 2em;
    min-height: 500px;
}
.blanco{
    background-color: #fcfcfc;
    border-radius: 2em 2em 2em 2em;
    min-height: 200px;
    margin-bottom: 10%;

}
.rojo{
    background-color: rgba(252, 40, 0, 0.82);
    border-radius: 2em 2em 2em 2em;
    margin-bottom: 2%;

}
.nombreLabBar{
    padding-right: 30px;
}

.inputsA{
    margin-top: 3%;
}
/*! preAlbaranes */

.cajaPreAlbaran{
    background-color: rgba(255, 255, 255, 1);
    border-radius: 1em 1em 1em 1em;
    margin-bottom: 5%;
    border-color: #000;
    border-width: 5px;
    border: solid;
}
.checkGrande{
    height: 30px;
    width: 30px;
}
