body {
	background:#680F41 url(../img/degradado.png) top repeat-x 
}

div {
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
	vertical-align:middle;
}

div.capaIndex {
	background-image:url(../img/index.png);
	background-repeat:no-repeat;
	background-position:center;
	width:814px;
	height:550px;
	margin-top:-275px;
	margin-left:-407px;
}

div.castellano {
	margin-top:5px;
	margin-left:-120px;
}

div.english {
	margin-top:5px;
	margin-left:-5px;
}

a {
	display:block;
	height:35px;
	width:119px;
	background-position:center;
	background-repeat:no-repeat;
}

a.castellano {
	background-image:url(../img/bienvenido.png);
}

a.castellano:hover {
	background-image:url(../img/bienvenido_a.png);
}

a.english {
	background-image:url(../img/welcome.png);
}

a.english:hover {
	background-image:url(../img/welcome_a.png);
}
