body {
  background-color: #cc9;
  color: black;
  text-align: center;
  }

hr { 
  color: black;
  height: 1px;
  }

td {
  font-family: Verdana, Helvetica, serif;
  font-size: 9pt;
  color: #000;
  text-decoration: none;
  line-height: 18px;
  font-weight: normal;
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
}

h2  {
  margin-left: 20px;
  margin-right: 20px;
  color: red;
}

h3  {
  margin-left: 20px;
  margin-right: 20px;
}

#mainTable {
  border: 1px solid black;
  width: 750px;
  vertical-align: center;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  }

#menuBlack {
  border: 0px;
  border-right: 0px solid black;
  width: 150px;
  vertical-align: top;
  text-align: center;
  background: white;
  }

.menuV {
  margin: 0;
  padding: 0;
  border: 0px yellow solid;
}
.menuV ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menuV li {
  color: white;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}
.menulinkvert {
  display: block;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  line-height: 16pt;
	text-decoration: none;
  width: 100%;
  color: white;
  background: #333;
}
.menulinkvert:hover {
  background: white;
  color: black;
}

#mainContent {
  border: 0px solid green;
  width: 600px;
  vertical-align: top;
  text-align: center;
  margin-left: 150px;
  }

.layout {
  border-collapse: collapse;
  padding: 0;
  border: 0px solid blue;
  vertical-align: top;
  }

.noBorder {
  border: 0px;
  }

.border1 {
  border: 1px solid black;
  }

.text {
  font-family: Verdana, Helvetica, serif;
  font-size: 9pt;
  color: #000;
  text-decoration: none;
  line-height: 18px;
  font-weight: normal;
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
  }

.bottomText {
  color: black;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  }

.centerBlock {
  margin-left: auto;
  margin-right: auto;
}

.left {
  width: 150px;
  vertical-align: top;
  background-image: url(images/left_edge.gif);
  }

.right {
  width: 100px;
  vertical-align: top;
  background-image: url(images/right_edge.gif);
  }

.area {
  text-transform: uppercase;
  font-weight: bold;
}

.parque {
  font-weight: bold;
  line-height: 30px;
}

.Pproyectos {
  text-decoration: underline;
}

.proyecto {
  font-style: italic;
}

.cat {
  width: 170px;
  text-align: right;
  font-weight: bold;
  vertical-align: top;
}

.even {
  background-color: #ccc;
}

.odd {
  background-color: white;
}