@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: 630px;
	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: 55%;
	width: 100%;
	background:#DD9EFF;
	border-radius: 1em;
	margin-top: 25px;
}

section{
	height: 100%;
	width: 48%;
	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;
}
	
h4{
	font-size: 23px;
}

img{
	border-radius: 1em;
	margin-right: 10px;
	
}
table{
	margin-top: 10px;
}

th{
	font-weight:normal;
}

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