nav hgroup{
	background: #F5F5F5;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 0px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

section form{
	width: 80%;
	margin: auto;
}

form label{
	margin-top: 15px;
	margin-bottom: 0px;
	width: 100%;
	font-size: 85%;
}

form textarea{
	width: 100%;
	max-width: 100%;
}

form .text-muted{
	color: #636c72 !important;
}

select, textarea, span{
	font-size: 90%;
}

/* ERROR */
div input.error{
	border: 1px solid #a94442;
}

div label.error{
	color: #a94442;
	font-weight: bold;
}

/* FIN ERROR */

#unitat{
	vertical-align: -moz-middle-with-baseline;
	margin-left: 3%;
}

#longitud{
	float:left;
	width: 33%;
}


.divButtonReload{
  float: right;
}

#formid #speciesOther{
	display: none;
}