﻿body {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #000000;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: #000000;
  text-decoration: none;
}

.FondoMicrostioCriterios {
  background-image: url("../img/fondo_micrositio.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.TituloTipoCriterio,
.TituloTipoTematica {
  padding: 10px;
  background-color: #ad125b;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 30px;
}

.TituloTipoCriterio a,
.TituloTipoTematica a {
  color: #ffffff !important;
}

.TituloTipoTematica {
  background-color: #503e8e;
  border-radius: 20px;
}

a.VinculoTipoBotonCriterio,
a.VinculoTipoBotonResoluciones {
  font-size: 2em;
  font-weight: bold;
  display: inline-block;
  padding: 30px;
  background-color: #503e8e;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 10px;
  text-decoration: none;
}

a.VinculoTipoBotonResoluciones {
  background-color: #cb7aae;
}

/* Tablas */
table.Tabla {
  width: 100% !important;
  margin: 10px 0;
  border-collapse: collapse;
  clear: both;
}

table.Tabla,
table.Tabla th,
table.Tabla tr,
table.Tabla td,
table.Tabla tbody,
table.Tabla thead,
table.Tabla tfoot {
  border: 1px solid #484848;
}

table.Tabla th,
table.Tabla thead,
table.Tabla tfoot {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}

table.Tabla td {
  padding: 3px;
}

table.Tabla--SinBordes,
table.Tabla--SinBordes th,
table.Tabla--SinBordes tr,
table.Tabla--SinBordes td,
table.Tabla--SinBordes tbody,
table.Tabla--SinBordes thead,
table.Tabla--SinBordes tfoot {
  border: 0;
}

table.Tabla--Criterios th,
table.Tabla--Criterios thead,
table.Tabla--Criterios tfoot {
  color: #ffffff;
  background-color: #cb7aae;
  border: 5px solid #ffffff;
}

table.Tabla--Criterios tr {
  background-color: #f0f0f0;
}

table.Tabla--Criterios td {
  font-weight: bold;
  border: 5px solid #ffffff;
}

table.Tabla--Criterios tr:nth-child(even) {
  background-color: #ffffff;
}

table.Tabla--Criterios tr td:nth-child(2),
table.Tabla--Criterios tr td:nth-child(2) a {
  color: #235985;
}

table.Tabla--Criterios tr td:nth-child(3),
table.Tabla--Criterios tr td:nth-child(4),
table.Tabla--Criterios tr td:nth-child(5) {
  text-align: center;
}

table.Tabla--Resoluciones th,
table.Tabla--Resoluciones thead,
table.Tabla--Resoluciones tfoot {
  color: #ffffff;
  background-color: #cb7aae;
  border: 5px solid #ffffff;
}

table.Tabla--Resoluciones tr {
  background-color: #f0f0f0;
}

table.Tabla--Resoluciones td {
  font-weight: bold;
  border: 5px solid #ffffff;
}

table.Tabla--Resoluciones tr:nth-child(even) {
  background-color: #ffffff;
}

table.Tabla--Resoluciones tr td:nth-child(2),
table.Tabla--Resoluciones tr td:nth-child(2) a {
  color: #235985;
}

table.Tabla--Resoluciones tr td:nth-child(3) {
  text-align: center;
}

/* Vinetas */
.VinetaConTematica {
  position: relative;
  width: 200px;
  height: 161px;
  background-image: url("../img/vineta_roja.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.VinetaConTematica--Rosada {
  background-image: url("../img/vineta_rosada.png");
}

.VinetaConTematica--Morada {
  background-image: url("../img/vineta_morada.png");
}

.VinetaConTematica span {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  width: 100px;
  height: 75px;
  padding-left: 5px;
}
