html {
	font: small/1.4em verdana, tahoma, sans-serif;
}

body {
	background-image: url(../imagenes/intro_bg.png);
	margin: 0px;
}

#piezas {
	position: absolute;
	top: 218px;
	left: 250px;
	border: 0;
	width: 247px;
	height: 327px;
}

#franja_logo {
	position: absolute;
	top: 351px;
	left: 50px;
	border: 0;
	width: 1024px;
	height: 121px;
}

#entrar {
	position: absolute;
	bottom: 50px;
	right: 50px;
	border: 0;
	width: 63px;
	height: 13px;
}

#enter {
	position: absolute;
	bottom: 33px;
	right: 50px;
	border: 0;
	width: 63px;
	height: 13px;
}

/*****************************************
	Selector de idioma
*****************************************/
#sel_idioma {
	position: absolute;
	text-align: center;
	bottom: 5px;
	width: 100%;
}

#sel_idioma a {
	text-decoration: none;
	color: #ccc;
	font-size: 0.8em;
}

#sel_idioma a:hover {
	border-bottom: dotted 1px red;
}
