.muestraPDF{
    display: none;
    width: 85%;
    position: relative;
    margin:4% auto;
}

.contBtn, .btnRegresar{
    font-family: 'FordAntennaRegular'; width:150px; background-color:#183967; color: #FFF; font-size:15px; text-align:center;padding:10px 0;cursor: pointer;margin: 10px 0;
}


.contBtn a, .btnRegresar p{
    padding:10px 0;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;

}

.muestraPDF .notaCompleta ul{padding:10px 0;}
.muestraPDF .notaCompleta ul li{padding: 0;margin-left:3%;margin-bottom: 1%;}
.muestraPDF .notaCompleta{text-align: left;}
.muestraPDF .notaCompleta p{margin-bottom: 3%;}
.muestraPDF .notaCompleta p span{font-weight: bold;}


.muestraPDF .tablaGanadores {margin-bottom: 4%;}
.muestraPDF .tablaGanadores .encabezados{display: flex;flex-wrap: wrap;justify-content: space-between;background: #1f4e79;color: #fff;padding: 10px 0;}
.muestraPDF .tablaGanadores .InfoGanadores .row{display: flex;flex-wrap: wrap;justify-content: space-between;padding: 5px 0;align-items: center;}
.muestraPDF .tablaGanadores .encabezados div, .muestraPDF .tablaGanadores .InfoGanadores .row div{width: 33%;text-align: center;}

.muestraPDF .tablaGanadores .InfoGanadores div ul li{list-style: none;padding: 5px 0; font-family: 'FordAntennaRegular'; font-size: 16px;}

.muestraPDF .titSala, .muestraPDF .textSala, .muestraPDF .imgSalaPrensa {
    width: 100%;
    text-align: center;
    min-height: auto;
    padding:1% 0;
}

.textSala {
    font-family: 'FordAntennaRegular'; font-size: 16px;
}


.muestraPDF .titSala p {
    font-family: 'FordAntennaRegular';
    color: #183967;
    font-size: 17px;
    text-transform: uppercase;
    display: block;
}

.textoInteProg{
    display: flex;
    flex-wrap:wrap;
    justify-content:space-around;
}
.imgSalaPrensa{    min-height: auto;}
.imgSalaPrensa img{ width: 100%;}
.itemSala{
    border-bottom: 1px solid #000;
    width: 45%;
    float: none;
    padding: 0 ;
    min-height: auto;
}

 .itemSala:nth-last-child(1), .itemSala:nth-last-child(2){
    border: 0;
 }

 @media screen and (max-width: 750px){
    .itemSala{width: 95%;padding-top: 3%;}
    .titSala{min-height: auto;}
    .itemSala:nth-last-child(2){border-bottom: 1px solid #000;}
    .muestraPDF{width: 95%;}
    .muestraPDF .notaCompleta ul li {margin-left: 10%;}



 }

 @media screen and (max-width: 600px){
    .notaCompleta{font-size: 15px;}
    .muestraPDF .titSala p{font-size: 17px;}
    .textoInteProg p b {    font-size: 17px;}
    .textoInteProg p {    font-size: 15px;}
    .contBtn, .btnRegresar{padding: 7px 0;width: 100px;font-size: 16px;}

 }


/*.itemSala.active{display: block;width: 80%;transition: width 1s linear 0.1s;}
.itemSala{transition: width 1s linear 0.1s;}
.itemSala.divR.active{float: none;}*/


