@charset "UTF-8";
/* CSS Document */

#formContenedor 
{
	width:780px;
	margin-left: 75px;
	float: left;
}


input 
{
	width:600px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #666666;
	background-color: #E4F6FF;
}

textarea
{
	width:600px;
	height:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid;
}

button {
	width:100px;
	height:22px;
	font-family:Verdana;
	font-size:11px;
}

.label {
	width:110px;
	text-align:left;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, Arial;
	font-size: 12px;
	color: #2192FA;
}
.txt {
	text-align:left;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, Arial;
	font-size: 11px;
	color: #333333;
}
.txt_link {
	text-align:left;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, Arial;
	font-size: 10px;
	color: #0066FF;
	text-decoration: none;
}

.campo { width:240px; }

.ayuda {
	width:50px;
	text-align:left;
}

.inputNormal {
	border:1px solid #CCDCC8;
	background-color: #e9ffd9;
}

.inputError
{
	border:1px solid #FF0000;
	background-color:#FFF4F0;
	color:#FF0000;
}

/* Capas de transparencia y mensajes de confirmacion */

#transparencia
{
	background-color:#FFFFFF; 
	z-index:1; 
	position:absolute;
	width:400px;
	height:260px;
	display:none;
	opacity:0.95; filter:alpha(opacity="95");
}

#transparenciaMensaje
{
	position:absolute;
	width:300px;
	height:100px;
	margin-top:-50px;
	margin-left:-150px;
	top:50%;
	left:50%;
}

/* Mensajes de ayuda */

#mensajesAyuda
{
	width:160px;
	font-family:Verdana;
	font-size:10px;
	border:4px solid #E4F6FF;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	text-align:center;
	color:#666666;

}

#ayudaTitulo
{
	background-color:#E4F6FF; 
	color:#E4F6FF; 
	padding:1px;
}

#ayudaTexto
{
	vertical-align:middle;
	padding:2px;
	background-color: #FFFFFF;
}
.general_form {
	border: 30px solid #FFFFFF;
}

#sombra_modul { 
	width: 30px; 
	height: 30px; 
	background-image: url("formulari/ayuda.png") !important;
	background-image: none; 
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='formulari/ayuda.png'); 
	repeat: none;
}
.taula_text_general {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding: 30px;
}

.anunciat_titol_cont {
	font-size: 28px;
	text-align: left;
	color: #E80017;
	font-weight: bold;
	line-height: 1;
	padding-left: 75px;
	margin-bottom: 20px;
}

.anunciat_txt_cont {
	text-align: left;
	line-height: 1;
	padding-left: 75px;
	margin-bottom: 20px;
}




#im_pregunta {
	width: 18px;
	height: 18px;
	background-image: url("formulari/ayuda.png") !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='formulari/ayuda.png'); 
	repeat: none;
	}
.separador_contactar {
	height: 60px;
}


.zona_contactar {
	font-size: 11px;
	width: 928px;
	margin: 0 auto;
	background-color:#FFF;
	height: 1100px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-image: url(../images/barra_sup.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.dades {
	float: left;
	width: 350px;
	height: 500px;
	margin-left: 75px;
	margin-top: 60px;
	margin-right: 40px;
}
.mapa {
	float: right;
	height: 500px;
	width: 325px;
	margin-top: 60px;
	background-color: #E9FFDA;
	padding: 20px;
	border: 1px solid #cccccc;
	margin-right: 75px;
}
.txt_activat:visited {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
