/* CSS Document */

body {
margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px; 
}

#menu-wrapper,  ul {
padding: 10px;
list-style:none; 

}

.indColumnContainer {
	width: 540px;
	margin: 0 auto;
	padding: 0;
	float: left;
}
.informacion {
	background-color: #022f4c;
	padding: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	width:224px;
	float: left;
	margin-left: 12px; 
}
.informacion a {color: white; font-size: 1em; }
.informacion a:hover {background-color: black;
color: white; 
}


#menu-wrapper , li ul{
background: #333;
	border-right: none;
	color: #fff;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 56;
	line-height: 20px;
	padding: 24px 10px 24px 10px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	width: 220px;
	margin: 0 auto; }

h1 {}

#hmenu{
width:612px;
margin: 0 auto;
 }

#hmenu a {

text-decoration:none; 
color: white; 


}

#hmenu > li >a{
display: block;
 background-color: #000000;
  background-image: none;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  color: #FFFFFF;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  text-transform: none;
  width: 90px;
}

#hmenu li:hover {
background: #a3dd39;
text-shadow: 0 0 2px #000;}



#hmenu > li{
	display: inline-block;
	
}

li ul {
position:absolute;
display:none;
}

.sub-menu a {
display:: block;
padding: 10px 5px;
width: 90px;}

li:hover ul {
display: block;}

ul#sub-menu  li > a {
  background-color: #000000;
  background-image: none;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  color: #FFFFFF;
  display: block;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  text-transform: none;
  width: 190px;
}
#principal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #99CCCC;
	height: auto;
	width: 900px;
	margin: 0 auto; 
	border: medium #00CC99 2px; 
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CCCC;
	height: 45;
	width: 900;
	font-size: large;
	font-weight: bold;
	color: #CCCCCC;
	padding: 12px;
	word-spacing: 6em;
	letter-spacing: 1em;
	text-align: center;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #990033;
}
