@charset "UTF-8";
/* CSS Document */


.class{
    text-align: center;
    font-style: oblique;
    font-weight: 900;
}

main{
	width: 1200px;
	height: 800px;
	background: #2428E6;
	margin: 0.5em auto;
	padding: 0.5em;
	border-radius: 1em;
}
header{
	height: 8%;
	background: #3CA05E;
	border-radius: 1em;
	margin: 1em;
	padding: 0.5em;
}
nav{
    height: 10%;
    background: #468DBE;
    border-radius: 1em;
    margin: 1em;
    padding: 1px;
    text-align: center;
	padding-top: 3%
}	
#contenido{
	height: 55%;
	background-color: darkcyan;
	margin: 1em;
	padding: 1em;
	border-radius: 2em;
	padding-left: 3%
}
section{
	height: 93%;
	width: 35%;
	background: #2665A9;
	float: left;
	border-radius: 1em;
	padding-top: 30px;
	
}
aside{
    height: 100%;
    width: 60%;
    float: right;
    background: #2665A9;
    border-radius: 1em;
    line-height: 2.5em;
    text-align: center;
}
#footer{
    height: 10%;
    background: #4D678D;
    border-radius: 8em;
    margin: 2em;
    padding: 0.1em;
    text-align: center;	
}

body{
	background-color:cadetblue;
}
