/* Elementos base */

@import url(maquetacion.css);
@import url(menu-imagen.css);
@import url(textos.css);

/* Estilos específicos de la pagina  */

body { 
 background: #dedede url(../images/fondos/fondo002.jpg) no-repeat center fixed;
 }
#texto2  h2,#texto2  h3,#texto2  h4 {
 padding-bottom: 20px;
 }
#texto2  {
 width: 75%;
 margin: 0 auto;
 padding-bottom:30px;
 }
ul {
 list-style-type: square;
 }
