#chromemenu{
    display: none;
}

.dropmenudiv{
    display: none;
}

#dropmenu1
{
    display: none;
}

#dropmenu2
{
    display: none;
}

#dropmenu3
{
    display: none;
}

#dropmenu4
{
    display: none;
}

.bar-top{
    display: none;
}

.ad{
    display: none;
}

.no-print{
    display: none;
}

.noprint{
    display: none;
}

.bottom{
    display: none;
}

.listingBlueHeader {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
    padding: 10px 0 3px 0;
}

iframe{
    display: none;
}

img{
    width: 600 px;
    height: 450 px;
}

@media only print {
  
}

@media print {

    html, body {
        height:100vh; 
        margin: 0 !important; 
        padding: 0 !important;
        overflow: hidden;
    }

}

html, body { height: auto; }

.noprint:last-child {
    page-break-after: auto;
}

.no-print:last-child {
    page-break-after: auto;
}

a {
    text-decoration: none;
}

h1 {
    font-size: x-large;
}

center{
    margin: -10px;
}

#preguntaText {
    color: red;
    font-size: larger;
    font-style: italic;
    font-weight: bolder;
}

#logoText {
    color: darkblue;
    font-size: xx-large;
    font-weight: bolder;
    font-family: serif;
    text-shadow: 2px 1px 2px mediumvioletred;
}
#logoHeaderCenter {
    padding-top: 5px;
    text-align: center;
}

#leftInfoBox {
    padding: 10px 20px 10px 10px;
    float: left;
    text-align: left;
}

#rightInfoBox {
    padding: 10px 10px 10px 20px;
    float: right;
    text-align: right;
}


/* linkGrid styles */
.linkGrid {
    padding-right: 4rem;
    font-family: sans-serif;
    margin: auto;
}

.linkGrid > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 300px));
    grid-gap: 1rem;
    list-style-type: none;
    justify-content: center;
}

.linkGrid > ul > li {
    border: 1px solid #E2E2E2;
    border-radius: .5rem;
    background: white;
}

.linkGrid > ul > li > figure {
    max-height: 265px;
    overflow: hidden;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    position: relative;
    margin: 0;
    padding: 0;
    display:flex;
    align-items: center;
}

.linkGrid > ul > li > figure > a > img {
    width: 100%;
}

.linkGrid > ul > li > figure > img {
    width:100%;
}

.linkGrid > ul > li > figure > figcaption {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    width: 100%;
}

.linkGrid > ul > li > figure > figcaption > h3 {
    color: white;
    padding: 0 0 0 .75rem;
    font-size: 1.25rem;
}

.linkGrid > ul > li > figure > figcaption > h3 > a {
    text-decoration: none;
    color: white;
    text-align: center;
}

.linkGrid > ul > li > figure > figcaption > h3 > a:hover {
    opacity: .6;
}

.linkGrid > ul > li > p {
    font-size: 1rem;
    line-height: 1.5;
    padding: 1rem .75rem;
    color: #666666;
}

.linkGrid > ul > li > a {
    padding: .5rem 1rem;
    margin: .5rem;
}

.innerList {
    padding: 20px 20px 20px 40px;
}