body {
  background-color: #FFFFFF;
  padding: 0;
  line-height: 1.5em;
  font-size: 1em;
  font-weight: normal;
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
  font-family:  Verdana, Myriad Web, Syntax, sans-serif;
  text-align: center;
}

div#page {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

/* Título del dibujo de kix */
div#head {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
}

#head h1 {
  color: #000000;
  text-align: right;
}

#head h1 a, h1 a:visited, h1 a:hover {
  color: #000000;
}

div#top {
  font-family: "VT-100", monospace;
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
}

/* Barra de menu  */
div#menu {
  text-align: left;
  font-family: "VT-100", monospace;
  font-size: 12px;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
}

#menu a:link {
  text-decoration: none;
  display: block;
  color: #000000;
}

#menu a:visited {
  text-decoration: none;
  display: block;
  color: #000000;
}

#menu a:hover {
  font-weight :bold;
  text-decoration: none;
  display: block;
  color: #33CC33;
}

#menu a:active {
  font-weight :bold;
  text-decoration: none;
  display: block;
  color: #33DD33;
}

#menu table,th, td {
  border: 0px;
  padding: 2px 5px;
}

/* */

div#cuerpo {
}

div#twitter_div {
  text-align: center;
  border-style: solid;
  border-color: blue;
  border-width: 1px;
  width: 200px;
}

div#buttons {
  font-family: "VT-100", monospace;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  padding: 8px;
  white-space: nowrap;
  width: 200px;
}

img.buttons {
  border-width: 0px;
}

h2.twitter_title {
  font-family: "Comic Sans MS", cursive;
  font-size: 16px;
}

ul#twitter_update_list {
  list-style: none;
  font-size: 11px;
  padding-left: 3px;
  padding-right: 3px;
  margin-left: 0px;
  text-align: left;
  
}

ul#twitter_update_list li {
  font-family: "Comic Sans MS", cursive;
  margin-bottom: 3px;
  padding: 7px;
  color: #000000;
  background-color: #eeeeff;
  border-style: dotted;
  border-color: blue;
  border-width: 1px;
}

#twitter_div a:link {
  color: #000000;
  font-family: "Comic Sans MS", cursive;
  font-size: 10px;
  display:block;
  text-decoration: none;
  font-weight: normal;
}

#twitter_div a:link {
  color: #0000CC;
  font-family: "Comic Sans MS", cursive;
  font-size: 10px;
  display:block;
  text-decoration: none;
  font-weight:normal;
}

#twitter-link {
  color: #000000;
  font-family: "Comic Sans MS", cursive;
  font-size: 12px;
  display:block;
  text-decoration: none;
  font-weight: normal;
  padding: 3px;
}

table.tppal {
}

#menu td {
  white-space: nowrap;
  vertical-align: middle;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

td.tppalbar {
  vertical-align: top;
}

td.tppalmain {
  width: 100%;
  height: 100%; 
  vertical-align: top;
}

#dones table {
  background-color: #fafafa;
  border: 1px #000000 solid;
  border-collapse: collapse;
  border-spacing: 0px;
  padding: 3px;
}

#dones th {
  font-size: 14px;
  color: #000000;
  background-color: #ccccff;
  border: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
  white-space: nowrap;
}

#dones td.dones1 {
  padding-left: 3px;
  font-size: 14px;
  border-style: dotted;
  border-width: 1px;
  border-color: #CC33FF;
  white-space: nowrap;
  width: 80px;
}

#dones td.dones2 {
  padding-left: 3px;
  font-size: 14px;
  border-style: dotted;
  border-width: 1px;
  border-color: #CC33FF;
}

#buttons {
  float: left;
  font-family: "VT-100", monospace;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  padding: 8px;
  white-space: nowrap;
  width: 240px; /* Tamaño de la imagen */
  margin-right:20px;
}



#data {
  width: 98%;
  margin: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#foot {
  clear: left;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  border-top: 3px solid #000000;
  font-size: 13px;
  text-align: right;
}

#footleft {
  clear: left;
  float: left;
  white-space: nowrap;
  padding: 5px 0;
  font-size: 10px;
  text-align: left;
}

#footright {
  white-space: nowrap;
  text-align: center;
  padding: 5px 0;
  font-size: 10px;
  text-align: right;
}

#foot img {
  vertical-align: text-top;
  border: 0px;
}

h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.75em;
  font-weight: 500;
}
/*
a:link {
  text-decoration: none;
  font-weight: normal;
  color: #6600DD;
  background: #ffffff;
}

a:visited {
  text-decoration:  none;
  font-weight: normal;
  color: #6699ff;
  background:  #ffffff;
}

a:active {
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  background: #6600DD;
}

a:hover {
  text-decoration: none;
  color: #ff0000;
  background: #eeeeee;
}

table {
  border-collapse:collapse;
}

table,th, td {
  border: 1px solid black;
  padding: 2px 5px;
} */

td.tdright {
  text-align:right;
}

table.clean, th.clean, td.clean {
  border: 0px solid black;
  padding: 2px 5px;
}

#ipv4 img {
  vertical-align: text-top;
  border: 0px;
}

#ipv4cal table {
  border-collapse: collapse;
  border: 1px;
  padding: 2px 5px;
}

#ipv4cal td {
  padding-left: 3px;
  font-size: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  white-space: nowrap;
  width: 80px;
}

#ipv4resumen table {
  border-collapse: collapse;
  border: 1px;
  padding: 2px 5px;
}

#ipv4resumen td {
  padding-left: 3px;
  font-size: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  white-space: nowrap;
  width: 80px;
}


