body {
	font-family: 'Rubik', sans-serif !important;        
}
#container {
	min-height: 80vh;
}

#footer {
	position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
.text-g-claro {
	color: #E2E8EE !important;
}
.bg-img{ 
	background: #FFFFFF !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1) !important;
    background-image:url('https://s3.amazonaws.com/static.cloud-celeris.cl/clc/portal/img/bg-body.png') !important;
    background-repeat:repeat;
}
.bg-g-claro {
	background: #E2E8EE !important;
}

.text-blanco {
	color: #FFFFFF !important;
}

.bg-blanco {
	background: #ffffff !important;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1) !important;
    background-repeat:repeat !important;
}
.bg-white {
	background: #FFFFFF !important;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1) !important;      
    background-repeat:repeat;
}

.text-rojo {
	color: #E40521 !important;
}

.bg-rojo {
	background: #ffffff !important;
	border-color: #01709e !important;
	color: white;
}
.bg-btn{
	background: #C1DC3F !important;
	border-color: #01709e !important;
	color: white;	
}
.text-g-oscuro {
	color: #636363 !important;
}

.bg-g-oscuro {
	background: #636363 !important;
}

.text-celeste {
	color: #009CDE !important;
}

.bg-celeste {
	background: #536DAB !important;
	height: 34px;
}

.text-g-moscuro {
	color: #666666 !important;
}
.bg-g-moscuro {
	background: #666666 !important;
}

.head-principal {
	height: 40px;
}
.head_login{
	
	height: 120px;
    background-repeat:repeat !important;
    background-color: #FFFFFF !important;
}
.head-secundario {
	height: 15px;
}