@import url("global.css");
body {
	background-color: #969;
}
h2 {
	color: #969;
}
a:link {
	color: #969;
	text-decoration: none;
}
a:visited {
	color: #C9C;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #033;
	text-decoration: underline;
}
.subtitulo {
	font-size: 11px;
	font-style: normal;
	color: white;
}
.titulo {
	font-size: 18px;
	font-style: normal;
	color: #969;
	font-weight: bold;
}
td.columna {
	background-color: #e5cfe5;
	color: #ccc;
	width: 110px;
	text-align: center;
	vertical-align: top;
}
.fondovioleta {
	background-color: #969;
	font-size: 1.2em;
	color: white;
	font-weight: bold;
	padding: 3px;
	text-indent: 1em;
}
.menusecciones {
	font-size: 16px;
	color: white;
	font-weight: bold;
}
.menusubsecciones {
	font-size: 10px;
	color: white;
}
#menu a:visited {
	color: #fcf;
	text-decoration: none;
}
#menu a:hover {
	color: #fcf;
	text-decoration: none;
}
#menu a:active {
	color: #c9c;
	text-decoration: none;
}
#contenido ul {
	list-style: url(../images/liberacion/cuadrado-violeta.gif);
}
#contenido ul.minivineta {
	list-style: url(../images/liberacion/cuadrado-violeta_3.gif);
}
#contenido p.autor {
	color: #969;
}

