@charset "UTF-8";
/* CSS Document */

*{
	
	margin: 0;
	padding: 0;
}

#contenedor{
	width: 1200px;
	height: 1000px;
	background: #83D1FF;
	margin: auto;
}
header{
    height: 15%;
    background:#AAF2FF;
    margin-top: 0px;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 10px;
	border-radius: 20px;
	text-align: center;

}

.cabecera_azul{
	color:#FFFFFF;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-size: 100px;
}

nav{
    height: 10%;
    background: #AAF2FF;
	margin-bottom: 15px;
	margin-right: 30px;
    margin-left: 30px;
	border-radius: 20px;
	width: 1140px;
    display: flex; /*ayuda a colocar las cajas como si fueran celdas de una tabla*/
}

#contenido{
	height: 50%;
	background:#83D1FF;
	margin-bottom: 15px;
	margin-right: 30px;
    margin-left: 30px;
	border-radius: 20px;
}
section{
	width: 40%;
	height: 90%;
	background: #AAF2FF;
	float: left;
	border-radius: 20px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	color:#0C00FF;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}
aside{
	width: 40%;
	height: 90%;
	background: #AAF2FF;
	float: right;
	border-radius: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	text-align: center;
	color:#0C00FF;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	
}
footer{
	height: 12%;
	background:#AAF2FF;
	margin-top: 12px;
	margin-right: 30px;
	margin-left: 30px;
	border-radius: 20px;
	padding-top: 0px;
	margin-bottom: 1px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
    color: #FFFFFF;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	
	
}

.boton{
			width: 600px;
			height: 50px;
			background-color: #64C2FF;
			border-radius: 5em;
			cursor: pointer;
			/*cursor en forma dedo*/
			transition: background-color 1s;/*para hacer una transicion de color y el tiempo dura*/
			margin: 20px;
	        font-weight: bold;
		}
		
.boton:hover{
			background-color: #AAF2FF;/*pasar sobre boton cambia color*/
		}
		
.boton p{
			text-align: center;
			font-size: 2em;
			color: #FFFFFF;
			font-weight: bold;
		}
.boton a{
	text-decoration: none;
	color: #FFFFFF;
}
img{
	margin: 5px;
	border-radius: 2em;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

.boton_02{
    width: 450px;
    height: 30px;
    background-color: #64C2FF;
    border-radius: 5em;
    cursor: pointer;
    /*cursor en forma dedo*/
    transition: background-color 1s;/*para hacer una transicion de color y el tiempo dura*/
    margin-top: 8px;
    margin-right: 60px;
    margin-left: 337px;
    margin-bottom: 44px;
    font-weight: bold;
		}
		
.boton_02:hover{
    background-color: #AAF2FF;/*pasar sobre boton cambia color*/
    text-align: center;
		}
		
.boton_02 p{
			text-align: center;
			font-size: 4em;
			color: #FFFFFF;
			font-weight: bold;
		}
.boton_02 a{
    
    color: #FFFFFF;
    text-align: center;
}
