/*Reseteo de los estilos por defecto de los navegadores*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
    height: 100% !important;
}
body {
    min-height: 100% !important;
	
}
body {
	font-size:14px;
	background-color:#f2f2f2;
	font-family: Arial,Verdana,Helvetica;
	min-width: 600px;
	color:#000000;
}
.color1 {
	color:#b4430d;
}

.color2 {
	color:#006699;
}

.color3 {
	color:#DEA325;
}
h1 {
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
	line-height: 48px;
	text-decoration: none;
	text-transform: none;
	margin-left:1em;
	//margin-top:0.5em;
	margin-bottom:0.5em;
}
h2 {
	font-size: 26px;
	font-weight: 400;
	font-style: normal;
	line-height: 40px;
	text-decoration: none;
	text-transform: none;
}
#cuerpo-admin {
	margin:0 auto;
	margin-top:0;
	margin-bottom:1em;
	width:95%;
}
#cuerpo-contenido {
	margin-bottom:2em;
	margin-left: -0.3em !important;
	padding: 2em 2em;
	background:#fff;
	width:100%;
	height:410px;
	box-shadow: 0 0 0.4em 0 #ddd;
	overflow: scroll;
	scrollbar-color: rgba(210, 210, 210, .5) rgba(210, 210, 210, 0);
    scrollbar-width: thin;
}
.grafico {
	width:95%;
	border: solid 1px #d4def0;
	margin-bottom:1em;
	display: flex;
	justify-content: center;
	display:inline-block;
	
	//box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
	color:#ffffff;
	font-size:40px;
	font-weight:bold;
	text-align:center;
	border-radius:10px;
	background: rgb(176,174,238);
	background:#103A59;
	background: radial-gradient(circle, rgba(22,78,120,1) 0%, rgba(9,32,48,1) 100%);
}
.titulo-grafico {
	padding:1em;
	font-size:18px;
	font-weight:600;
	text-align:left;
	text-shadow:
 
    2px 2px 1px #555,
    3px 3px 1px #222,
    4px 4px 1px #000;
}
.texto-centrado {
	text-align:center;
}
/*Tabla*/
table {
	margin:1em;
	padding:0;
	width:90%;
	border-collapse: collapse;
	border-spacing: 0;
	border: dotted 1px;
}
thead  {
}
th {
	font-size:11px;
	font-weight:700;
	background: #edf1f9;
	padding:0.5em;
	margin:0;
	text-align:center;
	background:#103A59;
	background: radial-gradient(circle, rgba(22,78,120,1) 0%, rgba(9,32,48,1) 100%);
	color:white;
}
tr {
	font-size:0.9em;
	padding:0.5em;
	border: dotted 1px;
	
}
td {
	padding:0.5em;
	border: 0;
	
}