no estoy seguro, pero pruebalo de esta manera:
Código html:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> h1{
background-image: url("../Titulo.png");
background-repeat:repeat-x;
color:#e6e6e7;
padding:3px;
font-size:24px;
margin:0;
text-align:center;
line-height:normal;
}
#barra {
border: #0f3567 solid 2px;
width: 500px;
margin:15px auto;
}
#con_imagen{
width: 550px;
height: auto;
border: #ffffff solid 1px;
margin: auto 75px;
overflow:auto;
}
<img src="Imagenes/fondo.jpg" width="50" height="60" style="float:left; position:relative; left:-15px; top:-15px" /> <h1>Titulo Principal Con Imagen
</h1>
sugiero hacerlo en un archivo nuevo para evitar complicaciones.