/* CSS Document */

body {
	background-color: #000000;
	
}


#menu {
	position:relative;
	float:left;
	width:100%;
	padding:0;
	margin: 5px 0 10px 3px;
	list-style:none;
	line-height:1em;
}

#menu li {
	float:left;
	margin:0;
	padding:0;
}

#menu a {
	display:block;
	color:#000;
	/*
	color:#000099;*/
	text-decoration:none;
	font-weight:bold;
	background: #fff;
/*	background:#E7D505; */
	
	margin:0;
	padding:0.25em 1em;/*
	border-left:1px solid #000;
	
	border-right:1px solid #000;*/
}

#menu a:hover,
#menu a:active,
#menu a.here:link,
#menu a.here:visited {
	background:#000;
	color:#FFFFFF;
	
/*
	background:#F9ED65; */
}

#menu a.here:link,
#menu a.here:visited {
	position:relative;
	z-index:102;
}

/*subnav*/

#menu ul {
	position:absolute;
	left:0;
	top:1.5em;
	float:left;
	background:#bbb;
	width:100%;
	margin:0;
	padding:0.25em 5em 0.25em 1em;
	list-style:none;
	border-top:1px solid #fff;
}

#menu UL LI {
	float:left;
	display:block;
	margin-top:1px;
}

#menu UL A {
	background:#bbb;
	color:#fff;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0
}

#menu UL A:hover,
#menu UL A:active,
#menu UL A.here:link,
#menu UL A.here:visited {
	color:#444;
}


h6 {font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#FFF;
		text-align:center;
}


#texto {
	padding: 15px 20px 15px 20px;
	background: #FFFFFF url(../back.jpg) no-repeat center top;
}

#inicio {
	padding: 15px 20px 15px 20px;
	
}


a:link {
color: #000;
display: inline;
text-decoration: none;
}
a:visited {
color: #000;
display: inline;
text-decoration: none;
}

hr {
 color:#000;
 
}


-->