/* Aspectos estructurales de la página */
body {
	margin: 1.5em;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	background: url(http://www.supernordico.com/imagenes/fondo2.jpg) no-repeat center 280px;;
}

#PAGINA{
	width: 58em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#CONTENEDOR{
	width: 100%:
}
#ARRIBA{
	width: 100%;
	clear: both;
}
#ARRIBA #ELLOGO{
	width: 12em;
	text-align: center;
	padding: 0;
	float: left;
}
#ARRIBA #TABS{
	float: right;
	width: 44.5em;
	clear: none;
}
#TITULAR{
	width: 100%;
	clear: both;
	background: url(http://www.supernordico.com/imagenes/barraTitulo.png) no-repeat right bottom;
	height: 35px;
}
#CENTRO{
	width: 100%;
	clear: both;
	margin-top: 1.2em;
}
#CENTRO #MENUS{
	float: left;
	width: 12em;
	height: 550px;
}
#CENTRO #PRINCIPAL{
	float: right;
	width: 44.5em;
	clear: none;
}
#PIE{
	clear: both;
	width: 100%;
	margin-top: 4em;
	border-top: 1px dotted #CCC;
	padding: 2px;
	text-align: center;
}
