@charset "UTF-8";
/* CSS Document */

body  {
	font: Georgia, times, serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-attachment: fixed;
	background-color: #C0C0C0;
	background-image: url(bkg-page.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#box {
	margin-top: 0px;
	margin-right: auto;
	border-top-width: 20px;
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 40px;
}

#bkg {
	background-image: url(IMAGES/bkg_main.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 1280px;
	margin: 0px;
	padding: 0px;
	width: 1280px;
}

#IndexBox {
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	margin-bottom: 0px;
}


#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #E6DDBE;
}
#menu a:link {
	text-decoration: none;
}
#menu a:visited {
	color: #CCCCCC;
}
#menu a:hover {
	color: #FFFFFF;
}
#menu a:link {
	color: #E6DDBE;
	text-decoration: none;
	font-weight: normal;
}
#menu a:visited {
	color: #CCCCCC;
}
#submenu {
	list-style-type: none;
	text-align: center;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 12px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-image: url(IMAGES/bkgmenu.jpg);
	background-repeat: repeat;
}
#submenu a {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#submenu a:hover {
	text-decoration: underline;
}
#submenu td {
	height: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin: 5px;
	padding: 5px;
}


#content {
	font-family: Tahoma, "sans serif";
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: left;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF9900;
	font-weight: normal;
}

#divisorio {
	background-image: url(IMAGES/divisoriio.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 200px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#gallery     td    {
	padding: 15px;
	text-align: center;
	border: 1px dotted #CCCCCC;
}
#gallery {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#gallery img {
	border: 5px solid #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#activity {
	line-height: 3em;
}

.ita {
	color: #FF9900;
}
 
