body {
  margin: 0;
  padding: 0;
  background-image: url(images/Zicatela_pages.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
#wrapper {
  width: 800px;
  margin: 0;
  padding: 0;
}
#top {
  height: 263px;  
}
#left {
  float: left;
  width: 157px;
  height: 500px;
  background-color: #000;
}
#leftpuerto {
  float: left;
  width: 157px;
  height: 700px;
  background-color: #000;
}
#lefttodo {
  float: left;
  width: 157px;
  height: 800px;
  background-color: #000;
}
#leftmap {
  float: left;
  width: 157px;
  height: 950px;
  background-color: #000;
}
#right {
  float: right;
  width: 175px;
}
#center {
  margin-left: 200px;
  margin-right: 220px;
  background-color: #fff;
}
#clear {
  clear: both;
}
#footer {
  background: #000;
  margin: 0px;
  border:1px solid #;
  border-width:1px 0;
  padding: 10px 20px 4px 157px;
  text-align: left;
  font-family: arial;
  font-size: 11px;
  color: #fff;
}
h1 {
	font: 14px arial;
	font-weight: bold;
	color: #191C18 ;
	padding: 10px 0px 0px 0px;
}
#text {
  font-family: arial;
  font-size: 13px;
  color: #191C18;
  text-align: justify;
  line-height: 1.2em;
  padding: 0px;
}
#textragged {
  font-family: arial;
  font-size: 13px;
  color: #191C18;
  line-height: 1.2em;
  padding: 0px;
}
#textindent {
  font-family: arial;
  font-size: 13px;
  color: #191C18;
  text-align: justify;
  line-height: 1.2em;
  margin-left: 10px;
}
#textbold {
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  text-transform:uppercase;
  color: #191C18;
  margin-top: 9px;
  margin-bottom: 6px;
}
A.type1:link    {color:#7A99CC; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:visited {color:#7A99CC; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:active  {color:#7A99CC; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:hover   {color:#5252E5; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}

A.type2:link    {color:#5252E5; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type2:visited {color:#5252E5; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type2:active  {color:#5252E5; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type2:hover   {color:#7A99CC; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}

#nav {
	float: left;
	width: 157px;
	margin-top: 140px;
	margin-left: 10px;
	padding: 0px 0px 0px 0px;
}
#nav ul {
	list-style: none;
	padding-left: 0px;
}
#nav li {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #7A99CC;
	background-color: transparent;
}
#nav a:hover {
	color: #5252E5;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

