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

*{
	
	margin: 0;
	padding: 0;
}

#contenedor{
	width: 1200px;
	height: 800px;
	background: #4B527E;
	margin: auto;
}
header{
    height: 20%;
    background: #2E4374;
    margin-top: 0px;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 10px;
	border-radius: 20px;
	text-align: center;

}

.cabecera_rojo{
	color:#E5C3A6;
	font-family:"cooper-black-std"; 
	font-size: 120px;
}

nav{
    height: 10%;
    background: #7C81AD;
    margin-bottom: 15px;
    margin-right: 7px;
    margin-left: 30px;
    border-radius: 20px;
    padding-right: auto;
    padding-left: 300px;
    width: 840px;
    display: flex; /*ayuda a colocar las cajas como si fueran celdas de una tabla*/
}		
.boton{
    width: 370px;
    height: 43px;
    background-color: #E5C3A6;
    border-radius: 5em;
    cursor: pointer; /*curso en forma dedo*/
    margin-top: 20px;
    margin-right: 268px;
    margin-left: -80px;
    margin-bottom: 22px;
    padding-top: 2px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
 }
.boton:hover{
		background-color:rgba(76,82,126,1.00); 
		}
.boton p{
			text-align: center;
			font-size: 2em;
	      color:rgba(125,129,173,1.00);
			font-weight: bold;
			line-height: 1,9em;/*en este caso he utilizado la interlinea para centrar texto en la vertical*/
}
.boton a{text-decoration: none;
	color: rgba(125,129,173,1.00)
}
img{
    margin: 5px;
    border-radius: 2em;
    margin-right: 50px;
    margin-left: 50px;
    margin-top: 5px;
    margin-bottom: 38px;	
}
#contenido{
	height: 50%;
	margin-right: 30px;
    margin-left: 30px;
}
section{
    width: 45%;
    height: 95%;
    background: #2E4374;
    border-radius: 20px;
    float: left;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 63px;
}

aside{
    width: 45%;
    height: 95%;
    background: #2E4374;
    border-radius: 20px;
    padding-left: 27px;
    float: right;
}
footer{
    height: 13%;
    background: #7C81AD;
    margin-top: 3px;
    margin-right: 30px;
    margin-left: 30px;
    border-radius: 20px;
    padding-bottom: 0px;
    padding-top: 21px;
    padding-right: 0px;
    padding-left: 37px;
}
