@charset "UTF-8";
/* CSS Document */
#datatable{
	min-width: 98%;
	 table-layout: fixed;
	padding: 10px 5px;
}
.tabla-datos{
	width: 96%;
	margin: 20px 3px;
	border: 1px solid #333333;
	border-radius: 10px;
	padding-right: 10px;
	background-color: #f4f3e3;
	font-family: 'Roboto', sans-serif;
}
.tipo-delito {
	text-transform: uppercase;
	font-size: 12px;
	text-align: right;
	color: rgba(158,0,2,1.00);
	padding-top: 10px;
}
.nota-pie{
	font-family: 'Roboto';
	font-size: 14px;
	margin-left: 20px;
}
#datatable td{
	text-align: right;
}
.highcharts-title{
	font-family: 'Duplicate Ionic';
	font-size: 21px!important;
	font-weight: 600;
}
.mes{
	font-size: 14px;
	padding: 7px 12px;
}
@media(max-width: 700px) {
.tipo-delito {
	font-size: 11px;
	transform: rotate(-90deg);
}
#datatable td{
	text-align: center;
	font-size: 12px;
}
.delitos th{
	height: 100px;
	overflow: hidden;
	}
.mes{
	font-size: 11px;
	padding: 5px 8px;
	}
#container{
	height: 370px;
	}
	
	
}
@media(max-width: 500px) {
.tabla-datos{
	width: 100%;
	padding-right: 30px;}
th{
	width: 10%;
	}
}