footer {
   clear: both;
   background: #34334a;
   height: 550px;
   width: 100%;
   position: relative;
   padding-top: 50px;
   color: white;
}

/*Divs verticales del footer*/
#divContenedorVerticales {
   overflow: hidden;
   width: 90%;
   margin: auto;
}

.divsVerticales {
   float: left;
   width: 20%;
}

            .titulosLink,
            .titulosVerticales {
                font-weight: 600;
            }
            
            .titulosVerticales {
                color: #b0b4e8;
                line-height: 40px;
            }
            
            .divsVerticales ul li {
                list-style: none;
                line-height: 40px;
            }

                .divsVerticales ul li:hover, #divHorizontal .link:hover {
                    color: deeppink;
                    text-decoration: underline;
                    cursor: pointer;
                }
        
        #divImagenes {
            float: right;
            width: 12%;
            margin-top: 15px;
        }
        
            #divImagenes img {
                box-sizing: border-box;
                display: block;
                width: 100%;
                height: 50px;
                margin-bottom: 15px;
            }

/*Parte horizontal final del footer*/
    #divHorizontal {
        position: absolute;
        bottom: 10px;
        left: 20%;
        width: 60%;
        text-align: center
    }
    
        #divHorizontal img {
            height: 40px;
            width: 40px;
            margin: 20px;
            position: relative;
        }
            #divHorizontal img:hover, #divImagenes img:hover {
                cursor: pointer;
            }
        
        #raya {
            width: 100%;
            text-align: center;
            margin-bottom: 15px;
        }
        
        #divHorizontal p {
            display: inline-block;
            margin-bottom: 30px;
            letter-spacing: 1px;
        }
    