/* CSS Document */

<!--
body {
	background-color: #16542B;
	margin-top: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #660099;
}
a:hover {
     text-decoration:none;
	 }
h1 {
	font-size: large;
}
h2 {
	font-size: medium; 
}
h3  {
	font-size: small;
	font-weight:bold; 
} 
p {
    margin-left: 5px;
	font-size:small;
}
.style2 {font-size: small}
.crema {
	color: #16542B;
}

p.gallery {
    margin-left: 5px;
	font-size:x-small;
}
td.galeria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
-->