﻿.bltns {
    
}

    .bltns ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .bltns ul li {
            margin-bottom: 10px;
            padding: 0px;
            border-bottom: dotted 1px #ccc;
            text-align: center;
        }

            .bltns ul li div {
                clear: both;
            }

            .bltns ul li:hover {
                background-color: #EFEFEF;
                border-bottom: dotted 1px #fff;
            }

            .bltns ul li i {
                    float: left;
                    margin: 2%;
                    /*background-color: #fff;*/
                    color: #767171;
            }
            .bltns ul li p {
                float: left;
                color: #212529;
                padding-left: 10px;

                font-family: 'Open Sans', sans-serif;
                font-size: 14px;
                text-align: justify;
                width: 89%;
            }

                .bltns ul li p span {
                    display: block;
                    color: #767171 !important;
                    font-size: 13px;
                    font-weight: bolder;
                }

                .bltns ul li p em {
                    display: block;
                    display: inline-table;
                    color: #333;
                    font-size: 13px;
                    font-style: normal;
                    padding-bottom: 3px;
                }

.rowSinMarginR {
    margin-right: 0px !important;
}
.rowSinMarginL {
    margin-left: 0px !important;
}

.boletin{
    text-align: justify;
}

.boletin{
    text-align: justify;
}

.boletin-BN {
    color: #333;
}
.boletin-T {
    color: #767171;
}

.boletin-B p{
    margin: 0px;
}


/* Mobile Styles */
@media only screen and (max-width: 400px) {
    .img-thumbnail{
        height: auto !important;
    }
    .modal-dialog {
        max-width: 100% !important;
    }

}

/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {
    .img-thumbnail{
        height: auto !important;
    }
    .modal-dialog {
        max-width: 100% !important;
    }
}

.link{
    text-decoration: none !important;
}

.fa-ban:before {
    color :black;
}