/* 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;
 }
#texto2  h2,#texto2  h3,#texto2  h4 {
 padding-bottom: 20px;
 padding-top: 20px;
 }
#texto2  {
 width: 100%;
 padding-bottom:30px;
 }
#texto2  a.equipo {
 content: " (" attr(href) ") ";
 background: transparent url(../images/link-web.png) center right no-repeat;
 padding-right:13px;
 }
img {
 border: 10px solid #fff;
 }
#galeria {
 text-align: center;
 width: 95%;
 margin: 0 auto;
 }
