body
{
  background: #FFFFFF;
  background-color: #FFFFFF;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}

acronym, .titleTip
{
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0 0;
}

a
{
  text-decoration: none;
  color: #003366;
  font-weight: bold;
  border-bottom: 1px dotted #003366;
}

a:visited
{
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  border-bottom: 1px solid #000000;
}
a:hover
{
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  border-bottom: 1px solid #000000;
}


/* CABECERA */
#cabecera
{
  background-color: #404040;
}

#logo-nexus
{
  margin: 0;
  padding: 0;
  position: relative;
  width: 292px;
  height: 151px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#logo-nexus span
{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 292px;
  height: 151px;
  margin: 0;
  padding: 0;
  background: url(../images/logo_nexusit_escalag.gif) no-repeat top left;
}

#menu-list
{
  clear: left;
  padding: 16px 0px 10px 10px;
  margin: -1em 0 0 0;
}

#menu-list ul
{
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

#menu-list li
{
  margin: 0;
  padding: 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  display: inline;
  list-style-image: none;
  list-style-position: inside;
  list-style-type: none;
  white-space: normal;
}

#menu-list a
{
  color: #F1F1F1;
  background-color: #999999;
  text-decoration: none;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
  border-left: 1px solid #404040;
  border-right: 1px solid #404040;
}

#menu-list a:hover
{
  color: #003366;
  background-color: #CCCCCC;
  text-decoration: none;
}
/*FIN DE CABECERA */

/* SECCION CONTENIDO */
.content
{
  margin: 1em 3em;
  padding-bottom: 1em;
  text-align: left;
  max-width: 1024px;
  border-bottom-color: #F1F1F1;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  background: url(../images/space.gif) 20% 0% repeat-y;
}

.content-header h2
{
  border-bottom: 1px dotted;
}

.sidebar
{
  float: left;
  width: 20%;
  margin: 0;
  padding: 0;
}

.sidebar-content
{
  margin: 0;
  padding: 0.5em 1em;
  font-size: 100%;
}

.sidebar-content h4
{
  font-weight: bold;
  font-size: 100%;
  color: #333333;
}

.main
{
  margin: 0 0 0 20%;
  padding:0;
}

.main-content
{
  margin: 0;
  padding: 0.5em 1em;
  font-size: 100%;
}

.destaque
{
  margin-left: -1em;
  margin-bottom: 10px;
  padding-bottom: 0px;
  font-size: 100%;
  font-weight: bold;
  border-bottom: 1px dotted #CCCCCC;
  color: #333333;
}

hr.cleaner
{
  clear: both;
  height: 1px;
  margin: -1px 0 0 0;
  padding:0;
  border: none;
  visibility: hidden;
}
/* FIN SECCION CONTENIDO */

#pie
{
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 10px;
  padding-bottom: 10px;
  background-color: #CDCDCD;
  border-top-color: #262626;
  border-top-style: solid;
  border-top-width: 1px;
  height: auto;
}

#pie .left
{
  line-height: 1.45em;
  float: left;
  clear: left;
}

#pie .right
{
  text-align: right;
  line-height: 1.45em;
}


#map
{
  margin: 2px;
  padding: 2px;
  border: 1px dotted #333333;
  text-align: center;
}
