@media only screen and (max-device-width: 1050px) and (min-device-width: 0px), screen and (max-width: 1050px) and (min-width: 0px) {
  .cabeceraPR td.logo {
    background-image:url('../img/logoFinalVert.png');
    background-repeat:no-repeat;
    background-position:top left;
  }
}

@media only screen and (max-device-width: 770px) and (min-device-width: 0px), screen and (max-width: 770px) and (min-width: 0px) {
  .cabeceraPR td.tdTelefonoEmail img {
    display:none;
  }
  .cabeceraPR td.tdTelefonoEmail {
    width:1px;
  }
}

@media only screen and (max-device-width: 700px) and (min-device-width: 0px), screen and (max-width: 700px) and (min-width: 0px) {
  .menuPR td a {
    font-size: 0.8em;
  }
  .menuPR td.menu a:hover {
    padding:0px;
    border:0px;
    background-color:#005f36;
    text-decoration:underline;
    -moz-box-shadow:none;
  	-webkit-box-shadow:none;
  	box-shadow:none;
  }
  #section_contacto, #section_formulario, #section_ofertas_foto, #section_ofertas, #section_foto, #section_contenido {
    float:none;
    width:auto;
  }
  #holder {
    height:95%;
    width:95%;
  }
}