/* CSS Document */
html, body {
       height: 100%;
}


#contenedor{
	min-height:100%;
	/*width:80em;*/
	width:100%;
	margin: 0 auto;
	background-color:#FFFFFF;
	color: #000000;
}
 
* html #contenedor {
   height:100%; /*solo explorer*/
}
 
#cabecera{
		/*width:80em;*/
	width:100%;
	margin: 0 auto;
}

#navegacion{
	width:80em;
	margin:0 auto;
	padding-top: 1.6em; /*NUEVO PARA DEJAR ESPACIO CON OPCIONES MENU NAVEGACION*/
	clear:both; /*para evitar que navegación se suba en el firefox a la capa de cabecera*/
}

#migas{
	position:relative;
		/*width:80em;*/
	width:100%;
	clear:both;
	margin: 0 auto;
}

#contenido{
		/*width:80em;*/
	/*width:48em;*/
	width:100%;
	position:relative;
	margin: 0 auto;
	padding-bottom:4em; /*con esto evitamos el que el pie se superponga al contenido */
}

#contenidoIzquierda{
	
}

#contenidoDerecha{
	
}

#pie{
	height:2em;
	background:#FFFFFF;
	color: #000000;
	position:relative;
		/*width:80em;*/
	width:48em;
	margin:-2em auto 0 auto;
	/*margin-top:-2em;*/
	margin-left:22em;
}
