body {
	background-image: url(./relleno.jpg);
	background-repeat: repeat-y;
	background-color: rgb(0, 0, 0);
	text-align: left;
	margin: 0px;
	padding: 0px;
	}
#contenedor {
	margin: 0px auto;
	width: 780px;
	height: auto;
	border: 0px;
	border-left: 0px solid rgb(51,51,51);
	border-right: 0px solid rgb(51,51,51);
	}
#contenedor a {
	color: rgb(255, 255, 0);
	}
#encabezado {
	background-image: url(./colors.jpg);
	background-repeat: no-repeat;
	height: 124px;
	border: 0px;
	}
#encabezado a.logo {
	margin-left: 50px;
	font-family: cursive, sans-serif;
	font-size: 20px;
	}
#menu {
	padding-top: 2px;
	width: 100%;
	height: 21px;
	background-image: url(./relleno.jpg);
	background-repeat: repeat-y;
	text-align: center;
	margin: 44px 0px 0px 0px;
	border-top: 1px solid rgb(51,51,51);
	border-bottom: 1px dotted rgb(111,111,111);
	}
#menu ul {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
#menu ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	font-size: 18px;
	color: rgb(255,255,25);
	}
#menu ul li a:link, #menu ul li a:visited {
	font-size: 18px;
	text-decoration: none;
	color: rgb(255,255,60);
	}
#menu ul li a.estas_aqui:link, #menu ul li a:hover, #menu ul li a.estas_aqui:visited {
	border-top: 2px solid rgb(185,25,25);
	border-bottom: 2px solid rgb(185,25,25);
	padding-bottom: 0px; /* que las lineas vayan cerca del texto */
	padding-top: 0px;    /* que las lineas vayan cerca del texto */
	color: rgb(153, 0, 0);
}
#menu ul li a.estas_aqui {
	font-weight: bold;
	}
#cuerpo {
	height: auto;
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	}
#cuerpo h6 {
	color: #70;
	font: 10px sans-serif, serif;
	margin: 2px auto;
	}
#cuerpo h6 a {
	color: rgb(30,150,100);
	}
#contenido {
	color: rgb(143,43,123);
	font: 9pt sans-serif, monospace, serif;
	height: auto;
	padding: 0px;
	margin: 0px;
	width: 780px;
	}
#contenido h2 {
	border: 2px solid rgb(51, 51, 51);
	border-bottom: 0px;
	border-left: 0px;
	background-color: rgb(0,0,0);
	color: rgb(165,45,45);
	font: bold 15px serif, sans-serif;
	line-height: 30px;
	margin: 0px;
	}
#contenido h3 {
	background-color: rgb(255,250,250);
	border: 2px solid rgb(51,51,51);
	border-left: 0px;
	border-bottom: 0px;
	font: 9pt sans-serif, monospace, serif;
	height: auto;
	margin: 0px;
	padding: 9px;
	}
#lateral {
	float: right;
	border: 2px solid rgb(51, 51, 51);
	border-right: 0px;
	border-left: 0px;
	background-color: rgb(166,104,23);
	height: auto;
	margin: 0px;
	padding: 15px 5px 15px 5px;
	width: 140px;
	font: bold 18px serif, sans-serif;
	}
#lateral h4 {
	color: rgb(165,45,45);
	display: inline;
	font-variant: small-caps;
	text-decoration: underline;
	}
#lateral a {
	color: rgb(220,120,25);
	font-family: serif, sans-serif, cursive;
	font-size: 13px;
	display: list-item;
	list-style-type: none;
	margin-top: 3px;
	margin-left: 18px;
	}
#pie {
	background-color: #666;
	border: 0px;
	border-top: 2px solid rgb(51,51,51);
	border-bottom: 2px solid rgb(51,51,51);
	clear: both;
	height: 20px;
	margin: 0px;
	width: auto;
	}
#pie h5 {
	color: #C90;
	font: bold small-caps 10px verdana, tahoma, courier;
	margin: 0px;
	line-height: 18px;
	padding: 0px;
	text-align: center;
	}