html, body {
	height:130%;
	width:100%;
	margin:0%;
}

.primero {
	width:100%;
	height:25%;
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	background: -webkit-linear-gradient(top,#81DAF5,#01A9DB);
	background: -moz-linear-gradient(top,#81DAF5,#01A9DB);
	background: -ms-linear-gradient(top,#81DAF5,#01A9DB);
}

.logo {
	width:60%;
	height:100%;
	font-family:Dancing Script;
	font-weight:bold;
	color: #FFFFFF;
	font-size: 10em;
	justify-content:center;
	align-items:center;
	text-shadow: 0px 0px 20px #000000;
	display:flex;
}

.logo:hover{
	font-size: 11em;
}

.botonpadre {
	width:40%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0% 1% 0% 1%;
	flex-wrap:wrap;
}

.boton1 {
	height:70px;
	width:150px;
	font-size: 110%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border:1%;
	border-style:solid;
	background: -webkit-linear-gradient(top,#FF66B2,#99004C);
	background: -moz-linear-gradient(top,#FF66B2,#99004C);
	background: -ms-linear-gradient(top,#FF66B2,#99004C);
}

.boton2 {
	height:70px;
	width:150px;
	font-size: 110%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border:1%;
	border-style:solid;
	background: -webkit-linear-gradient(top,#FF66B2,#99004C);
	background: -moz-linear-gradient(top,#FF66B2,#99004C);
	background: -ms-linear-gradient(top,#FF66B2,#99004C);
}

.boton3 {
	height:70px;
	width:150px;
	font-size: 110%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border:1%;
	border-style:solid;
	background: -webkit-linear-gradient(top,#FF66B2,#99004C);
	background: -moz-linear-gradient(top,#FF66B2,#99004C);
	background: -ms-linear-gradient(top,#FF66B2,#99004C);
}


.contenido {
	width:100%;
	height:75%;
	border-top:1%;
	border-top-color:#81DAF5;
	border-top-style:dashed;
	display:flex;
	flex-direction:row;
	background-color:#BCA9F5;
}

.menu {
	height:100%;
	width:20%;
	background-color:#FA58AC;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

.temas {
	height:30%;
	width:80%;
	font-family:'Josefin Sans';
	color:white;
	font-size:25px;
	text-decoration:none;
	margin-bottom:5%;
	margin-top:5%;
}

.mistemas {
	padding:2%;
	font-size:1.5em;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
}

a {
	text-decoration:none;
	color:white;
}

.enlaces:hover {
	font-size:30px;
}

.conejo {
	height:50%;
	width:90%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.contenedor {
	margin:2%;
	width:80%;
}

h1 {
	padding:1%;
	text-align:center;
}

p {
	padding:1%;
	text-align:justify;
	font-family: 'Indie Flower';
	font-size:20px;
	font-weight:bold;
}

.carpeta {
list-style-image:url(https://rco.neocities.org/imagenes/folder-small.png);
  }