body{
	background: url(../img/bg.jpg);
	font-family: "Tahoma", sans-serif;
	margin: 0;
	background-size: cover;
}
a{
	text-decoration: none;
}
.menu{
	background: #B68900;
	color: #ffffff;
	padding: 20px;
	text-align: center
}
.menu a{
	color: #ffffff;
}
.header{
	font-family: "Impact";
	color: #222222;
	font-size: 64px;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: white;
	border-bottom: 1px solid #ccc
}
.principal{
	width: 1000px;
	margin: auto;
	background-color: white;
	height: auto;
}
.secundario{
	margin-top: 15px;
	float:left;
	width: 600px;
	height: 100%;
	background: #ffffff;
	padding: 20px
}
.panel{
	background: #ffffff;
	margin-top: 15px;
	float:right;
	width: 300px;
	height: 100%;
	padding: 20px
}
.fotos_pasatiempos{
	width: 100%;
}
.fotos_pasatiempos td{
	width: 50%
}
.fotos_pasatiempos td img{
	width: 90%
}