 .separador {
            border-bottom-width: 0;
        }
        
        .seccion {
            display: none;
        }
        
        .antetitulo {
            display: block;
        }
        
        .subtitulo {
            display: block;
        }
        
        .autor {
            display: none;
        }
        
        .comentarios {
            display: none;
        }
        
        .noticiasRelacionadas {
            display: block;
        }
        
        .archivosRelacionados {
            display: block;
        }
        
        .enlacesRelacionados {
            display: none;
        }
        
        .cintilloMarco {
            color: #004aa3;
            background-color: #ffffff;
            font-weight: bold;
        }
        
        .cintilloNoticia {
            color: #ffffff;
            background-color: #2f5c79;

        }
        
        .tituloNoticia {
            color: #515151;
            font-size: 10px;
            font-style: normal;

        }
        
        .tituloNoticia h3 {
            color: #515151;
            font-style: normal;
            margin-bottom: 10px;

        }
        
        .tituloNoticia h3 a {
            color: #000;
            font-style: normal;
            line-height: 1.1em;
            font-weight: 500;
        }

        .tituloNoticia h3 a:hover {
            color: #000;
            text-decoration: none !important;
            border-bottom: 1px solid #a7a7a7; 
        }
        
        