/* CSS Document */
body {
	background-color: #e0e0e0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
}

p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}

div a {
	color: #000066;
	text-decoration: underline;
}

div a:hover {
	text-decoration: none;
}

.green, .green p, .green div {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #496600;
}

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	width: 917px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
}

#leftside {
	background-image: url(images/nav/nav_bg.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 150px;
	left: 0px;
	top: 0px;
	float: left;
	text-align: left;
}

	#nav {
	position: relative;
	width: 147px;
	left: 6px;
	top: 10px;
	}
	
		#nav a {
		padding-top: 8px;
		}

#rightside {
	float: left;
	position: relative;
	width: 700px;
	text-align: left;
}

	.right_container {
	position: relative;
	width: 375px;
	left: 35px;
	top: 10px;
	}

#sidephotos {
	position: absolute;
	width: 300px;
	left: 462px;
	top: 0px;
}
	
#clearspace {
	clear: both;
}

#bottombar {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
	width: 917px;
	top: -100px;
}

.full_width {
	position: relative;
	width: 650px;
	left: 35px;
}

	.full_width img {
		padding-right: 10px;	
		padding-bottom: 1px;
		padding-top: 5px;
	}


.map {
	border: 1px solid #336600;
	padding: 3px;
	position:relative;
	width:365px;
}
	
.callout {
	background-color: #ccd3b9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #496600;
	border-bottom-color: #496600;
	width: 625px;
	padding: 20px;
}

.callout a {
	color: #496600;
	text-decoration: underline;
}

.callout a:hover {
	text-decoration: none;
}

.greencell {
	background-color: #ccd3b9;
	width: 162px;
}

	.greencell p, .greencell td {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	}

.bluecell {
	background-color: #bcc4ff;
	width: 162px;
}

	.bluecell p, .bluecell td {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	}


.Estilo1 {color: #000066}
