
/*Estilos para el formulario de contacto*/
.confirmarContacto{display:none !important;}

blockquote{
	margin: 15px 0px 30px 20px;
}

#contacto{
	position: relative;
	width: auto;
	padding: 2px 2px 2px 2px;
	margin: 10px 0px 0px 0px;
	z-index: 1;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

#postal{
	position: relative;
	width: 290px;
	height: 100%;
	float: left;
}

#taula_form{
	width: 540px;
}

#form{
	position: relative;
	height: auto;
	float: right;
	padding-top: 5px;
	padding-left: 15px;
}

#error, .error{
	height: auto;
	font-weight: bold;
	padding-left: 10px;
	font-size: 1em;
}

#datos{
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: ;
	padding: 5px;
}

.subrayado{
	text-decoration: underline;
}

.negrita{
	font-weight: bold;	
}

.rojo{
	color: #FF0000;
	text-decoration: none;
	border-bottom: 0px;
	cursor: help;
}

#form_contacto{
	text-align: left;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

#form_contacto label {
	text-align: left;
	font-style: normal;
    font-size: 1em;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
    display:inline;
}

#form_contacto .datos label{
	text-align: left;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

#asunto{
	margin-top:5px;
    width: 43em;
	border: 1px solid #DEDEDE;
	font-size: 1em;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    background-color: #FFF;
    color: #5D781D;
    padding:2px;
}

#form_contacto textarea{
	margin-top:5px;
	width: 43em;
    border: 1px solid #DEDEDE;
	font-size: 1em;
	font-family: Geneva,Arial,Helvetica,sans-serif;
    background-color: #FFF;
    color: #5D781D;
    padding:2px;
}

#form_contacto .datos input, #form_contacto .datos select{
	margin-top: 5px;
	width: 31em;
	border: 1px solid #DEDEDE;
	font-size: 1em;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    background-color: #FFF;
    color: #5D781D;
    padding:2px;
}

#form_contacto .datos .desactivat {
    background-color: #FFFFE6;
}

#form_contacto .codi_seguretat input{
	margin-top: 5px;
	border: 1px solid #DEDEDE;
	font-size: 1em;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    background-color: #FFF;
    color: #5D781D;
    padding:2px;
}

.td_captcha img{
	vertical-align: middle;
    cursor: help;
    padding-right:10px;
    border:none;
}

#aviso_legal{
	height: 5em;
	overflow: auto;
	border: 1px solid #DEDEDE;
	margin-top: 5px;
	background-color: #FFF;
	width: 43em;	
    padding:2px;
}

#aviso_legal p{
    margin: 8px 5px 8px 4px;
    text-align: justify;
	font-size: 1em;  
    line-height:;
}

#form_contacto select{
	margin-top: 5px;
	width: 195px;
	border: 1px solid #DEDEDE;
	font-size: ;
    background-color: #FFF;
}

#botons_formulari input{
	color: #5D781D;
	width: 87px;
	margin-top: 5px;
    margin-bottom: 5px;
	background-color: #E0DFE3;
	font-size: ;
}	

#enviar{
	font-weight: bold;
}

#borrar{
	margin-right: 20px;
	font-size: ;
}

#form_contacto ul, {
	list-style-position: inside;
	list-style-type: square;
	margin: 0px 5px 5px 4px;
	padding: 0px;
    color: #5D781D;   

}
#form_contacto li{
    text-align: justify;
	margin: 10px 5px 10px 4px;
	padding: 0px;
	font-size: 1em;
    line-height:;
    color:#5F5F5F;
}

#aceptar_condiciones{
	margin: 5px 0 5px 0;
}

#aceptar_condiciones input{
	border: none;
	font-weight: normal;
	width: 20px;
	font-size: ;
}

#aceptar_condiciones label{
	font-weight: normal;
	vertical-align: middle;
	font-size: 1em;
}

/******* !! ESTILS INPUT FILE !! *******/

.file {
	font-size: ;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    background-color: #FFF;
    border: 1px solid #DEDEDE;
}


#form_contacto .datos input:focus, #form_contacto .datos select:focus{
border:1px solid #CC0000;
}

#form_contacto .datos input.petit{width:8em;}