/* CSS Document */
#img-modal {
    height: 650px;
    padding-bottom: 50px;
}
.carousel-indicators li {
    background-color: #dbc304;
}

.flotante-derecha {
    position: fixed;
    bottom: 20px;     
    right: 20px;      
    z-index: 9999;    
    cursor: pointer;
}

.flotante-derecha img {
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}	

