a:link
{
  color: rgb(23, 62, 101);
  text-decoration: none;
}

a:visited
{
  color: rgb(23, 62, 101);
  text-decoration: none;
}

a:hover
{
  color: rgb(23, 62, 101);
  text-decoration: underline;
}

a:active
{
  color: rgb(23, 62, 101);
  text-decoration: underline;
}

a.menuPrincipal:link
{
  color: rgb(66, 105, 100);
  text-decoration: none;
  font-weight: bold;
}

a.menuPrincipal:visited
{
  color: rgb(66, 105, 100);
  text-decoration: none;
  font-weight: bold;
}

a.menuPrincipal:hover
{
  color: rgb(66, 105, 100);
  text-decoration: underline;
  font-weight: bold;
}

a.menuPrincipal:active
{
  color: rgb(66, 105, 100);
  text-decoration: underline;
  font-weight: bold;
}

body
{
  margin: 0px;
  padding: 0px;
  font-family: Calibri, Tahoma, Verdana, Arial;
  font-size: 12px;
  font-weight: normal;
  color: black;
  background-color: white;
}

.cita
{
  font-style: italic;
}

.contenido
{
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-spacing: 0px;
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-position: center center;
  background-color: transparent;
  background-image: url(imagenes/selloAgua.png);
}

.enmarcado
{
  margin: 0px;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  border-color: rgb(200, 200, 200);
}

.enmarcadoAzul
{
  margin: 0px;
  border-style: solid;
  border-width: 1px;
  padding: 5px;
  border-color: rgb(23, 62, 101);
}

.negritas
{
  font-weight: 600;
}

.principal
{
  width: 1024px;
  height: 100%;
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-spacing: 0px;
}

td
{
  text-align: left;
  vertical-align: top;
}

.ruta
{
  height: 10px;
  border-style: solid;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-bottom-color: rgb(200, 200, 200);
}

.rutaLigas
{
  color: rgb(215, 71, 63);
}

.subtitulo
{
  color: rgb(66, 105, 100);
  font-weight: bold;
  font-size: 16px;
}

.tablaSimple
{
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-spacing: 0px;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
}

.titulo
{
  color: rgb(23, 62, 101);
  font-size: 18px;
  font-weight: bold;
}

.tituloRomano
{
  color: rgb(0, 0, 0);
  font-weight: bolder;
  font-family: "Times New Roman";
}

.vinyeta
{
  list-style-image: url(imagenes/vinyeta.png);
}
