body{
	margin:0px;
	height: 100%;
	width: 100%;
	background-color: #d1eefa;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#total {
	height: 100%;
	width: 100%;
	padding-top: 10%;
	padding-bottom: 10%;
	margin: 0px;
}
#general{
	height: 511px;
	width: 723px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/intro_idiomas.jpg);
	background-repeat: no-repeat;
}
#espacio_idiomas {
	height: 170px;
}


/**************  idiomas  *******************/
#idiomas {
	height: 190px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#idiomas p {
	margin: 8px;
}
#idiomas a {
	color: #000000;
	text-decoration: none;
}
#idiomas a:hover {
	text-decoration: underline;
}
#idiomas a:visited {
	text-decoration: none;
}

#idiomas .euskera {
	margin-left: 45px;
}
#idiomas .castellano {
	margin-top: 25px;
	margin-right: 145px;
}
#idiomas .frances {
	margin-top: 37px;
	margin-left: 100px;
}
#idiomas .english {
	margin-top: 38px;
	margin-right: 100px;
}

/**************  logos  *******************/
#logos {
	height: 135px;
	text-align: center;
	padding-left: 15px;
}
#logos img {
	margin-right: 30px;
	margin-left: 30px;
	}
