      table.color{
      /* Mozilla ignores crazy MS image filters, so it will skip the following */
      //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='Images/fondo.png');
     }
      /* IE ignores styles with [attributes], so it will skip the following. */
      .color[class]{
      background: url(Images/fondo.png) center center;
      }

h1 {
font-size: 15px;
color:#006600;
}
h2 {
font-size: 13px;
color:#990000;
}
h3 {
font-size: 12px;
color:#0077ff;
}

body {
background: url(Images/fondorojo.gif);
  color: #000000;
  margin-top: 0px;
  
}

TD.texto {
  font-family: georgia, Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #000000;
  text-align: justify;
  vertical-align: top;

}

TD.textoyfondo {
  font-family: georgia, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	vertical-align: top;

}
TD.pie {
  font-family: georgia, Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  text-align: center;
  vertical-align: middle;
}
TABLE.texto2 {
  font-family: georgia, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	vertical-align: top;
 border: black 1px solid;

}

p
{
text-indent: 20px;
}

#imagenes {
 position:relative;
 top:-302px;
 left:312px;
}
#cabecera {
background: url(Images/cabecera.jpg);
height:180px;
}

#galeria {
position:relative;
top:10px;
left:259px;
z-index: 2;
}