.novedades
{
    
    padding: 0;
    margin: 0;
}

.novedadeshidden{
    
    display: none;
    
}

#top {
 
    display: none;
    position: absolute;
    width: 140px;
    background-color: #45aed6;
    color: #fff;
    left: 50%;
    margin-left: -70px;
    border: none;
    outline: none;
    
    border-radius: 10px;
    
}

#bot{
    
    
       position: absolute;
    width: 140px;
    background-color: #45aed6;
    color: #fff;
    left: 50%;
    margin-left: -70px;
    border: none;
    outline: none;
    
    border-radius: 10px;
    
}

.novedades ul
{
    list-style-type: none;
}

.novedades div ul li
{
   
}    

.novedades img
{
    vertical-align: middle;
 
}

.imagenesNovedades{
    
       width: 250px;
       height: 140px;
    
}

.aireNovedades{
    
margin-bottom: 80px;
    
}

.airetexto{
    
    margin-top: 80px;
    
}

.airetexto2{
    
    margin-top: 111px;
    
}

.separacionLi{
    
    margin-top: 15px;
    
}

.novedades .lineas li:before{
    
content: "";
position: absolute;
width: 50%;
margin-top: 8.6%;
height: 1px;
background: #64686d;
    
}

.novedades div ul li p
{
    display: inline-block;
    vertical-align: middle;
}

.novedadesP{
    
    width: 600px;
    margin-left: 50px;
    font-size: 12px;
    font-family:'Roboto', sans-serif;
    
    
}

.textoGris{
    
    color: #64686d;
    
}

.novedadesSeparacionTop{
    
    margin-top: 50px
        
    
}

.descripcionNovedades{
    
    visibility: hidden;
    
}

.textoNovedades:before{
    
content: "";
position: absolute;
width: 50%;
bottom: 0;
left: 25.6%;
margin-left: -66px;
height: 1px;
background: #000;
margin-top: 34%;
margin-bottom: -73px;
    
}


@media (max-width: 767px) { 

    
    .novedadesP{
    
    width: 250px;
    margin-left: 0px;
    font-size: 12px;
    font-family:'Roboto', sans-serif;
    
    
}

.novedades .lineas li::before {
    content: "";
    position: absolute;
    width: 70%;
    margin-top: 56.6%;
    height: 1px;
    background: #64686d;
}
    
}
