.sombra {
	-webkit-box-shadow: 6px 7px 9px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 6px 7px 9px -4px rgba(0, 0, 0, 0.75);
	box-shadow: 6px 7px 9px -4px rgba(0, 0, 0, 0.75);
}

.cajafichamat {
	width: 60%;
	height: auto;
}

.agrandarbuscadormat {
	height: 120%;
}

.scrollx {
	overflow-x: auto;
}

.scrolly {
	overflow-y: auto;
}

.scroll_auto {
	
	overflow: auto;
}

.content-loader {
	overflow: scroll;
}

#horizontal-scroll {
	display: inline-flex;
	padding: 1px;
}

#main {
	overflow-x: scroll;
	width: 100%;
}

.editar {
	color: #20877a;
}

.editar:hover {
	color: #1d9b8b;
}



.editar:hover {
	color: #1d9b8b;
}

.editar_negro {
	color: #001f3f;
}

.editar_negro:hover {
	color: #0d4075;
}

.eliminar {
	color: #dc3545;
}

.eliminar:hover {
	color: #FB3A4D;
}

.verde_genial {
	color: #1d9b8b;
}

.verde_genial2 {
	color: 20877a;
}

.subrayado {
	text-decoration: underline;
}

.azul {
	color: #007bff;
}

.tmaximocajagrafico {
	width: 600px;
}

.tmaximocajagrafico2 {
	width: 580px;
}

.tmaximocaja {
	height: 20px;
}

.sinsaltodelinea {
	white-space: nowrap;
}

.sombrabuscarmat {
	-webkit-box-shadow: 6px 7px 9px -4px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 6px 7px 9px -4px rgba(0, 0, 0, 0.75);
	box-shadow: 6px 7px 9px -4px rgba(0, 0, 0, 0.75);
}

.sombraalerta {
	-webkit-box-shadow: 3px 2px 13px -2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 3px 2px 13px -2px rgba(0, 0, 0, 0.75);
	box-shadow: 3px 2px 13px 2px -rgba(0, 0, 0, 0.75);
}

.centrobuscador {
	padding-right: 350px;
	padding-left: 350px;
}

.centro {
	text-align: center;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 15px;
}

.centronumero {
	text-align: center;
	padding-top: 8px;
}

.borde {
	border-radius: 5px;
}

.raleway {
	font-family: 'Raleway';
}

.negrita {
	font-weight: bold;
}

.agranda {
	font-size: 120%;
	color: white;
	font-weight: bold;
}

.agranda2 {
	font-size: 120%;
	color: black;
	font-weight: bold;
}

.agranda3 {
	font-size: 120%;
	color: black;
	font-weight: bold;
}

.agranda4 {
	font-size: 280%;
	color: black;
	font-weight: bold;
}

.agranda5 {
	font-size: 200%;
	color: black;
	font-weight: bold;
}

.agranda6 {
	font-size: 120%;
	color: black;
	font-weight: bold;
}

.agranda7 {
	font-size: 120%;
	color: black;
	font-weight: bold;
}

.colorinfo {
	color: #17a2b8;
}

.colorwarning {
	color: #ffc107;
}

.colorsuccess {
	color: #28a745;
}

.colordanger {
	color: #dc3545;
}

.bg-rojooscuro {
	background-color: #D62113 !important
}

.bg-rojoclaro {
	background-color: #F16D6D !important
}

.bg-amarilloclaro {
	background-color: #F0DD37 !important
}

.bg-amarillooscuro {
	background-color: #F5B041 !important
}

.bg-verdeclaro {
	background-color: #31BD46 !important
}

.bg-verdeoscuro {
	background-color: #24700F !important
}

.bg-blanco {
	background-color: #ffffff;
}

.cambio {
	color: #ffffff;
	background-color: #2A3F54;
	border-width: 4px;
	border-style: outset;
	border-color: solid;
}

.cambio:hover {
	background-color: #d7f7f1;
	color: #0f0000;
}

.letrabotones {
	font-style: italic;
	font-size: 120%;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.65857;
	font-weight: bold;
}

.letranumerobotones {
	font-size: 250%;
	margin-top: 10px;
	font-weight: bold;
	line-height: 1.65857;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 4rem
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}

.alert-primary hr {
	border-top-color: #9fcdff
}

.alert-primary .alert-link {
	color: #002752
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db
}

.alert-secondary hr {
	border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
	color: #202326
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

.alert-success hr {
	border-top-color: #b1dfbb
}

.alert-success .alert-link {
	color: #0b2e13
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

.alert-info hr {
	border-top-color: #abdde5
}

.alert-info .alert-link {
	color: #062c33
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}

.alert-warning hr {
	border-top-color: #ffe8a1
}

.alert-warning .alert-link {
	color: #533f03
}

.rojo {
	color: #dc3545;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.alert-danger hr {
	border-top-color: #f1b0b7
}

.alert-danger .alert-link {
	color: #491217
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.alert-light hr {
	border-top-color: #ececf6
}

.alert-light .alert-link {
	color: #686868
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca
}

.alert-dark hr {
	border-top-color: #b9bbbe
}

.alert-dark .alert-link {
	color: #040505
}

.fitness {
	max-width: 300px;
	width: 300px;
}

.importarfondo {
	background-color: #2A3F54;
	height: 80px;
}

.importarletraazul {
	color: #2A3F54;
}

.importarletrablanca {
	color: #ffffff;
}

.importarletraverde {
	color: #ffffff;
	font-size: 15px;
}

.importarfondogris {
	background-color: #fff;
	border-width: 5px;
	border-style: outset;
	border-color: solid;
}

.importarfondo:hover {
	background-color: #c0c0c0;
}

.import {
	background-color: #2A3F54;
}

.negro {
	color: black;
}

.blanco {
	color: white;
}

.blanco:hover {
	color: white;
}

.negro:hover {
	color: black;
}

.negro2 {
	color: black;
}

.blanco2 {
	color: white;
}

.negrita {
	font-weight: bold;
}

.bg-success {
	background-color: #28a745 !important
}

.bg-warning {
	background-color: #ffc107 !important;
	color: black;
}

.bg-rojo {
	background-color: #dc3545 !important;
}

.bg-verde {
	background-color: #3d9970 !important;
}

.bg-verde:hover {
	background-color: #48BB87 !important;
}

.bg-negro {
	background-color: #212529 !important
}

.bg-info {
	background-color: #17a2b8 !important
}

.bg-green {
	background-color: #28a745 !important;
	*/
}

.t10 {
	font-size: 10px;
}

.t11 {
	font-size: 11px;
}

.t12 {
	font-size: 12px;
}

.t13 {
	font-size: 13px;
}

.t14 {
	font-size: 14px;
}

.t15 {
	font-size: 15px;
}

.t16 {
	font-size: 16px;
}

.t17 {
	font-size: 17px;
}

.t18 {
	font-size: 18px;
}

.t19 {
	font-size: 19px;
}

.t20 {
	font-size: 20px;
}

.t21 {
	font-size: 21px;
}

.t22 {
	font-size: 22px;
}

.t23 {
	font-size: 23px;
}

.t24 {
	font-size: 24px;
}

.t25 {
	font-size: 25px;
}

/*# ficha3 */
body {
	width: 100%;
}

.especificha1 {
	font-size: small;
	padding-top: 1px;
	font-weight: bold;
}

.especificha2 {
	font-size: small;
	color: #000000;
	padding-left: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.cuadro1 {
	padding-top: 3px;
}

.fondostock {
	background-color: #ffc107;
	color: white;
}

.tile-stats2 {
	position: relative;
	display: block;
	border: 1px solid #E4E4E4;
	-webkit-border-radius: 5px;
	overflow: hidden;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 5px;
	background-clip: padding-box;
	background: #7880A1;
	transition: all 300ms ease-in-out;
}

.tile-stats22 {
	position: relative;
	display: block;
	border: 1px solid #E4E4E4;
	-webkit-border-radius: 5px;
	overflow: hidden;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 5px;
	background-clip: padding-box;
	background: #4B5065;
	transition: all 300ms ease-in-out;
}

.tile-stats3 {
	position: relative;
	display: block;
	-webkit-border-radius: 2px;
	overflow: hidden;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	padding-bottom: 5px;
	padding-top: 5px;
	background: #FFF;
	transition: all 300ms ease-in-out;
}

.tile-statsplomo {
	position: relative;
	display: block;
	border: 1px solid #E4E4E4;
	-webkit-border-radius: 5px;
	overflow: hidden;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 5px;
	background-clip: padding-box;
	background: #dad9db;
	transition: all 300ms ease-in-out;
}

.tile-statsplomo2 {
	position: relative;
	display: block;
	-webkit-border-radius: 2px;
	overflow: hidden;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 2px;
	-moz-background-clip: padding;
	border-radius: 2px;
	background-clip: padding-box;
	padding-bottom: 5px;
	padding-top: 5px;
	background: #ededed;
	transition: all 300ms ease-in-out;
}

.abajo {
	padding-bottom: 10px;
	color: #000000;
	padding-left: 18px;
	padding-right: 10px;
	padding-top: 15px;
}

.descar {
	color: #0080c0;
	padding-top: 25px;
}

.fondoceleste {
	background-color: #17a2b8;
	padding-top: 25px;
}

.fondoplomoclaro {
	background-color: #ededed;
}

.cuadro1 {
	font-weight: bold;
	color: #000000;
	padding-left: 5px;
	padding-right: 15px;
}

.cuadroamarillo {
	background: #FDF6E2;
}

.cuadroazul {
	background: #2A3F54;
}

.letrasamarillas {
	color: #F4C33B;
}

.letrasblancas {
	color: #ffffff;
}

.cuadrorojo {
	background: #f7dced;
}

.letrasrojas {
	color: #fa419a;
}

.estadoverde {
	background-color: #cbf5c9;
	color: #0d8f07;
	margin: 0px;
	padding: 8px;
	font-weight: bold;
	border-radius: 18px;
}

.estadoamarillo {
	background: #FDF6E2;
	color: #F4C33B;
	margin: 2px;
	padding: 8px;
	font-weight: bold;
	border-radius: 18px;
}

.estadorojo {
	background: #FDEBEB;
	color: #F14C4A;
	margin: 2px;
	padding: 8px;
	font-weight: bold;
	border-radius: 18px;
}

.elastico {
	height: auto;
}

.elastico2 {
	height: auto;
}

.highcharts-figure, .highcharts-data-table table {
	min-width: 310px;
	max-width: 750px;
	margin: 1em auto;
}

#container {
	height: 260px;
	width: auto;
}

#container2 {
	height: 260px;
	width: auto;
}

#container3 {
	height: 260px;
	width: auto;
}

#container4 {
	height: 260px;
	width: auto;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #EBEBEB;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}

.highcharts-data-table caption {
	padding: 1em 0;
	font-size: 1.2em;
	color: #555;
}

.highcharts-data-table th {
	font-weight: 600;
	padding: 0.5em;
}

.highcharts-data-table td, .highcharts-data-table th,
	.highcharts-data-table caption {
	padding: 0.5em;
}

.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even)
	{
	background: #f8f8f8;
}

.highcharts-data-table tr:hover {
	background: #f1f7ff;
}

.mesactural {
	padding-left: 10px;
	color: #ffffff;
}

.puntoverde {
	color: #4fb50b;
	padding-left: 10px;
}

table.jambo_table {
	border: 1px solid rgba(221, 221, 221, 0.78)
}

table.jambo_table thead {
	background: rgba(52, 73, 94, 0.94);
	color: #ECF0F1
}

table.jambo_table tbody tr:hover td {
	background: rgba(38, 185, 154, 0.07);
	border-top: 1px solid rgba(38, 185, 154, 0.11);
	border-bottom: 1px solid rgba(38, 185, 154, 0.11)
}

table.jambo_table tbody tr.selected {
	background: rgba(38, 185, 154, 0.16)
}

table.jambo_table tbody tr.selected td {
	border-top: 1px solid rgba(38, 185, 154, 0.4);
	border-bottom: 1px solid rgba(38, 185, 154, 0.4)
}

table.display {
	margin: 0 auto;
	clear: both;
	width: 100%
}

table.display thead th {
	padding: 8px 18px 8px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer
}

table.display tfoot th {
	padding: 3px 18px 3px 10px;
	border-top: 1px solid black;
	font-weight: bold
}

table.display tr.heading2 td {
	border-bottom: 1px solid #aaa
}

table.display td {
	padding: 3px 10px
}

table.display td.center {
	text-align: center
}

table.display thead th:active, table.display thead td:active {
	outline: none
}

.borderadio {
	width: 250px;
	height: 250px;
	background-color: white;
	border-radius: 50px;
}

.dataTables_wrapper {
	position: relative;
	clear: both;
	zoom: 1
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white
}

.dataTables_length {
	width: 40%;
	float: left
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right
}

table.dataTable th.focus, table.dataTable td.focus {
	outline: 2px solid #1ABB9C !important;
	outline-offset: -1px
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
}

button.dt-button, div.dt-button, a.dt-button {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #999;
	border-radius: 2px;
	cursor: pointer;
	font-size: 0.88em;
	line-height: 1.6em;
	color: black;
	white-space: nowrap;
	overflow: hidden;
	background-color: #e9e9e9;
	background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
	background-image: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
	background-image: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
	background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		StartColorStr='white', EndColorStr='#e9e9e9');
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	outline: none;
	text-overflow: ellipsis;
}

button.dt-button.processing:after, div.dt-button.processing:after, a.dt-button.processing:after
	{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	box-sizing: border-box;
	display: block;
	content: ' ';
	border: 2px solid #282828;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: dtb-spinner 1500ms infinite linear;
	-o-animation: dtb-spinner 1500ms infinite linear;
	-ms-animation: dtb-spinner 1500ms infinite linear;
	-webkit-animation: dtb-spinner 1500ms infinite linear;
	-moz-animation: dtb-spinner 1500ms infinite linear
}

.lojusto {
	font-size: 14px;
}

.lojustonum {
	font-size: 11px;
}

.dt-button embed {
	outline: none
}

div.dt-buttons {
	position: relative;
	float: left
}

div.dt-buttons.buttons-right {
	float: right
}

div.dt-button-collection {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	margin-top: 3px;
	padding: 8px 8px 4px 8px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.4);
	background-color: white;
	overflow: hidden;
	z-index: 2002;
	border-radius: 5px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	box-sizing: border-box
}

div.dt-button-collection button.dt-button, div.dt-button-collection div.dt-button,
	div.dt-button-collection a.dt-button {
	position: relative;
	left: 0;
	right: 0;
	width: 100%;
	display: block;
	float: none;
	margin-bottom: 4px;
	margin-right: 0
}

div


.dt-button-collection

 

button


.dt-button


:active


:not

 

(
.disabled

 

),
div


.dt-button-collection

 

button


.dt-button


.active


:not


	

(
.disabled

 

),
div


.dt-button-collection

 

div


.dt-button


:active


:not

 

(
.disabled


	

),
div


.dt-button-collection

 

div


.dt-button


.active


:not

 

(
.disabled

 

),
div


.dt-button-collection

 

a


.dt-button


:active


:not


	

(
.disabled

 

),
div


.dt-button-collection

 

a


.dt-button


.active


:not

 

(
.disabled


	

){
background-color


:

 

#dadada


;
background-image


:

 

-webkit-linear-gradient


(
top
,
#f0f0f0

 

0%,
#dadada

 

100%);
background-image


:

 

-moz-linear-gradient


(
top
,
#f0f0f0

 

0%,
#dadada

 

100%);
background-image


:

 

-ms-linear-gradient


(
top
,
#f0f0f0

 

0%,
#dadada

 

100%);
background-image


:

 

-o-linear-gradient


(
top
,
#f0f0f0

 

0%,
#dadada

 

100%);
background-image


:

 

linear-gradient


(
to

 

bottom
,
#f0f0f0

 

0%,
#dadada

 

100%);
filter


:

 

progid


:DXImageTransform


.Microsoft


.gradient


(
GradientType
=0
,
StartColorStr


='
#f0f0f0


'
,
EndColorStr


='
#dadada


');
box-shadow


:

 

inset

 

1
px

 

1
px

 

3
px

 

#666




}
@media only screen and (max-width: 900px) {
	.elastico {
		height: auto;
		width: auto;
	}
	.centro {
		text-align: center;
		padding-top: 5px;
	}
	.centronumero {
		text-align: center;
		padding-top: 5px;
	}
}

@media only screen and (max-width: 680px) {
	.ordenarbuscador {
		padding-bottom: 20px;
	}
	.elastico {
		height: auto;
	}
	.centro {
		text-align: center;
		padding-top: 5px;
	}
	.centronumero {
		text-align: center;
	}
	h1 {
		font-size: 18px;
	}
	,
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 16px;
	}
	.h2 {
		font-size: 16px;
	}
	h3 {
		font-size: 14px;
	}
	.h3 {
		font-size: 14px;
	}
	h4 {
		font-size: 10px;
	}
	.h4 {
		font-size: 10px;
	}
	.t10 {
		font-size: 10px;
	}
	.t11 {
		font-size: 11px;
	}
	.t12 {
		font-size: 12px;
	}
	.t13 {
		font-size: 13px;
	}
	.t14 {
		font-size: 14px;
	}
	.t15 {
		font-size: 15px;
	}
	.t16 {
		font-size: 15px;
	}
	.t17 {
		font-size: 15px;
	}
	.t18 {
		font-size: 15px;
	}
	.t19 {
		font-size: 15px;
	}
	.t20 {
		font-size: 15px;
	}
	.t21 {
		font-size: 15px;
	}
	.t22 {
		font-size: 15px;
	}
	.t23 {
		font-size: 15px;
	}
	.t24 {
		font-size: 15px;
	}
	.t25 {
		font-size: 15px;
	}
}