#container {
  margin: 0px auto;
  width: 800px;
  height: auto;
  text-align: center;
  background-color: #616161;
}
#top {
  width: 800px;
  height: 30px;
  position: relative;
  background-image: url(img/top.png);
}
#banner {
  width: 800px;
  height: 160px;
  position: relative;
}
#left {
  float: left;
  width: 300px;
  height: 100%;
  position: relative;
  background-color: #616161;
}
#main {
  float: left;
  width: 400px;
  height: auto;
  position: relative;
  background-color: #484848;
}
#right {
  float: left;
  width: 100px;
  height: auto;
  position: relative;
  background-color: #616161;
}
#webs {
  overflow: auto;
  width: 100%;
}
#footer {
  clear: both;
  width: 800px;
  height: 70px;
  position: relative;
  background-image: url(img/footer.png);
  background-repeat: no-repeat;
}
#vertical {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
}
#vertical li a{
  display:block;
  width: 205px;
  background-color: #616161;
  text-align: right;
  text-decoration: underline;
  margin: 12px 0px;
  padding: 4px 5px 4px 15px;
  color: #AAAAAA;
}
#vertical li a:hover,active {
  background-color: #505050;
  color: #DDDDDD;
}
#vertical li a:active {
  color:#FFFFFF;
  background-image:url(img/hor.png); 
  background-position:bottom;
}
body,html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: Verdana,Geneva,Kalimati,sans-serif;
  color: #BBBBBB;
  font-size: 0.9em;
  text-align: center;
  background-color: #2c2c2c;
  background-image: url(img/bg.gif);
  background-repeat: repeat-x; 
  line-height: normal;
}
p {
  font-family: Verdana,Geneva,Kalimati,sans-serif;
  text-align: right;
  margin-right: 25px;
  margin-left: 10px;
  line-height: 1.8em;
  color: #999999;
}
p.abajo {
  color: #666666;
  text-align: right;
  font-size: 0.85em;
  padding-top: 24px;
  padding-right: 90px;
}
p.abajo a {
  color: #666666;
  text-decoration: none;
}
p.abajo a:hover {
  color: #999999;
  text-decoration: underline;
}
h1 {
  color: #cccccc;
  margin: 20px 25px 22px 10px;
  font-size: 1em;
  font-weight: normal;
  font-family: Verdana,Geneva,Kalimati,sans-serif;
  text-align: right;
}
strong {
  font-weight: bold;
}
a:link {
  text-decoration: underline;
  font-family: Verdana,Geneva,Kalimati,sans-serif;
  color: #eeeeee;
}
a:hover {
  text-decoration: underline;
  color: #000000;
  font-family: Verdana,Geneva,Kalimati,sans-serif;
}
a:active {
  text-decoration: underline;
  font-family: Verdana,Geneva,Kalimati,sans-serif;
  color: #ffffff;
}
a:visited {
  color: #dddddd;
  text-decoration: underline;
  font-family: Verdana,Geneva,Kalimati,sans-serif;
}
a.menu:link {
  text-decoration: underline;
  color: #eeeeee;
  font-family: Verdana,Geneva,Kalimati,sans-serif;
  text-align: right;
  margin-right: 60px;
  line-height: 30px;
}
a.menu:hover {
  text-decoration: underline;
  color: #000000;
  font-family: Verdana,Geneva,Kalimati,sans-serif;
  text-align: right;
  margin-right: 60px;
  line-height: 30px;
}
a.menu:visited {
  text-decoration: underline;
  color: #dddddd;
  font-family: Verdana,Geneva,Kalimati,sans-serif;
  text-align: right;
  margin-right: 60px;
  line-height: 30px;
}
a.menu:active {
  text-decoration: underline;
  color: #ffffff;
  font-family: Verdana,Geneva,Kalimati,sans-serif;
  text-align: right;
  margin-right: 60px;
  line-height: 21px;
}
img.default{
  border: 0px;
}
img.web {
  float: right;
  border: 0px;
  margin: 0px 20px 40px 16px;
}
table {
  padding: 10px 20px 10px 10px;
}
td {
  text-align: right;
}