body {

	background-color: #FFFFFF;
	}

img {border-style: none}

p {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

td {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

h1 {
	text-align: center;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

h2 {
	text-align: left;
	color: #333333;
	font-size: 14px;
	font-family: "Verdana";
	background-image: url(imagenes/bg_piedras.jpg);
}

h3 {text-align: left;
font-family: "Verdana"}

h5 {text-align: center;
background-image: url("imagenes/bg_h5.gif");
font-family: "Verdana"}

h6 {text-align: center;
font-family: "Verdana"}

a.casa:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.casa:visited {color: #666666;	font-weight: bold; text-decoration: none;}
a.casa:hover {
	text-decoration: underline;
	color: #333333;	font-weight: bold;
}

a.bay:link {color: navy; text-decoration: none}
a.bay:visited {color: green; text-decoration: none}
a.bay:hover {text-decoration: underline; color: blue}

table table {
  filter: alpha(opacity=80);
  -moz-opacity: 0.9;
  opacity: 0.9;
  -khtml-opacity: 0.9;
  }