body, h1, h2, h3, h4, h5 {
  font-family: Arial, Verdana, sans-serif;
}

body {
  font-size: 14px;
}

.logotipo img {
  width: 80%;
}

a:visited {
    color: #3F1103;
}

table#calendario {
    background-color: white;
    border-collapse: collapse;
}
table#calendario th, table#calendario td {
    padding: 0 8px;
    border: 1px solid #d8d8d8;
    text-align:center;
}
table#calendario th {
    padding: 7px 0;
    font-size: x-small;
    background: #d8d8d8;
}
table#calendario td.t {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
table#calendario td.t a {
    text-decoration: none;
}
td {
    height: 25px;
}

@media screen and (min-width:1115px){
        img.responsive{width:}
        img.responsive1{width:550px; display: block; margin: auto;}
      }
@media screen and (max-width:1110px){
        img.responsive{width:130px;}
        img.responsive1{width:; display: block; margin: auto;}
}

/*Definición de colores para tema*/
.w3-theme-l5 {color:#000 !important; background-color:#f8f8f8 !important}
.w3-theme-l4 {color:#000 !important; background-color:#e6e6e7 !important}
.w3-theme-l3 {color:#000 !important; background-color:#cdcecf !important}
.w3-theme-l2 {color:#000 !important; background-color:#b4b5b7 !important}
.w3-theme-l1 {color:#fff !important; background-color:#9b9c9f !important}
.w3-theme-d1 {color:#fff !important; background-color:#75767a !important}
.w3-theme-d2 {color:#fff !important; background-color:#68696c !important}
.w3-theme-d3 {color:#fff !important; background-color:#5b5c5f !important}
.w3-theme-d4 {color:#fff !important; background-color:#4e4f51 !important}
.w3-theme-d5 {color:#fff !important; background-color:#414244 !important}

.w3-theme-light {color:#000 !important; background-color:#f8f8f8 !important}
.w3-theme-dark {color:#fff !important; background-color:#414244 !important}
.w3-theme-action {color:#fff !important; background-color:#414244 !important}

.w3-theme {color:#fff !important; background-color:#838487 !important}
.w3-text-theme {color:#838487 !important}
.w3-border-theme {border-color:#838487 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#838487 !important}
.w3-hover-text-theme {color:#838487 !important}
.w3-hover-border-theme:hover {border-color:#838487 !important}
