﻿.bg {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: auto;
	height: auto;
	background-image: url(../../app_login/img/bg/bg21.jpg);
	/*background-image: url(../../app_login/img/bing/bg16.jpg);*/
	background-size: cover;
	/*webkit-filter: blur(50px);*/
	z-index: -5;
}

.grad {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: auto;
	height: auto;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	z-index: -1;
	opacity: 0.7;
}

#contenido {
	margin-top: 61px;
	margin-bottom: 47px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*height: 1080px;*/
	background-color: #f7f7f7;
}

#inforeg {
	background: url(../img/huerta.png) no-repeat center center !important;
	color: #ffffff;
}

.card-title {
	/*color: #006f4a;*/
	color: #5bbdd6 !important;
	font-size: 2.5em !important;
}

.card-strong1 {
	color: #5bbdd6;
}

.card-strong2 {
	color: #ff5a00 !important;
}

.card-p {
	font-size: 1.5em !important;
}

/*Colores de fondo*/
.nivel-1, .nivel-2, {
	background-color: #e11d27 !important;
}

.nivel-3 {
	background-color: #fffe03 !important;
}

.nivel-4 {
	background-color: #0601fc !important;
}

.nivel-5 {
	background-color: #019907 !important;
}

/*Colores de Fuente*/
.color-font-1, .color-font-2, {
	color: #e11d27 !important;
}

.color-font-3 {
	color: #fffe03 !important;
}

.color-font-4 {
	color: #0601fc !important;
}

.color-font-5 {
	color: #019907 !important;
}

.bg-custom {
	background-color: #a9e4df !important;
	/*background-color: #82b405 !important;*/
}


#footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	/*background-color: #353535;*/
	/*background-color: #343a40;*/
	background-color: #f8f9fa;
	color: white;
	padding: 6px;
	text-align: center;
	font-family: helvetica;
	margin-top: 150px;
	z-index: 2;
