/* Styles related to the PHP Layers Menu System begin here */

.treemenudiv	{
	display: block;
	white-space: nowrap;
}

.phplmnormal	{
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #27246f;
}

a.phplm:link	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #27246f;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}

a.phplm:visited	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #27246f;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}

a.phplm:hover	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ef3e52;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	background-color: #FFFFFF;
}

a.phplm:active	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #F6821F;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
}

.phplmbodytable	{
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	background-color: #FCFCFC;
}

.ivorybodytable	{
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	background-color: #FBFBFB;
}

.darkbordertable	{
	border-color: #EF3E50;
	background-color: #EF3E50;
}

.blackbordertable	{
	background-color: #EF3E50;
}

.greenbordertable	{
	background-color: #EF3E50;
}

.darkgreenbordertable	{
	background-color: #EF3E50;
}

.redbordertable	{
	background-color: #EF3E50;
}

.orangebordertable	{
	background-color: #EF3E50;
}

/* Styles related to the PHP Layers Menu System end here */

/* Styles related to the demo page begin here */

body	{
	color: #EF3E50;
}

.h1bar	{
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #EF3E50;
}

.topbar	{
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	background-color: #EF3E50;
}

.bar	{
	font-family: luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	background-color: #EF3E50;
}

.preformatted	{
	font-family: luxi mono, courier, courier new, monospace, serif;
	font-size: 14px;
}

/*Estilos agregados para el menu */
#menutabla {
border-color: #EF3E50;
border-width: 0px 0px 0px 0px;
border-style: none;

}

#menutabla tbody tr td {
	  border-width: 0px 0px 1px 0px;
	  border-color: #EF3E50;
      border-style: solid;
    }

