html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}
/*Barra navegacion*/
#divCabecera{
            background-color: #fff; 
        }  
        .navLogo{
            height: auto;
            padding: 10px 15px;
        }
/*Cuerpo*/
#txtCaptcha {
	width: 80px;
	display: inline;
}

        .nivel1{
            font-size: 14px;
            color:    #00649d !important;
            text-align: center !important;
        }
        
        .nivel1:hover{
            font-weight: bold;
            cursor: pointer;
            cursor: hand;
            text-decoration: underline;
            
        }
        
         /*Estilos*/
        .sinRadio{
            border-radius: 0px !important;
        }
        .sinBorde{
            border: 0px !important;
            box-shadow: none;
        }
        .colBlanco{ 
            color:    #fff !important;
        }
        .colAzul{ 
            color:    #0062AE !important;/*oficial*/
        }
        .colAzul2{
            color: #004586 !important; /*mas oscuro*/
        }
        .colRojo { 
            color:    #AB1440 !important;/*oficial*/
        }
        .colCeleste{
            color: #00A6CC !important;/*mas oscuro*/
        }
        .colCeleste2{
            color: #79E7FF !important;
        }
        .backAzul1{
            background-color: #0063AE;
        }
        .backPlomo1{
            background-color: #F6F6F4;
        }
        .backCeleste1{
            background-color: #00A6CC;
        }

@media ( max-width : 768px) {
	#aHome {
		height: 35px;
	}
	.text-centro {
		text-align: center !important;
		float: none !important;
	}
}

@media ( min-width : 768px) {
}

@media ( min-width : 992px) {
}

@media ( min-width : 1200px) {
}

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 18px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #808080;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #FF4081;
}

input:focus+.slider {
	box-shadow: 0 0 1px #FF4081;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.text-center {
	margin-top: 25px;
}

/* Button Group */
.btnPor {
	color: #8F8F8F;
	background-color: #E0E0E0;
}

.btnPor.active {
	color: white;
	background-color: #005EB8;
}
