
body{
	font-family: 'Muli', sans-serif;
	margin: 0;
	padding: 0;
	color: #4d4d4d;
}
a{
	color: #1cbcb4;
	text-decoration: none;
}
a:hover{
	opacity: 0.5;
}
header h1{
	font-family: 'Inconsolata', monospace;
	background: #1cbcb4; 
	background: -webkit-linear-gradient(left top, #1cbcb4, #36b8e9); 
	background: -o-linear-gradient(bottom right, #1cbcb4, #36b8e9);
	background: -moz-linear-gradient(bottom right, #1cbcb4, #36b8e9); 
	background: linear-gradient(to bottom right, #1cbcb4, #36b8e9);
	color: #fff;
	text-align: center;
	margin: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 0px 100px;
}
nav{
	margin-left: 100px;
    margin-right: 100px;
	border-bottom: 2px solid #1cbcb4; 
}
nav ul{
	display: flex;
}
nav ul li{
	list-style:none;
	-webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    font-size: 1.2em;
    text-transform: uppercase;
}
.contenido{
	margin: 40px 100px;
}
p{
	text-align: justify;
}
h3{
	color: #36b8e9;
	font-weight: 200;
}
.contenido-flex{
	display: flex;
}
.flex-item{
	flex: 1 1 auto;
}
#bosque{
	margin-right: 30px;
	max-width: 150px;
}
#portatil{
	margin-left: 20px;
}
footer{
	background-color: #ddd;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
footer #fecha{
	margin-top: 10px;
	font-size: 0.7em;
}