/*** RESET **********************************************************************/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,button,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}strong{font-weight:bold}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}a{text-decoration:none;}iframe{border:0}em{font-style:italic}


/*** LAYOUT *********************************************************************/

#wrapper {
  width: 980px;
  margin: 11px auto;
  padding: 5px 0 1px; /* css fix */
  position: relative;
}

#header {
  margin: 10px 10px 0;
  height: 111px;
  padding-top: 1px; /* css fix */
}

#main {
  margin: 10px 10px 0;
  overflow:hidden;
  background: white url(../img/nav_bg.png) 10px top repeat-y;
}
#content {
  width:708px;
  float: right;
  margin-right: 10px;
}
#sidebar {
  width:220px;
  position: absolute;
  top: -11px;
  left: 20px;
}
#sidebar #logo {
  display: block;
}
#main #sidebar img.fsc-logo {
  display: block;
  margin: 20px 60px;
}

#pre-footer {
  margin: 0 10px;
}

#footer {
  margin: 0 10px 10px;
  height: 165px;
}

/*** GLOBALES *****************************************************************/

body {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: #444;
  background: white url(../img/backgrounds/wood.jpg) center top repeat-x;
}

p {margin:1em 0;}

#content a {
font-weight:bold;
color:#8D520C
}

#wrapper {
  background: transparent url(../img/overlay.png) center top repeat;
}

#header {
  background: transparent url(../img/header.jpg) center top no-repeat;
  color: white;
}
h1 {
  background: transparent url(../img/title_bg.jpg) left top repeat-x;
  padding: 8px 0 8px 240px;
  font-size: 16px;
  color: #666;
}
h2 {
  font-family: "Georgia", serif;
  font-style: italic;
  border-bottom: 1px solid #db841d;
  color: #db841d;
  font-size: 18px;
  margin: 10px 0;
}
h3 {
  font-family: "Georgia", serif;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  margin-top: 0.8em;
}
h3 a {
  color: #666;
}

.learn-more {
  color: white;
  background: #b16f19 url(../img/button_bg.jpg) top left repeat-x;
  padding: 5px 7px;
  font-weight: bold;
  text-transform: uppercase;
}

/* main-nav */

#main-nav {
	font-family: "Georgia", serif;
}

#main-nav a {
 color: #653b0b;
 text-align: center;
 border-bottom: 1px solid #8d520c;
 display: block;
 padding: 7px 20px;
 font-size: 14px;
}


body.home #main-nav li.home a,
body.company #main-nav li.company a,
body.comercial #main-nav li.comercial a,
body.woodchips #main-nav li.woodchips a,
body.logistic #main-nav li.logistic a,
body.production #main-nav li.production a,
body.certification #main-nav li.certification a,
body.social #main-nav li.social a,
body.security #main-nav li.security a,
body.resources.contractors #main-nav li.contractors a,
body.resources.publications #main-nav li.publications a,
body.contact #main-nav li.contact a,
/****** Meunu Bosque Amigo ******/
body.forestacion #main-nav li.forestation a,
body.wallpapers #main-nav li.wallpapers a,
body.fauna-flora #main-nav li.fauna-flora a,
body.nuestro-pais #main-nav li.our-country a,
body.divertite-pintando #main-nav li.fun-painting a,
body.historia-papel #main-nav li.paper-history a,
body.sopa-letras #main-nav li.wordpuzzle a,
body.home-bosque #main-nav li.home-bosque a,
body.arma-recorta #main-nav li.cut-assemble a,
body.home-bosque #main-nav li.home-bosque a {
  background-color: #8d520c;
  color: white;
}

#main-nav li.languaje {
  background: url(../img/logo.png) center bottom no-repeat;
}
#main-nav li.languaje a {
    color: #EEEEEE;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
/* main */

#main {
  min-height:840px;
}

/* pre-footer */

#pre-footer {
  background: #eaeaea;
  border-bottom: 8px solid #714918;
  text-align: center;
}
#pre-footer img {
  margin: 30px 40px;
}

/* footer */

#footer {
  background-color: #8d520c;
  border-top: 1px solid #a27137;
  color: #fff;
}
#footer #signature {
  height: 50px;
  margin-right: 30px;
  margin-top: 20px;
  float: right;
  font-size: 14px;
}
#footer #signature a {
  height:50px;
  display:block;
  text-decoration: none;
}
#footer #signature a span {
  color: #89a527;
}
#footer #contact-info,
#footer #links {
  float: left;
  margin-left: 32px;
  margin-top: 20px;
  width: 250px;
}
#footer a {
  color: white;
}
#footer a:hover {
  text-decoration: underline;
}
#footer h2 {
  font-size: 13px;
  border: 0;
  font-style: normal;
  text-transform: uppercase;
  color: #f4d569;
  font-weight: bold;
  margin-bottom: 15px;
}

/*** LOCALES ********************************************************************/
.first-title {
  margin-top:10px;
  margin-left:10px;
  margin-right:10px;
  background:#EAEAEA;
}
.first-title h1 {
	font-size: 14px;
	color: #999999;
  text-shadow:1px 1px #ffffff;
  font-weight:bold;
  height:39px;
  line-height:39px;
  padding-left:10px;
  text-transform:uppercase;
  margin:0 10px;
}
.first-title h1 {
  background:url(../img/staff_title.jpg) repeat-x;
	font-size: 14px;
	color: #999999;
  text-shadow:1px 1px #ffffff;
  font-weight:bold;
  height:39px;
  line-height:39px;
  padding-left:10px;
  text-transform:uppercase;
  margin:0 10px;
}
/*** FORM-CONTACT ****************************/

form label {
	width: 400px;
	display: block;
	float: left;
	text-align: right;
	font-weight: bold;
  text-align: left;
  color:#8D520C;
  margin-bottom:5px;
}
form input,
form select {
	border: 0;
	width:390px;
	border: 1px solid #d3d3d3;
  background: #fbfbfb;
  height: 20px;
  margin-bottom:15px;
  padding:5px;
}
form textarea {
	border:0;
	width:390px;
	border:1px solid #d3d3d3;
  background:#fbfbfb;
  height:200px;
  margin-bottom:5px;
  padding:5px;
}
body.contact form button {
  background:#8D520C;
  border:0 none;
  color:#ffffff;
  cursor:pointer;
  font-family:"arial";
  font-size:12px;
  font-weight:bold;
  padding:4px 15px;
  text-transform:uppercase;
  margin-top:15px;
}
body.contact form button:hover {
  background:none repeat scroll 0 0 #A46817;
  color:#EEEEEE;
}
form .error {
	color: red;
	font-weight: bold;

}
form .row-errors input,
form .row-errors select,
form .row-errors textarea {
	border: 1px solid red;
}
body.contact .contact-info {
  float:right;
  width:265px;
  margin-top:15px;
}
body.contact .contact-info p {
  margin:5px 0px;
}

/* flatpages */
body.flatpage #main {
  background: #eee url(../img/3col_bg.png) 1px top repeat-y;
}

body.flatpage #content-main {
  width: 405px;
  float: left;
}
body.flatpage #content-extra {
  width: 273px;
  float: right;
  margin-bottom: 30px;
}

body.flatpage #content-extra img {
  margin-top: 30px;
  border: 1px solid #d6881c;
  width: 268px;
}

body.flatpage #content-main ul {
    padding-left:15px;
}

body.flatpage #content-main ul li {
    list-style-image: url("../img/bullets.png");
}

body.flatpage #content-extra .pdf-download {
	border: 0;
	}

body.flatpage #content-extra .titlepdf {
	font-family: "Georgia", serif;
	font-style: italic;
	color: #db841d;
	font-size: 16px;
	margin: -40px 0 0 80px;
}

/* contacto */
body.contact #main {
  background: #eee url(../img/3col_bg.png) 1px top repeat-y;
}

/*********************************** HOME ********************************************/

body.home #primary-home-highlights {
  margin:20px 0;
  overflow:hidden;
}

body.home h2 {
  border: 0;
  font-weight: bold;
  font-size: 16px;
  color: #B5621B;
}

body.home .intro {
  color: #B5621B;
  font-family: "Georgia", serif;
  font-size: 18px;
  font-style: italic;
}
body.home .secondary-highlight {
  width:222px;
  margin-left:20px;
  float:left;
  font-size: 11px;
  color: #6f6f6f;
  margin-bottom:40px;
}
body.home .secondary-highlight img {
  border: 1px solid #666;
}
body.home .first-secondary-highlight {
  margin-left: 0;
}

.top-highlights {
overflow: auto;
}

body.home #content .center {
  margin:0 26px;
}

body.home .home-map {
  background:url(../img/home_map.jpg) left top no-repeat;
  width:409px;
  height:184px;
  clear:both;
  margin:35px auto;
  padding:8px 0 0 280px;
}

body.home .home-map p {
  width:390px;

}

body.home .home-map h2 {
  margin:0 0 20px 0;
  width:390px;
}

#language_switcher {
    background-color: black;
    color: white;
    width: 115px;
    height: 15px;
    text-decoration: none;
    opacity: 0.8;
    padding: 1px;
}

#language_switcher a {
    text-decoration: none;
    color: #fff;
    pointer: cursor;
}

#language_switcher ul li {
    margin-left: 8px;
}

/*** videobox *****************************************************************/
body {margin: 0}
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
        z-index: 100;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
        z-index: 1000;
}
.lbLoading {background: #fff url(/media/img/loading.gif) no-repeat center}
#lbImage{border: 10px solid #fff}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink{left: 0}
#lbPrevLink:hover {background: transparent url(/media/img/prevlabel.gif) no-repeat 0% 15%}
#lbNextLink{right: 0}
#lbNextLink:hover { background: transparent url(/media/img/nextlabel.gif) no-repeat 100% 15%}
#lbBottom{font-family: Verdana, Helvetica, sans-serif;font-size: 10px;color: #666;line-height: 1.4em;text-align: left;border: 5px solid #fff;border-top-style: none}
#lbCloseLink{display: block;float: right;width: 66px;height: 22px;background: transparent url(/media/img/close.gif) no-repeat right center;margin: 5px 0}
#lbCaption, #lbNumber{margin-right: 71px}
#lbCaption{font-weight: bold}

/*********************************** Bosque de amigos ********************************************/
.bosque-de-amigos #content {
width:720px;
}
.bosque-de-amigos #content .content-inner {
padding-left:10px;
}
.bosque-de-amigos #content h2 {
text-shadow: 2px 2px 2px #eee;
font-family: 'SnapITCRegular';
font-style: normal;
color: #3F5203;
font-size:24px;
border: 0;
}
.bosque-de-amigos #content a {
text-shadow: 2px 2px 2px #eee;
font-family: 'SnapITCRegular';
font-style: normal;
color: #3F5203;
font-size:20px;
border: 0;
}
.bosque-de-amigos #content img {
display:block;
}
.bosque-de-amigos #content .images {
float:left;
margin:10px 20px 20px 0;
}
.home-bosque #content ul li {
float:left;
background:#3F5201;
margin:0 0 8px 8px;
}
.arma-recorta #content ul li {
margin: 5px 0;
padding-left: 20px;
background: url(../img/bosque_amigo/bullets.jpg) no-repeat left 2px;
}

/*** Pagination ************************/
.pagination {
margin: 0 0 10px;
overflow: auto;
}
.pagination .prev,
.pagination .next {
font-size:14px;
}
.pagination .page {
padding:2px 4px;
}
.pagination .current {
font-weight:bold;
display: inline-block;
border-bottom:1px #8D520C solid;
}
.pagination .disabled {
display:none;
}

/*** Resources ************************/
body.resources .resources-data {
margin:20px 0;
}
body.resources .resources-data li {
background:url(../img/file.jpg) no-repeat 10px center;
border-bottom: 1px solid #ccc;
padding: 15px 0 15px 50px;
}
body.resources .resources-data li a {
text-decoration:underline;
}
body.resources .resources-data li h2 {
border-bottom:0;
}
body.resources .resources-data li h2 a {
font-weight:normal !important;
}
body.resources .resources-data p {
margin:0px;
}
body.resources div#resources div.resources li.category_resources ul {
margin-top:30px;
}
body.resources div#resources li.category_resources ul li.last {
border: 0;
margin: 0;
}

/*********************** galleries ******************************************/
body.galleries #content,
body.gallery #content {
padding-top: 20px;
}
body.galleries #content .block h1 {
color: #004811;
font-family: georgia;
font-size: 20px;
margin-bottom: 20px;
}
body.galleries #content ul.galleries {
overflow:auto;
}
body.galleries #content ul.galleries li span, ul.galleries li img {
display:inline-block;
float:left;
}
body.galleries ul.galleries li img {
clear:both;
}
body.galleries #content ul.galleries li {
clear:none;
display:block;
margin-right:14px;
overflow:auto;
background:none;
float:left;
}
body.galleries #content ul.galleries .last {
margin:0;
}
body.galleries #content ul.galleries li span a {
display: block;
font-weight: bold;
overflow: hidden;
padding: 5px 2px;
text-transform: capitalize;
width: 206px;
color: #DB841D;
font-family: "Georgia",serif;
font-style: italic;
}
body.galleries #content .img-gallery-container {
border:1px #ccc solid;
padding: 10px;
clear: both;
float: left;
}
body.galleries #content .sidebar-shadow {
background:url(../img/gallery_shadow.jpg) no-repeat top center;
margin-bottom:20px;
clear: both;
display: block;
float: right;
height: 20px;
width: 212px;
}
body.galleries #content ul.galleries li .sidebar-shadow {
margin:0;
}
body.galleries #content ul.galleries li .sidebar-shadow {margin-bottom:20px;}

/*********************** galleries-detail ******************************************/
body.gallery #content #gallery h1 {
color: #004811;
font-family: georgia;
font-size: 20px;
margin-bottom: 20px;
}
body.gallery #content .photo-item {
display:inline-block;
margin:0 6px 6px 0;
position: relative;
}

body.gallery #content .photo-item .main-img {
display:block;
}
body.gallery #content .actions {
margin-top: 15px;
}
body.gallery #content .back {
clear:left;
margin-top: 15px;
background:url(../img/gallery_back.gif) left no-repeat;
padding-left:15px;
color:#333;
font-weight:bold;
}
body.gallery #content #gallery.block .zoom {
background: url("../img/zoom.png") no-repeat;
height: 20px;
left: 50px;
position: absolute;
top: 50px;
width: 20px;
}

#logout_link {
  float: right;
  padding-right: 10px;
}
#logout_link a {
    color: #653B0B;
    font-size: 14px;
}
body.account-login p#submit_button {
  float: left;
}
body.account-login a#forgot_password {
  float: left;
  margin-top: 15px;
  margin-left: 250px;
}
body.account-login.password-reset form .error  {
  float: left;
  width: 100%;
}
