@import url("global.css");
body {
	background-color: #999;
}
h2 {
	color: gray;
}
h3 {
	background: #999;
	margin-top: .65em;
	margin-bottom: .25em;
}
h4 {
	color: #666;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	color: #033;
	text-decoration: underline;
}
.titulo {
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
}
.subtitulo {
	font-size: 11px;
	font-style: normal;
	color: white;
}
td.columna {
	background-color: #ccc;
	color: #ccc;
	width: 110px;
	text-align: center;
	vertical-align: top;
}
.menusecciones {
	font-size: 16px;
	color: white;
	font-weight: bold;
}
.menusubsecciones {
	font-size: 10px;
	color: white;
}
#menu a:visited {
	color: white;
	text-decoration: none;
}
#menu a:hover {
	color: #ddd;
	text-decoration: none;
}
#menu a:active {
	color: #ccc;
	text-decoration: none;
}
#contenido ul {
	list-style: url(../images/esclavitud/cuadrado-gris.png);
}
#contenido ul.minivineta {
	list-style: url(../images/esclavitud/cuadrado-gris_3.png);
}

