/* Creado para el capitulo URUGUAY del Sitio Web de la Red Académica Uruguaya - RAU */
/* Característica general del cuerpo de texto */
body {
  color: #CCCCCC;
  background: #E4E4E4 url(images/bkg.jpg) repeat-x;
  margin-top: 0.0em;
  margin-right: 0.0em;
  margin-bottom: 0.0em;
  margin-left: 0.0em;
  font: normal 9px verdana, arial, sans-serif;
  text-decoration: none;
  text-align: left;
}

/* Característica general de tabla */
.tablauno {
  background: #FFFFFF;
  border-collapse: collapse;
  border-color: #296592;
  border-style: solid;
  border-width: 1px;
  margin-left:auto;
  margin-right:auto;
}

/* Característica general de tabla principal */
.tablados {
  width: 751px;
  margin-left:auto;
  margin-right:auto;
}

/* Columnas de tabla con enlaces */
.tduno {
  width: 300px;
}

/* Fila cabezal */
.tddos {
  background: url(images/cab01.jpg) no-repeat;
  width: 751px;
  height: 92px;
}

/* Fila subcabezal */
.tdtre {
  background: url(images/datocab01.jpg) no-repeat;
  width: 751px;
  height: 48px;
}

/* Fila fondo blanco */
.tdcua {
  background: url(images/main_ad.gif);
  background-repeat: repeat-y;
  width: 751px;
}

/* Fila pie */
.tdcin {
  background: url(images/dash_btm.gif) no-repeat;
  width: 751px;
}

/* Fila creditos */
.tdsei {
  background: url(images/credits_bkg.gif) no-repeat;
  width: 751px;
  height: 26px;
}

/* Fila copyright */
.tdsie {
  background: url(images/spacer.gif) no-repeat;
  width: 1px;
  height: 26px;
}

/* Texto de registro de Sitios Web */
.txuno {
  margin-top: 10px;
  margin-bottom: 10px;
  font: normal 11px verdana, arial, sans-serif;
  text-align: center;
  color: #000000;
}

/* Textos de enlaces principales */
.txdos {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  line-height: 20px;
  font: normal 11px verdana, arial, sans-serif;
  text-align: justify;
  color: #000000;
}

/* Atributos de titulos */
.tit {
  font: bold 14px verdana, sans-serif;
  text-align: left;
  color: #296592;
}

/* Enlaces comunes */
a.uno:link {
  color: #286492;
  text-decoration: none;
}

a.uno:visited {
  color: #286492;
  text-decoration: none;
}

a.uno:hover {
  color: #FFFFFF;
  background: #286492;
  text-decoration: none;
}

a.uno:active {
  color: #FF00FF;
}

/* Enlace de pie de página */
a.dos:link {
  color: #FFFFFF;
  text-decoration: none;
}

a.dos:visited {
  color: #FFFFFF;
  text-decoration: none;
}

a.dos:hover {
  color: #00FFFF;
  text-decoration: none;
}

a.dos:active {
  color: #00FFFF;
}

/* Atributos de pie de página */
#footer {
  width: 100%;
  margin: 0 auto;
  bottom: 0px;
  text-align: center;
  padding: 0px;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
}
