@charset "utf-8";
.header_cell {
	background-color: #FFFFFF;
	background-image: url(Amusedrome_anim8.gif);
	background-repeat: no-repeat;
	background-position: left center;
	vertical-align: middle;
	text-align: center;
	border: none;
}
.header_cell img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.title_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
.content_font {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.link_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	color: #CCCCCC;
	text-decoration: none;
}

.contact_cell {
	background-image: url(contact_back.png);
	background-repeat: repeat-y;
	background-position: right;
}
.contact_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}


.shadow_left {
	background-image: url(shd_left.png);
	background-repeat: repeat-y;
	background-position: right;
}
.shadow_right {
	background-image: url(shd_right.png);
	background-repeat: repeat-y;
	background-position: left;
}
.celda_contenido {
	background-color: #333399;
	border: 1 px solid #FFFFFF;
}
.no_border {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
