body {
	background-image: url(images/backgrounds/wideBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
	visibility: visible;
	background-attachment: fixed;
	background-color: #99ccff;
}
p {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #030;
	margin: 0px;
	padding: 0px;
}
ul  {
	padding: 0px;
	color: #3C0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	color: #C30;
	text-align: center;
	margin: 10px;
	font-weight: bold;
}

h3 {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #030;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	background-image: url(images/backgrounds/h6_bottom.png);
	text-align: center;
	height: 40px;
	width: 740px;
}



label {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #030;
	margin: 0px;
	padding: 0px;
}

.imgGallery {
	border: medium double #030;
	margin: 5px;
}


.esq1 {
	background-image: url(images/backgrounds/esq1.png);
}
.esq2 {
	background-image: url(images/backgrounds/esq2.png);
}
.esq3 {
	background-image: url(images/backgrounds/esq3.png);
}
.esq4 {
	background-image: url(images/backgrounds/esq4.png);
}
.whiteTXT {
	color: #FFF;
}

a:link {
	text-decoration: none;
	color: #030;
}
a:visited {
	color: #030;
	text-decoration: none;
}
a:hover {
	color: #030;
	text-decoration: underline;
}
a:active {
	color: #030;
	text-decoration: none;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.tableTop {
	background-image: url(images/backgrounds/images/tableBgTop.png);
}
.tableBottom {
	background-image: url(images/backgrounds/images/tableBgBottom.png);
}
.tableDer {
	background-image: url(images/backgrounds/images/tableBgDer.png);
}
.tableIzq {
	background-image: url(images/backgrounds/images/tableBgIzq.png);
}
#tableMainBg {
	background-image: url(images/backgrounds/mainTableBg.png);
}
