
/**** Mesas ***/
.rojo{
  color:#a90b17;
}
.azul{
 color:#063971;
}

.naranja{
color:#ff5800;
}

.verde{
  color:#317f43;
}

.imagen-mesa{
   margin-bottom: 3em;
}

.codigo-mesa{
  margin-right:0.5em;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0px auto;
  padding: 3%;
  border-style: solid;
  border-width: medium;
  border-color: white;
  z-index: 20;
  color: white !important;
}
.rojo .codigo-mesa{
  background-color: #a90b17;
}
.azul .codigo-mesa{
  background-color: #063971;
}
.naranja .codigo-mesa{
  background-color: #ff5800;
}
.verde .codigo-mesa{
  background-color: #317f43;
}

.grupo-titulo h2{
  display:inline-flex;
}

.titulo-mesa {
   /*margin:0;*/
   color: white !important;
   display: inline-flex;
   border-style: solid;
   border-radius: 50px 50px;
   margin-left: -2.7em;
   padding-left: 3.5em;
   padding-right: 3em;
   /*padding-top: 0.4em;
   height: 6rem;
   margin-top:0.2em;*/
   text-transform: uppercase;
   align-items:center;
}

.rojo .titulo-mesa {
  border-color: #a90b17;
  background: #a90b17;
}

.azul .titulo-mesa {
  border-color: #063971;
  background: #063971;
}

.naranja .titulo-mesa {
  border-color: #ff5800;
  background: #ff5800;
}

.verde .titulo-mesa {
  border-color: #317f43;
  background: #317f43;
}

.nombre-consejeria{
  margin-left: 2em;
  border-style: solid;
  padding: 0.5em;
  border-radius: 50px 50px;
}

.rojo .nombre-consejeria{
  border-color: #a90b17;
  color: #a90b17 !important;
}
.azul .nombre-consejeria{
  border-color: #063971;
  color: #063971 !important;
}
.naranja .nombre-consejeria{
  border-color: #ff5800;
  color: #ff5800 !important;
}

.verde .nombre-consejeria{
  border-color: #317f43;
  color: #317f43 !important;
}

.mesa  h3{
  margin-bottom:2em;
}

.bloque-consejerias table{
  margin-left:4em;
  margin-right:2em;
  margin-bottom:2em;
  width: auto; /* 93%; */
}

.rojo .bloque-consejerias table thead{
  color: #a90b17 !important;
  border-bottom: 3px solid #a90b17;
}

.azul .bloque-consejerias table thead{
  color: #063971 !important;
  border-bottom: 3px solid #063971;
}

.naranja .bloque-consejerias table thead{
  color: #ff5800 !important;
  border-bottom: 3px solid #ff5800;
}

.verde .bloque-consejerias table thead{
  color: #317f43 !important;
  border-bottom: 3px solid #317f43;
}

.bloque-consejerias table .codigo{
    min-width: 100px;
}

.bloque-consejerias table th.ncomp{
  padding-right: 1em;
}

.centrado{
text-align: center;
}

.redondeado{
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0.2em auto;
  padding: 3%;
  border-style:solid;
  border-width:thin;
  color: inherit !important;
}

.rojo .redondeado{
  border-color:#a90b17;
}
.azul .redondeado{
  border-color:#063971;
}
.naranja .redondeado{
  border-color:#ff5800;
}
.verde .redondeado{
  border-color:#317f43;
}

/** enlaces expandidos */
 .rojo a[aria-expanded="true"]{
   border-color: #fab9be;
   background: #fab9be;
   color: #4d4d4d !important;
}
 .azul a[aria-expanded="true"]{
   border-color: #b6d7fb;
   background: #b6d7fb;
   color: #4d4d4d !important;
}
 .naranja a[aria-expanded="true"]{
   border-color: #ffccb1;
   background: #ffccb1;
   color: #4d4d4d !important;
}
 .verde a[aria-expanded="true"]{
   border-color: #c6e9ce;
   background: #c6e9ce;
   color: #4d4d4d !important;
}

/** quitar el ssubrayado de los enlaces **/
a.nombre-consejeria, a.ncomp{
  text-decoration:none;
 }

@media only screen and (min-width : 480px) and (max-width : 768px) {
  .nombre-consejeria{
    font-size: 75%;
  }
}
@media only screen and (max-width : 480px) {
  .nombre-consejeria{
     font-size: 70%;
   }
  .naranja .nombre-consejeria{
    font-size: 50%;
  }
  .contentArea .contentAreaInner.single {
    padding: 30px 0px 20px;
  }
  .bloque-consejerias table {
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 2em;
    width: auto;
    font-size: 70%;
  }
}
 
/*** Fin Mesas^*/