@media screen and (min-width: 801px) {
body{
	font-family: 'Nunito', sans-serif;
	background-color: #ecebeb;
	color: #353535;
	margin-left: 12%;
	margin-right: 15%;
	margin-top: 17%;
}
h1{
	font-size: 100px;
	margin-bottom: 10px;
	margin-top: 0;
}
img{
	height: 250px;
}
a{
	color: #327a0c;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #c90023;
}
.imagen{
	float: right;
}
.texto{
	float: left;
	margin-bottom: 15px;
}
#sub{
	font-size: 20px;
}
div{
	width: 350px;
}
}

@media screen and (max-width: 800px) {
	body{
	font-family: 'Nunito', sans-serif;
	background-color: #ecebeb;
	color: #353535;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 17%;
}
h1{
	font-size: 100px;
	margin-bottom: 10px;
}
img{
	margin-top: 30px;
	height: 200px;
	align-items: center;
}
a{
	color: #327a0c;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #c90023;
}
#imagen{
	float: center;
.texto{
	float: left;
	margin-bottom: 15px;
}
#sub{
	font-size: 20px;
}
div{
	width: 350px;
}
}