body {
  padding-top: 0px;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}
.navbar-inverse {
	background-color: #000 !important;
}

.caja_cp {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.caja_flotante{
	width: 100%;
    position: relative;
    background-color: #fafafa;
    padding: 20px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}


@media (max-width: 1080px){
    .caja_flotante {
        position: fixed;
    }
}


@media (max-width: 768px) {
    .sin_padding {
        padding-right: 0px !important;
    }
    .slider.slider-horizontal {
        width: 150px !important;
    }
    #logo_bitmon {
        display: none !important;
    }
    #logo_masempresas {
        margin-top: 0px !important;
        width: 70% !important;
        height: auto !important;

    }
    #fondo_cabecera {
        background-position: left center !important;
    }
    .progress {
        margin: auto !important;
        margin-top: 2px !important;
        margin-bottom: 0px !important;
    }
}


/* Cambiamos el color de fondo del slider cuando el checkbox esta activado */
input:checked + .slider {
  background-color: #f7a214 !important;
}
