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-attachment: fixed;
	background-color: #8AACAD;
	background-image: url(images/01.jpg);
	background-repeat: no-repeat;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	text-align: center;
	padding: 0;
}

h1 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
h2 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}
h3 {
	color: #333333;
	font-size: 12px;
	line-height: 20px;
}
a,  a:link {
  color: #445777;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #990000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
.imageleft {
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}



.imageright {
	float: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.descarga_title {
	padding-bottom: 5px;
}
.descargas_descripcion {
	padding-left: 15px;
}
.descargas_objetos {
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.negrita {
	font-weight: bold;
}


#nav {
	list-style-type: none;
	width: 210px;
	float: left; /* Contain floated list items */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0;
}
#nav li {
	float: left; /* This corrects the */
	width: 100%;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#nav a {
	display: block;
	text-decoration: none;
	padding: 0;
	line-height: 35px;
}
#nav #nav_con a {
  border: none;
}
#nav a:hover {
	background-color: #8AACAD;
}
#body_hom #nav_hom a,
    #body_map #nav_map a,#body_jou #nav_jou a,
    #body_his #nav_his a,#body_ref #nav_ref a,
    #body_con #nav_con a {
	background: #8AACAD;
	color: #1A1303;
	font-weight: bold;
}
#outerWrapper {
  margin: 15px auto 15px auto;
  text-align: left;
  width: 950px;
}
#outerWrapper #contentWrapper #leftColumn1 {
  float: left;
  padding: 0px 0px 0px 0px;
  width: 250px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 250px;
  padding: 0px 0px 0px 0px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}

