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

header{
	height: 17%;
	background:#DD9EFF;
	border-radius: 2em;
	margin: 1em;
	padding: 0.1em
}
.cabecera_1{
	color: darkslateblue;
	text-align: center;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
			font-size: 45px
}

#contenedor{
	width: 900px;
	height: 750px;
	background:#FFF579;
	margin: 0.5em auto;
	padding: 1em;
	border-radius: 1em;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";

}

#contenido{
	height: 60%;
	width: 100%;
	background:#DD9EFF;
	border-radius: 1em;
	margin-top: 25px;
	
}
section{
	height: 100%;
	width: 50%;
	float: left;
	background:#88E7FF;
	padding-left: 10px;
	border-radius: 1em;
}
aside{
	height: 100%;
	width: 45%;
	background: #63AEFF;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 1em;
	
}
li {
	margin-top: 15px;
	padding-right: 20px;
}

h4{
	font-size: 23px;
}

img {
	border-radius: 1em;
	margin-top: 15px;
	margin-left: 50px;
}

footer{
    height: 7%;
    width: 95%;
    background:#EBD7FF;
    margin: 0.5em;
	margin-top: 45px;
    border-radius: 2em;
    padding-top: 0.5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
}