html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #CCCCCC;
	background-image: url(back.gif);
	color: #666666;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #66CC66;
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
}
.recuadro {
	background: #efefef;
	padding: 6px;
	border: 1px solid #CC0000;
}

h2 {
  color: #0099CC;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #0099CC;
  text-decoration: none;
}
a:visited {
  color: #0099CC;
  text-decoration: none;
}
a:hover {
	color: #66CC66;
	text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #66CC66;
}
#outerWrapper {
	background-color: #fff;
	border: solid 1px #999999;
	margin: 0 auto;
	max-width: 1024px;
	min-width: 900px;
	text-align: left;
	width: 1024px;
}
#outerWrapper #header {
	background-color: #FFFFFF;
	background-image: url(logo_nvo.gif);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: solid 1px #666;
	color: #66CC66;
	font-size: 22px;
	font-weight: bold;
	height: 90px;
	line-height: 15px;
	padding: 10px 10px 10px 10px;
	text-align: right;
	font-variant: small-caps;
}
#outerWrapper #contentWrapper #menu {
	background-color: #eeeeee;
	border-right: 1px solid #666;
	float: left;
	padding: 10px;
	width: 150px;
	height: 400px;
	border-bottom: 1px solid #666666;
}
#outerWrapper #contentWrapper #menu a, #outerWrapper #contentWrapper #menu a:link {
  color: #66CC66;
  font-size: 13px;
  font-variant: small-caps;
  font-weight: bold;
}
#outerWrapper #contentWrapper #menu a:visited {
  color: #66CC66;
}
#outerWrapper #contentWrapper #menu a:hover {
  color: #0099CC;
  text-decoration: underline;
}
#outerWrapper #contentWrapper #menu a:active {
  color: #0099CC;
}
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 170px;
	padding: 10px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	background-color: #66CC66;
	border-top: solid 1px #666;
	color: #FFFFFF;
	font-size: 11px;
	font-style: italic;
	height: 120px;
	padding: 10px;
}
#outerWrapper #footer a, #outerWrapper #footer a:link {
  color: #FFFFFF;
}
#outerWrapper #footer a:visited {
  color: #FFFFFF;
}
#outerWrapper #footer a:hover {
  color: #0099CC;
  text-decoration: underline;
}
#outerWrapper #footer a:active {
  color: #0099CC;
}
