
/* 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/fondo015.jpg) no-repeat top left fixed;
 }
#texto {
 background: url(../images/fondos/back-texto.png) repeat top left;
 }
#texto2  {
 width: 75%;
 margin: 0 auto;
 padding-bottom:30px;
 } 
#texto2  h2,#texto2  h3,#texto2  h4 {
 padding-bottom: 20px;
 padding-top: 20px;
 }
#texto2  h2{
 color:#607293;
 text-align:center;
 line-height: 1.3em;
 }
.san-pedro-imagenes {
 text-align: center;
 }
img {
 border: 0;
 }
