.div_categorias {
	width: 195px;
	margin-top: 4px;
}

.div_categorias:hover{
}

.div_subcategorias {
	width: 185px;
	margin-left: 8px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-size: 14px;
	color: #999999;
}

.div_subcategorias:hover{
}

.div_menu{
	height: 20px;
	margin-top: 4px;
}
a.categoria {
	font-family: "Gill Sans MT";
	font-size: 18px;
	color: #8D1924;
	text-decoration: none;
}

a.categoria:hover {
	color: #000000;
}

a.subcategoria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}

a.subcategoria:hover {
	color: #000000;
	font-weight: bold;
}

a.enlace_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8D1924;
	text-decoration: none;
	font-weight: bold;
}

a.enlace_menu:hover {
	color: #000000;
	font-weight: bold;
}

.casilla_normal {
	background-color: #99CC66;
	top: 2px;
	width: 150px;
	display: inline;
	position: relative;
}

.casilla_desplegable {
	background-color: #99CC66;
	top: 2px;
	width: 150px;
	display: inline;
	position: relative;
}

.casilla_desplegable:hover {
	padding-bottom: 5px;
	background-color: #FFFFCC;
}

.casilla_desplegable:hover div.casilla_oculta {
	padding-bottom: 5px;
	background-color: #FFFFCC;
	display: block;
	z-index: 2;
}
.casilla_oculta {
	top: 15px;
	padding-bottom: 5px;
	position: absolute;
	z-index: 2;
	left: 0px;
}

a.fila_desplegable {
	color: #996633;
	text-decoration: none;
	display: block;
	background-color: #CCFF99;
	width: 120px;
	height: 23px;
	line-height: 20px;
	text-indent: 10px;
}

a.fila_desplegable:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #996699;
}

