/* FORMULARI */


.forms_intro {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #ae0142;
	text-transform: uppercase;
}

.forms_descripcio {
	margin-bottom: 30px;
}

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

.forms_form {

}

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

.forms_form textarea {
	width: 280px;
	margin-top: 0px;
	margin-bottom: 20px;
	border: #1d7080 1px solid;
	background-color: #e5eff1;
	color: #000000;
	height: 200px;
}

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

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

.forms_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;
}

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



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

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


/* COMENTARIS */

.forms_intro {
	margin-bottom: 20px;
}
.pforms_caixa {
	background-color: #f6eff2;
	margin-top: 10px;
	margin-bottom: 5px;
	overflow: auto;
	padding: 10px;
	position: relative;
}

.pforms_titol_cap {
	font-size: 16px;
	color:#ae0142;
	margin-bottom: 10px;
	border-bottom: #ae0142 1px dotted;
}

.pforms_data_cap {
	right: 10px;
	top: 16px;
	font-size: 12px;
	color:#ae0142;
	position: absolute;
}

.pforms_sortida {
	margin-top: 50px;
}

.pforms_d2 {
	color:#ae0142;
}