#contenedor {
	width: 960px;
	height: 650px;
	position: absolute;
	left: 50%;
   	top: 50%;
   	margin-left: -500px;
   	margin-top: -300px;
}
#logo img{
	width: 960px;
	margin-bottom: 50px;
}
#idiomas {
	width: 960px;
	padding: 20px 0px 20px 0px;
	border-top: solid 5px gray;
	border-bottom: solid 5px gray;
	text-align: center;
}
#idiomas a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16pt;
	color: gray;
}
#idiomas a.medio{
	margin: 0px 100px 0px 100px;
}