@charset "UTF-8";
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;
	font-size:14px;
	font-family:"Century Gothic";
	background-color:#0052a4;
}
.index a img {
	text-decoration:none;
}
.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/water2.jpg);
	/*background-color: #a6b7fd;*/
	background-color:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page 
	border: 1px solid #000000;*/
	text-align: justify; /* this overrides the text-align: center on the body element. */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:0px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
} 
.twoColFixRtHdr #container p {
}
.twoColFixRtHdr #header { 
	background:url(images/header.png) no-repeat;
	height:250px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	display:block;	
	float:none;
	width: 960px;
} 

#top {
	font-family: "Helvetica Neue";
	background-color:#017701;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
}
#menu {
	width: 960px;
	display:block;
	float:none;
	font-family: "Helvetica Neue";
	text-align:left;
	margin: 0px;
	background-color:#017701;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#menu a {
	font-size: 16px;
	color: #c2cfe5;
	text-decoration: none;
	text-align: center;
}
#menu ul {
	list-style: none;
	text-align:left;
	padding-left:20px;
	padding-top:10px;
	height:18px;
	margin-top:0px;
	background-color:#017701;
}
#menu li {
	display: inline;
	margin-left:17px;
	margin-right:17px;
	margin-top:0px;
	height:18px;
	background-color:#017701;
}
#menu a:hover {
	color: #000033;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:url(http://norcalaquaponics.com/images/fondoside.jpg) repeat-x;
	color:#000066;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.twoColFixRtHdr #sidebar1 li {
	list-style:none;
	margin-bottom:15px;
}
.twoColFixRtHdr #sidebar1 a {
	color:#003399;
	text-decoration:none;
}
.twoColFixRtHdr #sidebar1 a:hover {
	color:#2c5aa5;
}

.twoColFixRtHdr #mainContent {
	margin-top: -16px;
	margin-right: 370px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
.twoColFixRtHdr #mainContent h1 {
	color:#744d29;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	padding-top:15px;
}
.twoColFixRtHdr #mainContent h2 {
	color:#744d29;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
	padding-top:15px;
}
.twoColFixRtHdr #mainContent a {
	color:#0000FF;
	text-decoration:none;
}
.twoColFixRtHdr #mainContent a:hover {
	color:#003366;
}
#mainContent li {
	margin-bottom:6px;
}
.tours {
	font-family:Georgia, "Times New Roman", Times, serif;
} 
.contacto {
	color:#CCCCFF;
}  
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#017701;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #footer a { 
	color:#CCCCFF;
	text-decoration:none; 
}
.twoColFixRtHdr #footer a:hover { 
	color:#003366;
} 

.right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.myBold {
	color: #333333;
}