html, body{
	height:100%;
}

#enc{
	width:100%;
	height:20%;
	font-weight:bold;
	font-size:100px;
	font-family:arial;
	background-color:#ccffff;
	text-align:center;
/*	float:left;*/
}

#barra{
	width:100%;
	height:10%;
	font-weight:bold;
	font-size:50px;
	font-family:arial;
	background-color:#ccffcc;
	text-align:center;
/*	clear:left;
	float:right;*/
}

.enlaces{
	width:20%;
	height:60%;
	font-weight:bold;
	font-size:50px;
	font-family:arial;
	background-color:#99ccff;
/*	clear:right;*/
	text-align:center;
	float:left;
}

#cont{
	width:60%;
	height:60%;
	font-weight:bold;
	font-size:80px;
	font-family:arial;
	background-color:#ccff66;
	text-align:center;
	float:left;
}

#pie{
	width:100%;
	height:10%;
	font-weight:bold;
	font-size:50px;
	font-family:arial;
	background-color:#cc99ff;
	text-align:center;
	clear:left;
	float:left;
}