/* FORMULARI */


.forms_intro {
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-decoration: none;
	display: none;
}

.forms_descripcio {
	margin-bottom: 20px;
	color: #ED5601;
}

.forms_nom {
	text-transform: uppercase;
	margin-bottom: 10px;
	
}

.camp_form {

}

.camp_form input {
	width: 280px;
	margin-top: 0px;
	margin-bottom: 20px;
	border: #000000 1px solid;
	background-color: #f7db91;
	color: #000000;
}

#formup [type="file"]{
	width: 280px;
	margin-top: 0px;
	margin-bottom: 20px;
	border: #000000 1px solid;
	background-color: #f7db91;
	color: #000000;
}

.camp_form textarea {
	width: 280px;
	margin-top: 0px;
	margin-bottom: 20px;
	border: #000000 1px solid;
	background-color: #f7db91;
	color: #000000;
	height: 200px;
	overflow: auto;
}

.camp_form select{
	width: 280px;
	margin-top: 0px;
	margin-bottom: 20px;
	border: #000000 1px solid;
	background-color: #f7db91;
	color: #000000;
}

#atr_87 {
	width: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px;
	clear: both;
	border: 0px;
	text-align: left;
}

.camp_form [type="checkbox"] {
	width: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px;
	clear: both;
	border: 0px;
	text-align: left;
}

.camp_form input[type="submit"] {
	width: auto;
	background-color: #f75c00;
	color: #FFFFFF;
	padding: 3px;
	border: 1px solid;
	min-width: 50px;
}

#submit {
	width: auto;
	background-color: #f75c00;
	color: #FFFFFF;
	padding: 3px;
	border: 1px solid;
	min-width: 50px;
	margin-top: 10px;
}


.forms_separador {
	border-bottom: 1px dotted #000000;
	margin-bottom: 10px;
	font-weight: bold;
	padding-bottom: 5px;
}

.desc_camp_form {
	font-size: 10px;
	margin-bottom: 3px;
}