@charset "utf-8";
/* CSS Document */
#tabla {
	text-align: center;
}
header { display:none; 
}
#page-wrap:after { 
	content: "Smartphone Layout"; 
}
#bodyindex { 
	background: #A0A0A0;
	font-size: large;
}
#bodyasig {
	background: #A0A0A0;
}
nav {
	background-color: #C8C8C8;
	border-radius: 24px 24px 24px 24px;
}
section h1 {
	background-color: #808080;
}
footer { display: none; 
}