/*
	Common
*/
body, h1, h2, h3, h4, p, form, ul {
	margin: 0;
	padding: 0;
}

body, pre {
	font: 13px Helvetica, Arial;
	color: #97785C;
}

pre {
	background: #fafafa;
	border: 1px solid #f88;
	padding: 5px;
}

a img {
	border: none;
}

a {
	color: #97785C;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.hide {
	display: none;
}

input[type="text"], input[type="password"], input[type="submit"], input[type="button"], textarea, select {
	font: 14px Arial;
	color: #333;
	background: #fff;
	border: 1px solid #aaa;
}

#body input:focus, textarea:focus, label:focus, select:focus, input[type="submit"]:hover, input[type="button"]:hover {
	border: 1px solid #888;
}

label {
	cursor: pointer;
}

.error {
	color: #b0231c;
}

.clear {
	clear: both;
	text-indent: -9999px;
	font-size: 1px;
}

.clear span {
	display: block;
	height: 0;
	overflow: hidden;
}

.discreet {
	color: #777;
	font-size: 11px;
}


/* Headers */
/*h2 {
	font-size: 24px;
	color: #203850;
}

h3 {
	font-size: 18px;
	color: #203850;
}

h4 {
	font-size: 16px;
	color: #203850;
}*/


/*
	Layout
*/
#body {
	background: #f5fbf1 url("img/background.png") repeat-x;
}

#wrapper {
	width: 878px;
	margin: 20px auto 0 auto;
}

#wrapper_corner_tl, #wrapper_corner_tr,
#wrapper_corner_bl, #wrapper_corner_br {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}
#wrapper_corner_tl { background-image: url("img/wrapper_corner_tl.png"); }
#wrapper_corner_tr { background-image: url("img/wrapper_corner_tr.png"); }
#wrapper_corner_bl { background-image: url("img/wrapper_corner_bl.png"); }
#wrapper_corner_br { background-image: url("img/wrapper_corner_br.png"); }
#wrapper_border_top { height: 20px; background: url("img/wrapper_border_top.png") repeat-x; }
#wrapper_border_bottom { height: 20px; background: url("img/wrapper_border_bottom.png") repeat-x; }
#wrapper_border_left { width: 5px; background: url("img/wrapper_border_left.png") repeat-y; }
#wrapper_border_right { width: 5px; background: url("img/wrapper_border_right.png") repeat-y; }

#container {
	background: #fff;
}

/* Header */
#header {
	position: relative;
	height: 114px;
}

#header #logo a {
	position: absolute;
	width: 219px;
	height: 55px;
	top: 34px;
	left: 12px;
	background: url("img/logo_bolsas_ecologicas.gif") no-repeat;
}

#logo span {
	display: none;
}

/* Menu */
#menu {
	margin-top: 50px;
	margin-right: 20px;
	float: right;
	width: 602px;
	height: 21px;
	background: #fff;
}

#menu li {
	display: block;
	float: left;
	height: 21px;
	list-style: none;
}

#menu ul li a {
	display: block;
	float: left;
	height: 21px;
	background: url("img/menu.gif") no-repeat;
}

#menu a span {
	display: none;
}

/* Menu items */
#menu .inicio a {
	width: 74px;
	background-position: 0 0;
}

#menu .inicio a:hover {
	background-position: 0 -21px !important;
}

#body #menu .inicio a.current {
	background-position: 0 -42px !important;
}


#menu .sobre_nosotros a {
	width: 172px;
	background-position: -74px 0;
}

#menu .sobre_nosotros a:hover {
	background-position: -74px -21px !important;
}

#body #menu .sobre_nosotros a.current {
	background-position: -74px -42px !important;
}


#menu .nuestros_productos a {
	width: 212px;
	background-position: -246px 0;
}

#menu .nuestros_productos a:hover {
	background-position: -246px -21px !important;
}

#body #menu .nuestros_productos a.current {
	background-position: -246px -42px !important;
}


#menu .contactanos a {
	width: 144px;
	background-position: -458px 0;
}

#menu .contactanos a:hover {
	background-position: -458px -21px !important;
}

#body #menu .contactanos a.current {
	background-position: -458px -42px !important;
}

/* Content */
#main {
	position: relative;
	padding: 15px;
	font-size: 16px;
}

#sections {
	text-align: center;
	border-top: 1px solid #e1e1e1;
	height: 20px;
}

#sections div {
	margin-top: 10px;
}

#sections, #sections a {
	color: #97785c;
	font-size: 12px;
}

#slogan_proposito h2 {
	display: none;
}


/* Footer */
#footer {
	position: relative;
	color: #97785c;
	font-size: 11px;
	padding: 5px 20px 20px 20px;
}

#footer a {
	color: #97785c;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .copyright {
	float: left;
}

#footer .developed_by {
	float: right;
}


/* Corners */
div.nw {
	left: 0; top: 0;
	background-position: top left;
}

div.ne {
	right: 0; top: 0;
	background-position: top right;
}

div.sw {
	left: 0; bottom: 0;
	background-position: bottom left;
}

div.se {
	right: 0; bottom: 0;
	background-position: bottom right;
}


/* Window */
#body .window {
	position: relative;
	height: 100%;
}

#body .window div.title {
	position: relative;
	height: 34px;
	background: #87A13C url("img/title_back.gif") repeat-x;
	padding: 0 10px 0 10px;
}

#body .window div.title h3 {
	font-size: 15px;
	color: #fff;
	padding-top: 10px;
}

#body .window .corner {
	position: absolute;
	font-size: 1px !important;
	background-image: url("img/borders.gif");
	width: 8px;
	height: 8px;
	z-index: 999;
}

#body .title .border_left {
	position: absolute;
	top: 0;
	left: 0;
	background: url("img/lr_shadows.gif") repeat-y;
	width: 3px;
	height: 34px;
}

#body .title .border_right {
	position: absolute;
	top: 0;
	right: 0;
	background: url("img/lr_shadows.gif") repeat-y right top;
	width: 3px;
	height: 34px;
}

#body .title .border_right {
	position: absolute;
	top: 0;
	right: 0;
	background: url("img/lr_shadows.gif") repeat-y right top;
	width: 3px;
	height: 34px;
}

#body .aux_content .border_left {
	background: #eee url("img/lr_shadows.gif") repeat-y;
	width: 3px;
	font-size: 1px;
}

#body .window .content {
	padding: 15px;
	background: url("img/top_backgorund.gif") repeat-x;
}

#body .window .background_content {
	background: #fff url("img/bottom_background.gif") repeat-x bottom left;
}

#body .aux_content .border_right {
	background: #eee url("img/lr_shadows.gif") repeat-y top right;
	width: 3px;
	font-size: 1px;
}

#body .window .border_bottom {
	background: #eee url("img/tb_shadows.gif") repeat-x bottom left;
	height: 3px;
}

h2, .prettify, h3 {
	color: #87a13c;
}

#banner img {
	float: left;
	margin-bottom: 15px;
}

#main h2, #main h3 {
	margin-bottom: 15px;
}

#main ul li {
	margin-left: 15px;
}

#body .inactive_field {
	color: #888;
}

p.error {
	margin-top: 5px;
}

td {
	vertical-align: top;
}

.error input[type="text"] {
	border: 1px solid #B0231C;
	background: #ffe3e3;
}


/* jQuery Lightbox */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	margin-top: 20px;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}


/* Counter */
#counter {
	position: absolute;
	top: 5px;
	left: 50%;
	text-align: center;
}

#counter .number {
	font: bold 14px Helvetica;
}