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

header{
	height: 16%;
	background:#DD9EFF;
	border-radius: 2em;
	margin: 1em;
	padding: 0.1em
}
nav{
	width: 80%;
	height: 10%;
	background:#FFF579;
	border-radius: 2em;
	margin: 1em;
	display: flex;
	padding-left:150px;
}
.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
}
h4{
	font-size: 23px;
	text-align: center;
}
h5{
	font-size: 15px;
}
li {
	margin-top: 5px;
}
p{
	padding-left: 10px;
}

.boton{
	width: 165px;
	height: 60px;
	background-color:#88E7FF; 
	border-radius: 2em;
	transition: background-color 1s;
	margin: 7px;
	margin-right: 40px;
	
	
}

.boton:hover{
	background-color:#63AEFF;
}

.boton p{
	text-align: center;
	font-weight: bold;
	line-height: 1.7em;
	font-size: 1em;
	padding-right: 0.5em;
}

.boton a{
	text-decoration: none;
	color: darkslateblue;
}

#contenedor{
	width: 900px;
	height: 750px;
	background:#EBD7FF;
	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;
	
}
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;
	
}

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

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