
/*------------------------------------------------------------------------ INDEX ------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../img/skins/web/body_background.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #212449;
	background-color: #ffcc66;
}
a:focus {
	outline:none;
}
#contenedor {
	margin-right: auto;
	margin-left: auto;
	width: 955px;
	background-image: url(../img/skins/web/select_language.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 600px;
}

/*reseteado, caracteristicas principales, quitar puntos, centrado de la pagina*/



/*--------------------------------- CUERPO ---------------------------------*/


h1 , h2{
	text-indent: -9999px;
}
#idiomas ul  {
	margin-top: 225px;
	float: left;
	margin-left: 200px;
}
#idiomas ul li  {
	display: inline;
	list-style-type: none;
}
#idiomas ul li a  {
	display: block;
	height: 77px;
	width: 77px;
	float: left;
	text-indent: -9999px;
	margin-left: 10px;
}
#castellanog a {
	background-image: url(../img/skins/web/castellano_grande.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#euskerag a {
	background-image: url(../img/skins/web/euskera_grande.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#englishg a {
	background-image: url(../img/skins/web/english_grande.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#nihongog a {
	background-image: url(../img/skins/web/nihongo_grande.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.firma {
	background-image: url(../img/skins/web/firma.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 21px;
	width: 98px;
	text-indent: -9999px;
	margin-left: 20px;
	margin-top: -20px;
}
p {
	display: block;
	width: 150px;
	margin-left: 650px;
	margin-top: 500px;
}
