@charset "utf-8";
/* CSS Document */
<style type="text/css">
@font-face{font-family: 'Lobster';}

body { 
	color: #fff;
	font-family:'Lobster', monospace, serif; 
	background: black url('wallpaper.jpg');
	background-size: relative;
	background-color: #000; 
	/*background-width:480px;*/}

h1 { font-size: 3em; text-align: center;}

h2 { font-size: 2.5em; text-align: left;}

h3 { font-size: 1.5em; text-align: left;}

h4 { font-size: 1.1em; text-align: left;}

p { text-align: justify; font-size: 1em;}


a:hover {
	color: red;
	}

a {
	font-size: 1.1em;
	padding: 6px;
	}

.caja {font-family:'Lobster', monospace, serif;}

.caja header {
	padding: 5px;
	text-align: center;
	margin-bottom: 5px;}

.caja header h2 {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	text-align: left;}

.caja header h3 {
	margin-left: 60px;
	padding: 0px;
	display: inline-block;
	text-align: right;}

.caja header p {
	margin-left: 60px;
	padding: 0px;
	display: inline-block;
	position: relative; 
  	right: 0px; }

.caja aside {
	float: right;
	width: 10%;
	text-align: center;}

.caja article {
	width: 90%;
	float: left;
	margin-bottom: 15px;}

.caja footer {
	text-transform: uppercase;
	position: relative;
	margin-top: 5px;
	bottom: 5px;
	padding: 5px;
	clear: both;}

/*.caja nav {
	background-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 5px;}

.caja nav ul {
	margin: 0px;
	padding: 5px;
	list-style-type: none;}

.caja nav ul li {
	display: inline;}

.caja nav ul li a {
	padding-right: 5px;
	padding-left: 5px;
	color: #000;
	background-color: #E6E6E6;}*/



</style>