/* CSS Document */
* { margin: 0; padding: 0; }

body { background: #fff url(../imatges/bg_page_prehome.gif) repeat-x left top; }



#container {
	width: 860px;
	height: 605px;
	background: url(../imatges/bg_prehome.gif) no-repeat left -1px;
	margin: 0 auto;
	position: relative;
}

#encuesta {
	width: 395px;
	height: 215px;
	background: url(../imatges/img_encuesta.jpg) no-repeat left top;
	position: absolute;
	top: 50px;
	left: 465px;
}

	#encuestaLinkEN { width: 150px; height: 40px; /* border: 1px solid #fff ; */ display: block; position: absolute; top: 0; left: 0; }
		#encuestaLinkEN span { display: none; }
	#encuestaLinkES { width: 160px; height: 40px; /* border: 1px solid #000 ; */ display: block; position: absolute; top: 165px; left: 235px; }
		#encuestaLinkES span { display: none; }

#idiomas {
	width: 280px;
	height: 53px;
	background: url(../imatges/img_prehome_botones.gif) no-repeat left top;
	position: absolute;
	top: 380px;
	left: 350px;
}
	#idiomasLinkES { width: 85px; height: 35px; /* border: 1px solid #fff ; */ display: block; position: absolute; top: 10px; left: 30px; }
		#idiomasLinkES span { display: none; }
	#idiomasLinkEN { width: 75px; height: 35px; /* border: 1px solid #000 ; */ display: block; position: absolute; top: 10px; left: 180px; }
		#idiomasLinkEN span { display: none; }

#direccion {
	width: 320px;
	height: 55px;
	/* border: 1px dashed #000; */
	position: absolute;
	top: 550px;
	left: 530px;
}
	#direccion p { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 150%; text-align: right; color: #900; }
	
	#direccion p.legal a:link, #direccion p.legal a:visited { color: #900; font-size: 11px; text-decoration: none; }
