#landing, #landing h1, #landing h2, #landing a, #landing ul, .landing_perque_cont .col {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}

#landing h1, #landing h2 {
    display: block;
    margin: 0;
}

#landing_header {
    padding-top: 58px;
    padding-bottom: 45px;
    background: #555 url(http://estudiarenla.upv.es/landing/2017/masters/landing_header.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

#landing_header h1 {
    font-weight: normal;
    font-size: 18px;
}

#landing_header h1:after {
    content: '';
    display: block;
    margin: 14px auto 0 auto;
    height: 3px;
    width: 100px;
    background: #fff;
}

#landing_header h1 strong {
    font-weight: bold;
    font-size: 30px;
}

#landing_comparador {
    padding: 42px 0;
    text-align: center;
    vertical-align: middle;
}

.landing_comp_tabla {
    border: 1px solid #E9AFAE;
    margin: 0 15px 15px 15px;
    vertical-align: middle;
}

.landing_comp_tabla_header {
    background: #555;
    color: #fff;
    padding: 18px 0;
}

.masters .landing_comp_tabla_header {
    background: #D35E5D;
}

.landing_comp_tabla_header h2 {
    font-weight: normal;
    font-size: 26px;
}

.landing_comp_tabla_actions {    
    border-top: 1px solid #E9E9E9;
    padding: 20px;
    text-align: center;
}

.landing_comp_rows {
    padding: 0 15px;
}

.landing_comp_rows ul, .landing_comp_rows li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 17px;
    color: #666;
}

.landing_comp_rows li {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.landing_comp_rows > ul > li:last-child {
    border-bottom: 0;
}

#landing_perque {
    background: #F8F8F8;
    text-align: center;
}

.landing_perque_header {
    background: #F5F5F5;
    padding: 27px 0;
}

.landing_perque_header h2 {
    font-weight: bold;
    color: #D25E5D;
    font-size: 35px;
}

.landing_perque_header h2:after {
    content: '';
    display: block;
    margin: 14px auto 0 auto;
    height: 3px;
    width: 80px;
    background: #D25E5D;
}

.landing_perque_cont {
    padding: 66px 0;
}

.landing_perque_cont .col {
    width: 185px;
    display: inline-block;
    height: 215px;
    color: #535353;
    font-size: 18px;
    text-align: center;
}

.landing_perque_cont .col img {
    margin-bottom: 19px;
    width: 146px;
    height: 145px;
}

.landing_perque_cont .col span {
    display: block;
}

a.landing_btn, a:hover.landing_btn, a:focus.landing_btn {
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #333;
    background: #555;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
    text-align: center;
}

#upv_wrapper {
    margin: 0 auto;
    background: #fff;
}

.upv_header_nav {
    background: #333;
    padding: 7px 10px;
    text-align: right;
    font-family: sans-serif;
}

@media (min-width: 890px) {
  .landing_comp_tabla {
    display: inline-block;
    width: 390px;
    margin: 0 22.5px;
  }

  #upv_wrapper {
    max-width: 950px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  }

  #upv_header::before {
    content: "";
    display: block;
    height: 10px;
    background: #313233;
    background: linear-gradient(to right,#313233,#313233 0%,#313233 36.32812%,#c00 36.32812%,#c00 83.5%,#313233 83.5%,#313233 97%,#c00 97%,#c00 100%);
    position: relative;
  }

  #upv_header {
    background: #fff;
    position: relative;
  }

  .capupvplug-logo-upv {
    margin: 17px;
  }

  .upv_header_nav {
    top: 15px;
    right: 3%;
    text-align: right;
    background-color: #fff;
    position: absolute;
    padding: 0;
    font-size: 10px;
    font-family: sans-serif;
  }

  #landing_header h1 {
    font-size: 29px;
  }

  #landing_header h1 strong {
    font-size: 44px;
  }

}

@media(max-width: 965px){
  #div_MENUH, #DIVsep1N2, #DIVaccesoDirectoN2, #DIVmenuHerramientas {
    display: none;
  }

  #DIVescudoN2 {
    text-align: center;
    margin: 0 auto;
  }

  #DIVcab, #body, .estabilizador, #DIVpiePagina, #DIVpag, .menuPieN3, .menuPieN2,
  #DIVescudoN2, #DIVcab1N2{
    width: auto !important;
  }

  #DIVpiePagina {
    text-align: center;
  }

  .menuPieN2 img {
    float: none !important;
    margin-left: 5px;
  }

  #DIVsepPie1N2 img {
    width: 100% !important;
  }

  .texto_pie, .texto_contacto {
    float: none;
  }

  .landing_perque_cont .col {
    margin-bottom: 30px;
  }

}

@media(max-width: 889px){
  .landing_comp_tabla br {
    display: none;
}
