body {
	padding:0;
	background-color:#111;
	color:#fff;	
	background-image: url("img/web.png");
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 10px,10px;
	
	font-family:monospace, serif, sans-serif;
	font-style:normal;
	font-weight:normal;
}

.margen
{
	float:left;
	width:23%;
	color:black;
}

.main
{
	float:left;
	width:50%;
}
	
p {
	text-indent: 1px;
	text-align: justify;
	text-decoration: underline;
	letter-spacing: 2px;		
}

a:link {
	text-decoration: none;
	color:#999;
}

a:visited {
	text-decoration: none;
	color:#999;
}

a:hover {
	text-decoration: underline;
	letter-spacing: 2px;
	color:#999;
}

a:active {
	text-decoration: underline;
	letter-spacing: 2px;
	color:#red;
}

table
{
	text-align: center;
}

.header
{
	background-color:gray;
	border:1px ridge #c3c3c3;
	padding:3px;
	vertical-align:center;
	text-align:center;
}
.cell
{
	border:1px ridge #c3c3c3;
	padding:3px;
	vertical-align:center;
	text-align:center;
}




