* {
	margin: 0;
	padding: 0;
}
body {
	margin: 20px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/fondo.jpg) no-repeat top left #1e001e;
	background-attachment: fixed;
}
#contenedor {
	width: 800px;
	margin: 0 auto;
}
/*menu*/
#menu {
	width: 200px;
	margin-right: 120px;
	float: left;
	font-size: 12px;
}
a {
	padding: 5px;
	color: white;
	background-color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	background-color: white;
}
/*contenido*/
#contenido {
	width: 480px;
	padding-top: 80px;
	padding-bottom: 40px;
	float: left;
}
#contenido table {
	width: 100%;
	background-image: url(images/box.png);
}
#contenido table th {
	width: 120px;
	padding: 30px;
	vertical-align: top;
}
#contenido table td {
	width: 300px;
	padding: 30px;
	padding-left: 0;
	vertical-align: top;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: white;
	margin-bottom: 20px;
}
h2 {
	font-size: 18px;
	color: white;
}
.feed {background-color: #FF6600;}
.feed:hover {color: #FF6600;}
/*factor ñ*/
#factorn {
	margin-top: 20px;
	margin-left: 180px;
	font-size: 9px;
}
#factorn a {
	color: white;
	background-color: transparent;
	padding: 0;
	text-decoration: underline;
}
#factorn a:hover {
	color: white;
	background-color: transparent;
}
