
.input-field label {
	font-weight: normal;
	color: #000;
}
.label-select {
	font-weight: normal;
	color: #000;
}
legend {
	font: bold 20px arial;
	color: #999;
	text-transform: uppercase;
}
#map { height: 300px; }

table.dataTable tbody td {
	padding: 10px;
}
div.dt-buttons {
	float: none;
}
.tabs {
	background-color: #78909c;
}
.tabs .indicator {
	background-color: #ff9800;
}
.tabs .tab a:hover, .tabs .tab a.active {
	background-color: transparent;
	color: white;
}
.tabs .tab a {
	color:white;
}

/* ESTRUCTURA PAGINA */
#contenedor {
	display: block;
	position: relative;
	margin: auto;
	margin-top: 20px;
	width: 1250px;
}
#minagri {
	text-align: center;
	margin-bottom: 10px;
}
.contenido {
	border: 1px solid #eee;
	border-radius: 15px;
	text-align: left;
	background-color: #ffffff;
	margin-top: 20px;
	padding: 10px 20px 20px 20px;
}
.resultado-error {
	margin-bottom:15px; 
	background-color:#ef5350; 
	color:white; 
	padding:10px;
}
.resultado-success {
	margin-bottom:15px; 
	background-color:#81d4fa; 
	color:white; 
	padding:10px;
}