        .span12TesJus {
            width: 100%;
            margin-bottom: 20px;
        }

        .div-img {
            /*border-radius: 8px;*/
            text-align: right;
        }
        .div-img img {
            max-width: 230px;
            border-radius: 8px;
            height: auto;
            margin: 20px;
        }

        .page-header h2 {
            margin-bottom: 20px;
            height: 30px;
        }

        .solop {
            text-align: justify;
            color: #003366;
            font-size: 13pt;
            line-height: 1.5;
        }

        .gridtab {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
        }

        .gridtab th, .gridtab td {
            border: 1px solid #ccc;
            padding: 10px;
            text-align: center;
        }

        .gridtab th {
            background-color: #f2f2f2;
        }
