@import url("global.css");
body {
	background-color: #696;
}
h2 {
	color: #696;
}
h3 {
	background: #696;
}
.titulo {
	font-size: 18px;
	font-weight: bold;
	color: #696;
}
.subtitulo {
	font-size: 11px;
	color: white;
}
td.columna {
	background-color: #e0f0e0;
	color: #333;
	vertical-align: top;
	width: 110px;
	text-align: center;
}
.columna p {
	padding-right: .7em;
	padding-left: .7em;
}
.columna ul {
	list-style: square;
	color: #696;
	margin-left: .1em;
}
.fondoverde {
	background-color: #696;
	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;
}
a:link {
	color: #696;
	text-decoration: none;
}
a:visited {
	color: #030;
	text-decoration: none;
}
a:hover {
	color: #060;
	text-decoration: underline;
}
a:active {
	color: #033;
	text-decoration: underline;
}
#menu a:visited {
	color: #efe;
	text-decoration: none;
}
#menu a:hover {
	color: #cfc;
	text-decoration: none;
}
#menu a:active {
	color: #efe;
	text-decoration: none;
}
#contenido ul {
	list-style: url(../images/movimientos/cuadrado-verde.gif);
}
#contenido ul.minivineta {
	list-style: url(../images/movimientos/cuadrado-verde_3.png);
	padding-left: 1em;
}

