@charset "utf-8";
/* CSS Document */
*{
	font-family:"Comic Sans MS";
}
body{
	margin: 0 auto;
	width:100%;
	height:100%;
	background-color:#444444;
}
header, nav, section, article, footer, aside {
	display:inline-block;
}
header{
	width:100%;
	height:120px;
	border-radius: 0.5em;
	background-image: url(../imagenes/banner.jpg);
}
nav{
	float:center;
	width:100%;
	height:55px;
	border-radius: 0.5em;
	}
section{
float:left;
width:60.5%;
height:420px;
background-color:#4F4B4C;
border-radius: 0.5em;

}
aside{
float:right;
width:39%;
height:420px;
background-color:#4F4B4C;
border-radius: 0.5em;
}
#menu{
	background:#C8C7C7;
}
#menu li{
	display:inline-block;
	list-style:none;
	padding:5px;
	font: bold 15px sans-serif,sogoe;
	float:none;
}
#texto1{
	float: right;
	height: 40%;
	width: 50%;
	text-align: justify;
}
#texto2{
	float: top;
	height: 50%;
	width: 70%;
	text-align: justify;
}