* {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	background-color: #437F0A;
	background-image: url(imagenes/background_grass.gif);
	font-size: 14px;
}
a {
	color: #006600;
	text-decoration: underline;

}
a:hover {
	color: #000000;
	text-decoration: none;
}
h1 {
	color: #99CC00;
	font-weight: normal;
	font-size: 36px;
	letter-spacing: -1px;
	display: inline;
}
h2 {
	color: #666666;
	font-size: 22px;
	font-weight: bold;
}
h3 {
	font-size: 20px;
	font-weight: normal;
}



.oneColFixCtrHdr #firstdiv {
	background-image: url(imagenes/background_container.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.oneColFixCtrHdr #firstdiv #seconddiv {
	background-image: url(imagenes/overtop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	padding: 0px;
	margin: 0px;
	top: 0px;
	z-index: 100;
	line-height: 3px;
}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header {
	height: 262px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.oneColFixCtrHdr #mainContent #top_extra {
}
.oneColFixCtrHdr #mainContent #content {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #99CC00;
	border-bottom-color: #99CC00;
	padding-bottom: 20px;
	padding-top: 10px;
}
.oneColFixCtrHdr #footer {
	background-color: #437F0A;
	background-image: url(imagenes/background_bottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: -16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 171px;
}
.oneColFixCtrHdr #footer * {
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer a {
	color: #CCFF99;
	text-decoration: underline;
}
.oneColFixCtrHdr #footer a:hover {
	text-decoration: none;
}

.oneColFixCtrHdr #footer #footer_content {
	height: 171px;
	background-image: url(imagenes/comayaguagolf_r7_c2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #footer #footer_content .opciones {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 65px;
}
.oneColFixCtrHdr #section_head {
	background-image: url(imagenes/comayagua_golf_section_head.jpg);
	width: 760px;
	height: 127px;
	display: block;
	position: relative;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #section_head h1 {
	color: #426101;
	display: block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.oneColFixCtrHdr #section_content {
	margin-right: 20px;
	margin-left: 20px;
}
.oneColFixCtrHdr #section_gallery {
	margin-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.direccion {
	margin-top: 10px;
}
.facebook_add{
	background-color: #3B5999;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	
}
.facebook_add a , .facebook_add a span{
	color: #FFF;
	text-decoration: none;
}
.facebook_add span {
	margin-top: 10px;
	display: block;
	float: left;
	width: 630px;
}

