.menufichas h2 {
	background-color: #B2D9D9;
	color: #008080;
	margin: 8px 0px 6px 0px;
}

.menufichas h3 {
	font: bold 11px Tahoma, sans-serif;
	text-indent: 13px;
	background: url('../img/nav-li-flechita-b.gif') no-repeat 0px center;
	margin-bottom: 8px;
}
.menufichas #listado {
	float: left;
}
.menufichas #listado li {
	background: #FCE7D1 url('../img/li-naranja.gif') no-repeat 8px 5px;
	height: 14px;
	width: 140px;
	margin-bottom: 2px;
	text-indent: 20px;
	color: #EE7B00;
}
.menufichas #listado li a {
	display: block;
	width: 140px;
	color: #EE7B00;
	height: 14px;
}
.menufichas #listado.grande li {
	width: 195px;
}
.menufichas #listado.grande li a {
	width: 195px;
}
.menufichas #grandetexto {
	width: 185px;
}

.menufichas #listado.total li {
	width: 400px;
}
.menufichas #listado.total li a {
	width: 400px;
}
.menufichas #listado li a:hover {
	background: #FFDAB3 url('../img/li-naranja.gif') no-repeat 8px 5px !important;
	background-color: transparent;
	color: #EE7B00 !important;
	color: #AA5800;
}
.menufichas div {
	width: 240px;
	float: right;
	margin-left: 8px;
	padding-left: 8px;
	border-left: 1px solid #c8c8c8;
}
.menufichas div li {
	background: url('../img/li-verde.gif') no-repeat 0px center;
	text-indent: 9px;
}

.menufichas img {
	margin-top: 15px;
}