#cuerpo {
	background-color: #ffffff;
	width: 960px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    color: #999;
}
#cuerpo a {
  font-weight: bold;
  text-decoration: none;
  color: #999;
}

#cuerpo a:hover {
  text-decoration: none;
  color: #FF9900;
}

#cuerpo a:active {
  text-decoration: none;
  color: #FF9900;
}
#header {
	background-color: #ffffff;
	height: 100px;
	float: left;
}
#menu {
	background-color: #E0D5B1;
	height: 30px;
	font-size: 1.3em;
	clear: both;
	padding-top: 10px;
	padding-bottom: 0px;
}
.menu2 {
	background-color: #ececec;
	font-size: 1.3em;
}
.textomin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #999;
