
body,p,td
{
  font-size: small;
  /* border: 1px dotted #ccc; */
}

body
{
  font-family: Tahoma, Verdana, "DejaVu Sans", sans-serif;
  background: white url('../img/cabildo-background.png');
  background-repeat: no-repeat;
  text-align: justify;
  padding: 0;
  margin: 8pt;
}

td
{
  vertical-align: top;
}

h3
{
  border-bottom: 1px solid #000;
}

a:link { color: #000099; text-decoration: none }
a:visited { color: #000099; text-decoration: none }
a:active { color: #000099; text-decoration: none }
a:hover { color: #993300; text-decoration: none }

table.header
{
  min-width: 820px;
  min-height: 600px;
  border-collapse: collapse;
/*
  max-width: 1920px;
  max-height: 1080px;
 */
  width: 820px;

  padding: 0;
  /* border: 1px solid #fc3; */
  border: none;
  border-spacing: 0px;
  display: inline-table;
  text-align: center;
  background: url('../img/logo-fundacion-try-bg.png');
}

td.header
{
  text-align: center;
  width: 100%;
  padding: 0;
  color: white;
  font-weight: bold;
  font-size: 9pt;
  background: #5d8fd3;
  color: black;
  font-family: Tahoma, Verdana, "DejaVu Sans", sans-serif;
  border: 0 none;
}

td.footer
{
  text-align: center;
  padding: 2pt;
  color: #000;
  font-size: xx-small;
  background: white;
  color: black;
  border-top: solid 1px #d4e6ff;
}

*.menu-bar
{
  text-align: left;
  padding: 2pt;
  background: white;
  width: 120pt;
  vertical-align: top;
}

td.bodytext
{
  text-align: left;
  padding: 0pt;
  background: white;
  vertical-align: top;
}

div.menu-title
{
  border-bottom: 1px solid #d4e6ff;
 /* font-size: 7pt;*/
}

div.menu-item
{
  font-size: x-small;
  color: #fc3;
  background: #eee;
  padding-left: 8pt;
}

div.menu
{
  margin: 2pt;
}

div.building
{
  position: fixed;
  left: 60%;
  top: 5%;
  background: none;
  font-size: 7pt;
  font-weight: bold;
  text-shadow: black 0px 0px 5px;
  border: solid 2px #f33;
  padding: 3pt;
  text-align: center;
}

img.icon
{
  margin-top: 0em;
  margin-right: 1em;
  border: 0;
}

img.building
{
  float: left;
  margin-top: -0.75em;
  margin-right: 8pt;
  border: 0;
}

