* {
	font-size: 25px !important;
}
body {
	background: #000; 
}
ul, td, a, p, article {
	color: #fff !important;
}
h1, h2, h4, th, label {
	color: #0F0 !important;
}
input, select {
	height: 49px !important;
}
input[type=file] {
	color: #fff;
}
article {
	margin-bottom: 30px;
}
section > .container {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #C6C9C9; 
}
.canvas-chart {
	background: #fff;
}
.row.title {
	border-top: 1px solid #C6C9C9;
	border-bottom: 1px solid #C6C9C9;
	margin: 20px -15px;
}
.row.title:nth-of-type(1) {
	margin: 0px -15px 20px -15px;
}
.row.title h5 {
	text-transform: uppercase;
	font-size: 30px !important;
	font-weight: 700;
	color: #0FF !important;
}
.list-btn-accesibilidad li,
.list-btn-redes-sociales li {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.list-btn-accesibilidad li a {
	color: #FF0 !important;
	padding: 20px;
	background: transparent !important;
	border: 4px solid #FF0 !important;
}
.list-btn-redes-sociales li a img {
	background: #D9D6D6;
	border: 2px solid #D9D6D6;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	color: #000 !important; 
}
.ui-datepicker-inline {
	width: 100% !important;
	min-width: 960px !important;
}
.search_results article > a {
	color: #0F0 !important;
}
.search_results .pull-right a {
	color: #FF0 !important;
	padding: 20px;
	background: transparent !important;
	border: 4px solid #FF0 !important;
}