Funciona todo excepto por la fuente que cargue, también intente con otras fuentes y ninguna me funciona, así que no creo que sea el código html.
Código
@font-face { font-family: "cstream"; src: url(fuentes/cstream.ttf); } /*Estilo para el id "Titulo".*/ #Titulo { font: normal 80px cstream, Verdana, "Times New Roman"; /*Determina las caracteristicas de la fuente*/ color: rgb(84, 14, 18); padding-right: 85%; background-image: url(../imgs/mapa.jpg); background-size: auto; background-clip: padding-box; border-top-style: groove; border-bottom-style:groove; border-left-style: dashed; border-right-style: dashed; border-image-source: url(../imgs/madera.jpg); border-image-slice: 30; border-width: 10px; text-align: center; }