.cc {
    padding: 1rem;
}

.inputwarning {
	border: solid 1px #eccc68;
}

.error {
	color: #F00;
}

.obligatorio {
	color: #F00;
	font-size: 0.5rem;
}

.advertencia-obligatorio {
	font-size: 0.6rem;
	display: inline-block;
	margin: 0 0 0 5px;
	color: #F00;
}

.seccion {
	display: table;
	height: 37px;
	margin: 0;
	padding: 0;
}

.seccion span {
	display: table-cell;
	height: 37px;
	vertical-align: middle;
}

.lectura {
	background: #DDD;
}

.cajaRango {
	display: inline-block;
	width: 100%;
}

.pantalla {
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(49, 58, 70, 0.2);
}

.aparece {
    display: table !important;
}

.pant {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.loader {
    animation: spin 1.4s linear infinite;
    border: .5rem solid #FFF;
    border-radius: 50%;
    border-top: .5rem solid #919BA5;
    height: 5rem;
    margin: auto;
    width: 5rem;
}

.loader.small {
    height: 3rem;
    width: 3rem;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.lista {
    list-style: none;
    margin: 0;
    padding: 0;
}

.enlace {
    text-decoration: none;
    color: #000;
}

.enlace:hover {
    text-decoration: underline;
}

.oculto {
    display: none !important;
}

.imagen {
    display: block;
    width: 30px !important;
}