#splash {
	position: relative;
	top:0px;
	width:900px;
	height: 225px;
	margin: auto;
	clear:both;
}
#splash:lang(es) {
	background: url(images/cabeceras/placercast.jpg) no-repeat;
}
#splash:lang(en) {
	background: url(images/cabeceras/placercast.jpg) no-repeat;
}
#splash:lang(gl) {
	background: url(images/cabeceras/placergal.jpg) no-repeat;
}
#splash:lang(fr) {
	background: url(images/cabeceras/placerfr.jpg) no-repeat;
}
#splash:lang(br) {
	background: url(images/cabeceras/placerbra.jpg) no-repeat;
}
#splash a {
	display:block;
	text-decoration:none;
	height:100%;
}

