<style> 
/*layout*/
@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #292929;
	background-color: #FFF;
	background-image: url(../img-lo/header-bg.jpg);
	background-repeat: repeat-x;
	top: 0px;
}

.fundaeco-style #container {
	text-align: left;
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.fundaeco-style #header {
	position: relative;
	height: 175px;
	padding: 0px;
} 
.fundaeco-style #header #logo2010  {
	padding: 0px;
	width: 190px;
	position: relative;
	left: 0px;
	top: 15px;
	right: 0px;
	bottom: 0px;
}

.fundaeco-style #navBar {
	/*margin: 80px 0 0;*/
	position: absolute;
	top: 110px;
	padding: 0;
	right: 0;
}
/*********/
.fundaeco-style #navBarH {
	padding: 0;
	text-align: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.fundaeco-style #navBarH ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.fundaeco-style #navBarH li {
	display: inline;
	margin: 0em;
	padding: 0;
	list-style: none;
}
.fundaeco-style #navBarH a:link, .fundaeco-style #navBarH a:visited {
	margin-bottom: 0.8em;
	padding: 0px;
	margin-top: 0.8em;
	
}
.fundaeco-style #navBarH a:hover { text-decoration: none; }
/*********/

.fundaeco-style #header #contactInfo {
	/*padding: 0px 0px 0px 220px;
	margin: 0px;
	float: left;
	text-align: left;*/
	position: absolute;
	top: 115px;
	left: 235px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #3e2103;
	width: 160px;
}
.fundaeco-style #header #contactInfo .phone { font-size: 18px; }

.fundaeco-style #header #mapBar {
	/*margin: 0px;
	padding: 0px;
	float: right;*/
	position: absolute;
	top: 103px;
	left: 470px;
	background: url(../images-lo/eyeglasses4.html) no-repeat right;
	width: 430px;
	height: 92px;
}
.fundaeco-style #header #mapBar .directions {
	width: 180px;
	padding: 5px 0px;
	text-align: center;
	background: url(../images-lo/directions-bg.html) no-repeat left bottom;
	margin-top: 68px;
}
.fundaeco-style #header #mapBar .directions a:link, .fundaeco-style #header #mapBar .directions a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.fundaeco-style #header #mapBar .directions a:hover {
	color: #DCAC1B;
}

.fundaeco-style #sidebar1 {
	float: right;
	width: 150px;
	background: #f8f5d8 url(../images-lo/text-bg-bo.html) repeat-x left bottom;
	padding: 15px 12px 30px;
	margin: 0px;
}
.fundaeco-style #container #sidebar1 h2 { font-size: 140%; }

.fundaeco-style #mainContent {
	margin-top: 500px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-bottom: 40px;
} 
.fundaeco-style #mainContent-all {
	padding-bottom: 20px;
}


.fundaeco-style #footer {
	margin: 0;
	background-color: #2b6412;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
} 
.fundaeco-style #footer p {
	margin: 0;
	padding: 10px 0;
	text-align: left;
	color: #FFF;
	font-size: 11px;
}
.fundaeco-style #footer h3 {
	color: #FFF;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

.fundaeco-style #footer a:link, .fundaeco-style #footer a:visited {
	font-weight: normal;
	color: #FFF;
}
.fundaeco-style #footer a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

/*fonts*/
@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #292929;
}
h1 {
	font-size: 200%;
	color: #666d44;
}
h2 {
	font-size: 160%;
	color: #774919;
}
h3 { font-size: 130%; }
h4 { font-size: 110%; }
p { line-height: 1.3em; 
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #699C05;
}
a:hover {
	color: #AAA720;
	text-decoration: underline;
}
dl {
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
dt {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
}
dd  {
	font-size: 1em;
	line-height: 1.4em;
	margin: 5px 0px 5px 21px;
}
ul li {
	list-style: square;
	padding-bottom: .4em;
}
ol li {
	list-style-type: decimal;
	padding-bottom: .4em;
}
.justifyRL { text-align: justify; }


/**************/

.important {font-size: 110%;}
.large { font-size: 1.3em; }
.fltrt {
	float: right;
	margin-left: 12px;
}
.center {
	float: center;
	margin-left: 12px;
}
.fltlft {
	float: left;
	margin-right: 12px;
}
.fltrtVideo {
	float: right;
	margin-left: 25px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding-left: 25px;
}
.fltlftVideo {
	float: left;
	margin-right: 12px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.smaller {font-size: 90%;}
.smallest {font-size: 10px;}
.small12 { font-size: 12px; }
/*.phone {
	font-size: 21px;
	font-weight: normal;
}*/
.tagline {
	font-size: 350%;
	text-transform: uppercase;
}
--------------------------------Galeria---------------------------------
#productImage  {
	margin-left: 4px;
	margin-right: 4px;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.galeriaFotos {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: left;
	width: 820px;
	background-image: url(../images-lo/fotos-bg.html);
	background-repeat: repeat;
}
.galeriaTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.galeriaTxtRed {
	float: right;
	text-transform: uppercase;
	font-weight: bold;
	color: #B03523;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.smaller {
	font-size: 0.9em;
	color: #033;
}
.left {
	background-image: url(../images-lo/next-l.html);
	background-repeat: no-repeat;
	background-position: left;
}
.right {
	background-image: url(../images-lo/next-r.html);
	background-repeat: no-repeat;
	background-position: right;
}
.lrgImgBdr {
	border: 2px ridge #CCC;
	padding: 2px;
	margin: 10px 0;
}
.dg-picture-zoom{
	cursor : url(http://www.dhtmlgoodies.com/scripts/picture-zoom/cursors/magnify-plus.cur), pointer !important;
}
.dg-picture-zoom-large{
	cursor : url(http://www.dhtmlgoodies.com/scripts/picture-zoom/cursors/magnify-minus.cur), pointer !important;

}
----------------------------------------------------------------------------------------------------------------------------
.colorGreen {
	color: #690;
	text-transform: uppercase;
}
.colorGrey {color: #999999;}
.colorDkGrey { color: #656145; }
.colorBlueDk {color:#003366;}
.colorBlueMed {color: #3399CC;}
.colorBrown {color: #774919;}
.colorWhite { color: #ffffff; }
.required_star {
	font-weight: bold;
	color: #9F2800;
}
.blockQuote {
	width: 200px;
	margin-top: 0;
	margin-bottom: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
	margin-right: 12px;
	margin-left: 12px;
	text-align: center;
}

.blockQuoteFB {
	width: 300px;
	margin-top: 0;
	margin-bottom: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
	margin-right: 12px;
	margin-left: 12px;
	text-align: center;
}

.blockQuote-size {
	width: 275px;
	margin-top: 0;
	margin-bottom: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	float: left;
	margin-right: 12px;
	margin-left: 12px;
	text-align: center;
	height: 450px;
}
.imgBdr {
	padding: 2px;
	border: 1px solid #2E1E00;
	background: #929778;
}
.hoursLst {
	margin: 0px 0px 8px 8px;
	list-style: circle;
	padding: 0px;
}
.suscrption {
	color: #FFF;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 5px;
}
.topNav {
	color: #FFF;
	text-transform: uppercase;
	top: -10px;
	padding: 0px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.topNav a:link, .topNav a:visited {
	color: #FFF;
	text-transform: uppercase;
	top: -10px;
	padding: 0px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
}

.topNav a:hover {
	color: #FFF;
	text-transform: uppercase;
	top: -10px;
	padding: 0px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-decoration: underline;
}

.spaceLeft {
	padding-left: 40px;
}
.donate {
	top: 0px;
	right: 0px;
	position: absolute;
}
.suscrption {
	color: #FFF;
	padding-top: 7px;
}
.table {
	padding-right: 45px;
	padding-top: 0px;
}

.banner {
	position: absolute;
	height: 500px;
	z-index: 8;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	top: 212px;
	left: 0px;
}

.banner-chapin {
	position: absolute;
	height: 500px;
	z-index: -1;
	background-image:url(../images/eco-chapin.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	top: 212px;
	left: 0px;
}
.spaceDown {
	margin-bottom: 80px;
	margin-top: 0px;
}

.spaceSmallDown {
	margin-bottom: -17px;
	margin-top: 0px;
}

.inicioBlock {
	float: left;
	width: 300px;
	padding-left: 20px;
	margin-left: 10px;
}

.topLine {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999;
}
			  
/*-------------------------------expand text---------------------------------------*/

/* source: http://www.ehow.com/how_12214447_make-collapsing-lists-java.html */

.FAQ { 
    vertical-align: top;
    height:auto !important; 
}
.list {
    display:none; 
    height:auto;
    margin-left:50px;
    float: left;
}
.show {
    display: none; 
}
.hide:target + .show {
    display: inline; 
}
.hide:target {
    display: none; 
}
.hide:target ~ .list {
    display:inline; 
}

/*style the (+) and (-) */
.hide, .show {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	font-size: 20px;
	color: #fff;
	text-shadow: 0 1px 0 #666;
	text-align: center;
	text-decoration: none;
	box-shadow: 1px 1px 2px #000;
	background: #cccbbb;
	opacity: .95;
	margin-right: 0;
	float: left;
	margin-bottom: 25px;
}

.hide:hover, .show:hover {
	color: #eee;
	text-shadow: 0 0 1px #666;
	text-decoration: none;
	box-shadow: 0 0 4px #222 inset;
	opacity: 1;
	margin-bottom: 25px;
}

.list p{
	height:auto;
	margin:0;
	padding-bottom: 50px;
}
.question {
	float: left;
	height: auto;
	width: 94%;
	line-height: 20px;
	padding-left: 20px;
	margin-bottom: 25px;
	font-size: 18px;
	color: #690;
	font-weight: bold;
}

.question-space {
	float: left;
	height: auto;
	width: 95%;
	line-height: 20px;
	padding-left: 20px;
	font-size: 18px;
	color: #690;
	font-weight: bold;
}

/*-------------------------------Zoom in/out fotos---------------------------------------*/


/*-------------------------------mapa---------------------------------------*/

/*
  +------------------------------------------------------------------+
  | Green-Beast.com                                                  |
  | CSS: Map Pop                                                     |
  | Cascading Style Sheet                                            |
  | Copyright June 2006                                              |
  | Use with attribution by visible link please!                     |
  | Attribute to: <a href="http://green-beast.com/">Mike Cherim</a>  |
  +------------------------------------------------------------------+
*/ 

/* Here's the list that houses the image as a background */
ul#cmp {
	list-style-type : none;
	position : relative;
	display : block;
	width : 900px;
	height : 854.4px;
	border : 1px solid #000;
	margin : 0 auto 0;  /* the auto part is for optionally centering the list */
	padding : 0;
	background-color: transparent;
	background-image: url(../images/areasTrabajo/mapaGuate.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* This makes the list items (links and spans) easier to manage (float control) */
ul#cmp li { 
  display : inline;
}

/* Here are link specs and relationship setup */
ul#cmp li a {
  position : relative;
  display : block;
  text-decoration : none;
}

/* 
  This gets rid of the main content-containing outer span and all within, 
  but it remains available to assistive technologies 
*/
ul#cmp li a span.offset { 
  margin-top : -9000px; 
  margin-left : -9000px;
  position : absolute;
}

/* This is the general hover and focus state link-span properties */
ul#cmp li a:hover span.offset, ul#cmp li a:focus span.offset, ul#cmp li a:active span.offset {
  color : #000;
  background-image : none;
  background-color : #ffffde;
  border : 1px solid #000;
  display : block;
  width : 150px;
  height : auto;
  text-decoration : none;
  cursor : pointer;
}

/* 
  This sets the inner span. Padding on the main span 
  was tried but produced odd results in IE (go figure) 
*/
ul#cmp li a:hover span.offset span, ul#cmp li a:focus span.offset span, ul#cmp li a:active span.offset span {
  display : block;
  width : 140px;
  margin : 5px;
}


/* 
  No embedded image styles are needed except maybe border : 0 (not needed here). 
  Images are optional though, as is text. Place images in main outer span. 
  Text goes within the inner span

  What follows are CSS blocks, one for each list item link. This is a solid solution,
  but it uses a lot of CSS info. I will comment the first block only.
*/


/* 
  Hot-Spot Number One (1)
*/
/* This sets the size of the list item link area and its location relative to the UL */
ul#cmp li a#cmp01 { 
  width : 460px;
  height : 410px;
  margin-top : 0;
  margin-left : 220px;
}

/* 
  On hover/focus I grab the second background image, the one with the hover/focus state changes.
  I also set its position underneath the sized window I created with the hover/focus link properties.
*/
ul#cmp li a#cmp01:hover, ul#cmp li a#cmp01:focus, ul#cmp li a#cmp01:active {
	background-color: transparent;
	background-image: url(../images/areasTrabajo/mapaGuate-onPeten.jpg);
	background-repeat: no-repeat;
	background-position: -220px 0px;
}

/* Now I have to set the position of the outer span in relation to the list item link */
ul#cmp li a#cmp01:hover span.offset, ul#cmp li a#cmp01:focus span.offset, ul#cmp li a#cmp01:active span.offset {
  margin-top : 50px;
  margin-left : 480px;
}


/* Hot-Spot Number Two (2) */
ul#cmp li a#cmp02 {
  width : 227px;
  height : 195px;
  margin-top : -50px;
  margin-left : 85px;
}
ul#cmp li a#cmp02:hover, ul#cmp li a#cmp02:focus, ul#cmp li a#cmp02:active {
	background-color: transparent;
	background-image: url(../images/areasTrabajo/mapaGuate-onHuehue.jpg);
	background-repeat: no-repeat;
	background-position: -85px -360px;
}
ul#cmp li a#cmp02:hover span.offset, ul#cmp li a#cmp02:focus span.offset, ul#cmp li a#cmp02:active span.offset {
  margin-top : -11px;
  margin-left : 240px;
}

/* Hot-Spot Number Three (3) */
ul#cmp li a#cmp03 {
	width : 290px;
	height : 200px;
	margin-top : -181px;
	margin-left : 585px;
}
ul#cmp li a#cmp03:hover, ul#cmp li a#cmp03:focus, ul#cmp li a#cmp03:active {
	background-color: transparent;
	background-image: url(../images/areasTrabajo/mapaGuate-onIzabal.jpg);
	background-repeat: no-repeat;
	background-position: -585px -374px;
}
ul#cmp li a#cmp03:hover span.offset, ul#cmp li a#cmp03:focus span.offset, ul#cmp li a#cmp03:active span.offset {
  margin-top : -18px;
  margin-left : -178px;
}

/* Hot-Spot Number Four (4) */
ul#cmp li a#cmp04 {
	width : 110px;
	height : 138px;
	margin-top : 22px;
	margin-left : 368px;
}
ul#cmp li a#cmp04:hover, ul#cmp li a#cmp04:focus, ul#cmp li a#cmp04:active {
	background-color: transparent;
	background-image: url(../images/areasTrabajo/mapaGuate-onGuate.jpg);
	background-repeat: no-repeat;
	background-position: -368px -596px;
}
ul#cmp li a#cmp04:hover span.offset, ul#cmp li a#cmp04:focus span.offset, ul#cmp li a#cmp04:active span.offset {
  margin-top : -20px;
  margin-left : 125px;
}

/* Hot-Spot Number Five (5) */
ul#cmp li a#cmp05 {
	width : 225px;
	height : 150px;
	margin-top : -80px;
	margin-left : 190px;
}
ul#cmp li a#cmp05:hover, ul#cmp li a#cmp05:focus, ul#cmp li a#cmp05:active {
	background-color: transparent;
	background-image: url(../images/areasTrabajo/mapaGuate-onEscuintla.jpg);
	background-repeat: no-repeat;
	background-position: -190px -654px;
}
ul#cmp li a#cmp05:hover span.offset, ul#cmp li a#cmp05:focus span.offset, ul#cmp li a#cmp05:active span.offset {
  margin-top : -35px;
  margin-left : 245px;
}

/* End Styles */




</style
