@charset "UTF-8";
#container {
	height: 600px;
}
#minMax {
	margin:0 auto;
	background-color: #FFFFFF;
	width: 1020px;
	height: 600px;
}
#logoif {
	float: right;
	width: 40%;
	height: 560px;
}
#contenido {
	float: left;
	width: 60%;
	height: 560px;
}
#navegacion {
	background-color: #FFFFFF;
	width: 1020px;
	height: 40px;
	float: left;
}
#footer {
	background-color: #333333;
	clear: both;
	width: 1020px;
	height: 40px;
}
body {
	background-color: #333333;
	
}
#idiomas {
	width: 400px;
	height: 40px;
	margin-top: 250px;
	margin-left: 100px;
	position: absolute;
	z-index: 1;
}
