.uahome #seccionNoticiasHome {
    background: #ececec;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 20px 0;
}

.uahome #textoTituloNoticias {
    /* font-size: 25px; */
    font-size: 1.5625rem;
    line-height: 25px;
    color: #555;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

.uahome #enlaceMasNoticiasHome {
    color: #555;
    /* font-size: 10px; */
    font-size: .625rem;
    line-height: 10px;
    font-family: "Roboto", sans-serif;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    background: url('https://web.ua.es/secciones-ua/images/home/iconoMas.jpg') no-repeat right center;
    padding-right: 30px;
    box-sizing: border-box;
    padding-top: 7px;
}

.uahome #enlaceMasNoticiasHome:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.uahome #enlaceRSSHome {
    color: #555;
    font-size: .625rem;
    line-height: 10px;
    font-family: "Roboto", sans-serif;
    height: 25px;
    display: inline-block;
    vertical-align: top;
    background: url('https://web.ua.es/secciones-ua/images/home/icono-rss.png') no-repeat right center;
    padding-right: 30px;
    box-sizing: border-box;
    padding-top: 7px;
}

.uahome #enlaceRSSHome:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.uahome #parteSuperiorNoticiasHome {
    padding-bottom: 17px;
}

.uahome .noticiaHome p {
    /* font-size: 13px; */
    font-size: .8125rem;
    line-height: 15px;
    font-weight: 300;
    display: block;
    color: #5d5d5d;
    margin-top: 16px;
    padding-left: 14px;
    padding-right: 14px;
}

.uahome .noticiaHome a:hover {
    text-decoration: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.uahome .noticiasResumenHome a {
    display: block;
    font-family: "Roboto", sans-serif;
    color: #5d5d5d;
    font-weight: 300;
    line-height: 13px;
    font-size: .8125rem;
}

.uahome .noticiasResumenHome .separadorNoticiasHome {
    display: block;
    width: 37%;
    height: 1px;
    background: #1d6288;
    margin-top: 10px;
    margin-bottom: 10px;
}

.uahome .noticiasResumenHome a:hover {
    color: #1d6288;
    text-decoration: none;
}

.uahome .noticiaHome,
.uahome .noticiasResumenHome {
    padding-bottom: 20px;
}

.uahome .noticiaHome img {
    /*width: 100% !important;*/
}

.uahome #enlaceMasNoticiasHome:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* AJUSTES IMÁGENES SCALE-DOWN */
/*
.uahome .imagenNoticiaCol1 img,
.uahome .imagenNoticiaPeque img {
    max-width: 100% !important;
  	height: unset !important;
  	width: unset !important;
  	max-height: 270px;
  	object-fit: scale-down;
  	object-position: top;
}
*/
