@charset "utf-8";
/* CSS Document */
body{
	
#mipagina{
	width: 100%;
	text-align: center;
}
#cabecera,#seccion,#columna{
		background-color: Blue;
		border: 2px;
		border-radius: 25px;
		margin: 5px;
}
#cabecera{
	height: 100%;
	
}
#menu{
	background:#0AAEFA

#navegacion{
	height: 75%;
	
}
#seccion{
	width: 69%;
	float: left;
}
#columna{
	width: 28%;
	float: rigth;
}
#pie{
	 { margin: 0.5%; padding: 0; }/*Quitamos unas propiedades que por defecto traen los navegadores y las ponemos en "0"*/ html, body { height: 100%; } #wrap { min-height: 100%; } #main { overflow: auto; padding-bottom: 50px; text-align: center; }/* Altura en px del footer */ #footer { position: relative; margin-top: -50px; /* altura en px del footer con valor negativo */ height: 50px; /* Altura del Footer en px*/ clear: both; background: #286af0; text-align: center; color: #0aaefa; } /*Opera Fix*/ body:before { content: ""; height: 100%; float: left; width: 0; margin-top: -32767px;/* Efecto Negativo para OPERA*/ } - 
	 @media screen and (max-withd=900px){
	 #mipagina {width: 100%;}
	 } 
}
