body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #888;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: xx-large;
	font-weight: lighter;
	line-height: 32px;
}
h2 {
	font-size: x-large;
	font-weight: lighter;
	line-height: 1em;
}
h3 {
	font-size: large;
	font-weight: lighter;
	line-height: 1em;
}
h4 {
	font-size: medium;
	font-weight: lighter;
	line-height: 14px;
}
h5 {
	font-size: x-small;
	font-weight: lighter;
}
h6 {
	font-size: xx-small;
	font-weight: lighter;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: line-through;
}
p {
	font-size: 10pt;
	line-height: 14pt;
}
hr {
	border-top: 1px dashed #555;
	border-right: 0px dashed #555;
	border-bottom: 0px dashed #555;
	border-left: 0px dashed #555;
}
#todo {
	width: 100%;
	text-align: center;
}
#todo_centrado {
	width: 700px;
	margin: auto;
	text-align: left;
}
#cabezera_oculta {
	visibility: hidden;
	height: 0px;
	width: 0px;
	position: absolute;
	top: -400px;
}
#cabezera {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #333333;
}
#pie {
	text-align: center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #555;
}
#columna1, #columna2, #columna3 {
	float: left;
	width: 201px;
	padding: 12px 12px 0px;
	margin: 6px 3px;
	border-top: 1px dashed #555;
	border-right: 1px dashed #555;
	border-bottom: 0px dashed #555;
	border-left: 1px dashed #555;
}
#contenido {
	width: 674px;
	padding: 12px 12px 0px;
	margin: 6px 0px;
	border-top: 1px dashed #555;
	border-right: 1px dashed #555;
	border-bottom: 0px dashed #555;
	border-left: 1px dashed #555;
}
#debajo {
	width: 100%;
}
#columna4, #columna5 {
	float: left;
	width: 318px;
	padding: 12px 12px 0px;
	margin: 6px 3px;
	border-top: 1px dashed #555;
	border-right: 1px dashed #555;
	border-bottom: 0px dashed #555;
	border-left: 1px dashed #555;
}
#programacion {
	height: 202px;
	width: 640px;
	background-image: url(../_interfaz/imagen.png);
	text-align: right;
	padding: 12px 30px 30px;
}
.imagenes {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
ul {
	font-size: 10pt;
	font-weight: lighter;
	list-style-position: outside;
}
a {
	background-color: #000000;
}
.texto_negro {
	color: #000000;
}
.enlace_externo {
	color: #6699CC;
}
