body {
	font-family: 'Work Sans', sans-serif;
	margin: 0;
	color: #232323;
}
.contento {
	opacity: 0;
	height: 100%;
}
.loader_carga {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.loader_carga > div {
	display: table;
	margin: 0 auto;
	height: 100%;
}
.loader_carga > div > div {
	display: table-cell;
	vertical-align: middle;
}
input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input[type=checkbox].css-checkbox + label.css-label {
	padding-left: 36px;
	height: 26px;
	display: inline-block;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 24px;
	vertical-align: middle;
	cursor: pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -26px;
}
label.css-label {
	background-image: url(../img/semaforo2.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
textarea:focus, input:focus {
	outline: none;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
 background-color: #ffffff !important;
 background-image: none !important;
 color: rgb(0, 0, 0) !important;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
 border: none;
 -webkit-text-fill-color: #444444;
 -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
 transition: background-color 5000s ease-in-out 0s;
}
.espera {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: none;
	background-color: rgba(68, 68, 68, 0.51);
}
.lds-ring {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 51px;
	height: 51px;
	margin: 6px;
	border: 6px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
.box__dragndrop, .box__uploading, .box__success, .box__error {
	display: none;
}
.menu_portada {
	position: relative;
	bottom: 0;
	right: 0;
	float: right;
	display: table;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */
	z-index: 199;
}
.menu_portada > div {
	position: absolute;
	right: 0;
	top: 0;
}
.menu_p_items {
}
.menu_p_items > div {
	padding: 5px 10px;
}
.dropbtn {
	padding: 10px 20px;
	color: white;
	cursor: pointer;
	background-color: #00548e;
	border-radius: 3px;
	-webkit-transition: box-shadow .28s cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: box-shadow .28s cubic-bezier(0.4, 0.0, 0.2, 1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.dropbtn:hover, .dropbtn:focus {
	background-color: #0060a2;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.55);
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	right: 10px;
	background-color: #f2f2f2;
	min-width: 200px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	border-radius: 3px;
}
.dropdown-content a {
	color: #3e3e3e;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.dropdown a:hover {
	background-color: #ddd;
}
.show {
	display: block;
}
.mensaje_info_us {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	user-select: none;
	display: none;
}
.mensaje_info_tipo {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	user-select: none;
	display: none;
}
.mensaje_info_dialog {
	background: #005390;
	border: none #4285f4;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.12), 0 4px 16px rgba(0,0,0,0.32);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.12), 0 4px 16px rgba(0,0,0,0.32);
	-ms-box-shadow: 0 0 4px rgba(0,0,0,0.12), 0 4px 16px rgba(0,0,0,0.32);
	-o-box-shadow: 0 0 4px rgba(0,0,0,0.12), 0 4px 16px rgba(0,0,0,0.32);
	box-shadow: 0 0 4px rgba(0,0,0,0.12), 0 4px 16px rgba(0,0,0,0.32);
	color: #ffffff;
	font-size: 13px;
	line-height: 20px;
	padding: 24px;
	z-index: 2;
	width: 130px;
}
.S_F {
	position: absolute;
	top: 25px;
	right: -9px;
}
.S_F img {
	height: 20px;
}
#reset_filtros {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	user-select: none;
}
#reset_filtros:active {
	background-color: rgba(0, 83, 143, 0.24);
}
