Ya lo he solucionado mas o menos... ¿Esta correcta esta forma?
CSS
Código:
<style type="text/css">
.lateral { background-image: url(esquinaBarraSuperiorIzq.png);
background-repeat: no-repeat;
float:left;
width:20px;
height:80px;
margin-left: 15%;
}
#central {
background-image: url(partecentralBarraSUperior.png);
background-repeat: repeat;
float:left;
width:60%;
height:50px;
}
#lateral2 {
background-image: url(esquinaBarraSuperiorder.png);
background-repeat: no-repeat;
float:left;
width:25px;
height:80px;
margin-right: 15%;
}
</style>
HTML:
Código:
<div class="lateral"></div>
<div id="central"></div>
<div id="lateral2"></div>
Código:
http://subir-imagenes.es/?v=marcosuper.png