html, body { height:100%; }
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/fondo.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	text-align:justify;
	font-size: 12px;
}
a {
	color:#F09;
	text-decoration:none;
}
a:hover { text-decoration:underline; }
ul { padding-left:1em; }
img { border: none; }
.bordered { border:1px solid #aaa; }
h1 {
	text-align:right;
	margin:2px;
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3, h5 { margin-bottom:4px; }
textarea { background:#ccc; color:#333; border:1px solid #aaa; }
#content {
	width:700px;
	background:#000;
	margin-left:auto;
	margin-right:auto;
	padding:8px;
	border-left:10px solid #ccc;
	border-right:10px solid #ccc;
}
.footer {
	font-size: 10px;
}
