/* pim pam FAMILY */
A.menuTreeOpcion{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #DE8736;
	text-decoration:none;
	width: 100%;
}
A.menuTreeOpcion:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
	background-color: #DE8736;
}
A.menuTreeOpcion:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}

.padre{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6695a7;
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(images/menu/hoja.gif);
	text-indent: 6px;
	line-height: 20px;
}
.hijo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6695a7;
	text-indent: 6px;
	background-repeat: no-repeat;
	background-position: 0px center;
}

.menu_header {
	height: 40px;
	background-image: url(images/menu_header.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #93600b;
	text-align: center;
	vertical-align: sub;
}

.menu_footer {

	height: 25px;
	background-image: url(images/menu_footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: sub;
}
.txt_categoria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	height: 38px;
	vertical-align: top;
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	width: 100%;
	color: #93600b;
}
.menunodo {
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000000;
	vertical-align: middle;
	text-align: left;
}
.button {
	background-color: #FFFFFF;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	vertical-align: middle;
}
.desconectar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 686868;
	background-image: url(images/menu/nodo_azul.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-weight: bold;
	line-height: 20px;
	text-indent: 8px;
}
.conectar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 686868;
	background-image: url(images/menu/nodo.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	font-weight: bold;
	line-height: 20px;
	text-indent: 6px;
}
