<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*:focus{
  border:4px dotted red !important;
}

.accesible__link-text{
  display: inline-block;
    text-indent: -99999 !important;
}

.accesible__link:hover{
  color:black;
  background-color: white;
  border:4px dotted red;
  text-decoration: none;
}

.accesible__table{
  border-collapse: separate;
  border-spacing: 3px;
}

table.accesible__table th{
  font-weight: bold;
  padding: 0;
  text-align: center;
}

table.accesible__table td{
  padding: 0;
  text-align: center;
}

table.accesible__table td.table__desc{
	text-align: left;
}

table.accesible__table tbody tr{
  background-color: #bebdbd;
}
table.accesible__table tbody tr.cMaterial{
  background-color: #a1e49e75;
}

table.accesible__table td:nth-child(1), table.accesible__table td:nth-child(2){
  text-align: left;
}

table.accesible__table th:nth-child(2n+1){
  color:white;
  background-color: #193455;
}

table.accesible__table th:nth-child(2n){
  background-color: #fbc975;
  color: #193455;
}


/*Inicio Modals*/

.contenido_modal{
    display: block;
    font-size: 18px;
    border-bottom: solid #2874A6   1px;
    border-top: solid #2874A6   1px;
}

#modal form {
    width: 80%;
    margin: auto;
}

.modal-title--sub{
      border-bottom: 3px solid grey;
}

.modal_overlay{
    background-color: rgb(0 0 0 / 44%);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}

.draggable{ 
  overflow: hidden;
  resize: both;
}

.aceptar:after, .aceptar:before{
    content: "";
    display: block;
    clear: both;
}
.aceptar{
    float: right;
    background-color: #2874A6;
    color: white;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 18px;
    padding: 2px;
    cursor: pointer;

}
.modal{
    box-shadow: 0px 0px 34px #000000;
    position: fixed;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #d7f7d5;
    border-radius: 5px;
    width: 70%;
    margin: 30px auto;
    padding: 10px;
    z-index: 3;
    display: none;
    text-align: justify;
    height: max-content;
}

button#cerrarModal {
    float: right;
    border: 3px solid #173555;
    background-color: rgba(0,0,0,0);
    font-size: 1.5rem;
    font-weight: bold;
}

#modalAcceptButton, #modal_lastElement{
    background-color: #173555;
    color: white;
    padding: 1rem 3%;
    width: 30%;
    margin-left: 14%;
    margin-bottom: 1rem;
}

#modalTitle{
    font-size: 2rem;
    line-height: 1.5;
    color: #193455;
    font-weight: bold;
}

.cerrar{
    position:absolute;
    top:2px;
    right: 5px;
    font-size: 14px;
    font-weight: bold;
    background-color: white;
    border-color:white;
    color:gray;
    cursor: pointer;
}

/*Fin del modal*/</pre></body></html>