/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #CCCCCC;
	line-height: 15pt;
	text-align: justify;
	vertical-align: text-top;
	background-color:#000000;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFCC00;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

.raya{
color:#FFCC00;
}


a.anclas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

a.anclas:link {color: #CCC;
text-decoration:underline;
}
a.anclas:visited {color: #CC9900;
text-decoration:underline;
}
a.anclas:hover {color: #FFCC00; }
a.anclas:active {color: #FFCC00;
 }


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
}


h2 {
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
}

h3 {
	font-size: 12px;
	color: #666;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
}


h6 {
	font-size: 12px;
	color: #CCC;
}

#center {
	position: inherit;
	align: center;
}


/* menu*/

.menu { margin:0px;
		height: 100px;
		font-size: 12px;
		font-family: verdana;
		text-align: justify;
		position: relative;
		float: left;
		 }
		 
.menu ul { margin: 0pt;
			padding: 0pt;
			position: relative;
			z-index: 500;
			list-style-type: none;
			width: 11em;
			 }
.menu li { background-color: #666666;
			float: left;
			width: auto;			
			}
.menu li.sub { background-color: transparent;
				}
				
.menu a, .menu a:visited {  
							display: block; 
							text-decoration: none; 
							height: 2em; 
							line-height: 2em; 
							width: 14em; 
							color: #FFCC00;
							padding-left: 1em; 
							}


* html .menu a, * html .menu a:visited { width: 14em;
 }

* html .menu a:hover { color: #000000; 
						background-color: #FFCC00; 
						position: relative; 
						border-left: ridge #FFCC00;
						padding-left:0.5em;
						width: 14em;
						}
.menu li:hover { position: relative;
					 }

.menu li:hover > a { color: #000000; 
					background-color: #FFCC00; 
					border-left: ridge #FFCC00;
					padding-left:0.5em;	
					}
					
.menu li ul { padding: 2em; 
				visibility: hidden; 
				position: absolute; 
				top: -2em; 
				left: 9em;
				width: 11em;
				background-color: transparent; }
				
.menu li:hover > ul { visibility: visible; }

.menu ul a:hover ul ul { visibility: hidden; }

.menu ul a:hover ul { visibility: visible; }

.menu ul a:hover ul a:hover ul { visibility: visible; }
