body{
	height: 100%;
	width: 100%;
	margin: 0%;
	padding: 0%;
	background: url();
	background: #434952;
		
}

.caja header{
	margin: 10px;
	height: 70px;
	border-style: solid;
	display: block;
	background: url(qn.jpg) repeat-x;
}
.caja header h1{
	padding: 20px;
	font-family: cursive;
}

.caja nav{
	height: 90em;
	width: 25%;
	border-style: solid;
	float: left;
	margin: 5px;
}

.caja nav ul{
	list-style-type: none;
	margin: 10px;
	padding: 10px;
	font-family: fantasy;
	font-size: 25px;

	
}

.caja nav .blog{
	width: 220px;
	height: 150px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.caja nav ul li a{
	color: #000;
	font-size: 25px;


}
.caja nav ul li a:hover{
	color: red;

}
.caja section{
	height: 90em;
	width: 47%;
	border-style: solid;
	float: left;
	margin-top: 5px;
	margin-right: 2px;
	margin-left: 11px;
	margin-bottom: 5px;
	padding: 2px;


}

.caja section header{
	padding: 10px;
	height: 60px;
	margin-top: 5px;
	margin-bottom: 5px;

}
.caja section h2{
	float: left;
	margin-right: 10em;
	color: black;
}
.caja section img{
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;

}

.caja section article{
	border-style: solid;
	padding: 10px;
	height: 62em;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-right: 5px;
	margin-left: 5px;
	font-family: fantasy;
	font-size: 15px;
	color: #ccc;

}
.caja section article h3{
	color: black;
}

.caja section footer{
	padding: 22px;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: bottom;


}

.caja aside{
	height: 90em;
	width: 20em;
	border-style: solid;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 7px;
	margin-left: 5px;

}
.caja aside ul{
	list-style-type: none;
	margin: 10px;
	margin-bottom: 20px;
	padding: 0px;

	border-left-width: 10px;

}
.caja aside h3,h4{
	font-family: fantasy;
	font-size: 20px;

}

.caja aside #visita{
	margin-bottom: 50px;
}

.caja aside #visita li{
	margin-bottom: 100px;
}

.caja aside a{
	color:#000;
	font-family: fantasy;
	font-size: 20px;
}
.caja aside a:hover{
	color: red;
}
.caja aside ul li p{
	font-family: fantasy;
	font-size: 20px;
	color: #ccc;
}

/*.caja aside #música{
	margin-bottom: 30px;
}*/

.caja aside #video{
	margin-bottom: 30px;
}

.caja section footer{
	height: 100px;

}
.caja footer{
	height: 40px;
	border-style: solid;
	margin: 5px;
	margin-bottom: 20px;
	padding: 2px;
	display: block;
	clear: both;
	background: url(qn.jpg) repeat-x;
}
h3,h2{
	color: red;
}