/**
 * @author Armando Franyuti
 * Tierra; 6a594e
 * Marron: aea981
 * Manzana: 6e8d4e
 * Verde oscuro: 306000 
 * Burdeos-Vino: 980000
 * Azul fuerte: 2b60ab
 * Azul claro: 8dbbe3
 **/
BODY, P {
	font: normal 12px Arial;
}
P {
	margin: 0;
	padding: 0;
	border: 0px;
}
.bodyBg {
	margin: 0px auto;
	padding: 0px;
	background: url(../images/body_bg.png) repeat-x fixed 0 0 #d9d7c4;
}
.bodyEffectTop {
	margin: 0px;
  padding: 0px;
  position: relative;
  /*background: url(../images/body_effect.png) repeat-x scroll 0 0 transparent;*/
}
.bodyEffectBottom {	
	min-height: 100%;
	overflow: visible;
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 0px 0px 40px 0px;
	background: url(../images/tree.png) no-repeat scroll 115% 100% transparent;
}
.clear {
	clear: both;
	float: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.fPage {
	cursor: auto;
	width: 970px;
  min-width: 70px;
  min-height: 70px;
	margin: 0 auto;
	position: relative;
	top: -5px !important;
	margin-bottom: -5px !important;
}
.fPage_TL, .fPage_TR, .fPage_BL, .fPage_BR {
	width: 35px;
	height: 35px;
	position: absolute;
}
.fPage_TL {
	top: 0px;
	left: 0px;
	background: url("../images/page_r.png") no-repeat scroll 0px 0px transparent;
}
.fPage_TR {
	top: 0px;
	right: 0px;
	background: url("../images/page_r.png") no-repeat scroll -35px 0px transparent;
}
.fPage_BL {
	bottom: 0px;
	left: 0px;
	background: url("../images/page_r.png") no-repeat scroll 0px -35px transparent;
}
.fPage_BR {
	bottom: 0px;
	right: 0px;
	background: url("../images/page_r.png") no-repeat scroll -35px -35px transparent;
}
.fPage_TC {
	top: 0px;
  left: 35px;
  right: 35px;
	height: 35px;
	position: absolute;
	background: url("../images/page_h.png") repeat-x scroll 0px 0px transparent;
}
.fPage_BC {
	bottom: 0px;
  left: 35px;
  right: 35px;
	height: 35px;
	position: absolute;
	background: url("../images/page_h.png") repeat-x scroll 0px -35px transparent;
}
.fPage_ML {
	top: 35px;
	bottom: 35px;
  left: 0px;
	width: 35px;
	position: absolute;
	background: url("../images/page_v.png") repeat-y scroll 0px 0px transparent;
}
.fPage_MR {
	top: 35px;
	bottom: 35px;
  right: 0px;
	width: 35px;
	position: absolute;
	background: url("../images/page_v.png") repeat-y scroll -35px 0px transparent;
}
.fPage_CC {
	top: 35px;
	bottom: 35px;
	left: 35px;
	right: 35px;
	position: absolute;
	background-color: #ffffff;
}
.fPageBody {
	padding: 5px;
	position: relative;
}
.fTable {
  margin: 0 !important;
  padding: 0 !important;
  border-collapse: collapse;
}
.fTableRow {
  margin: 0 !important;
  padding: 0 !important;
}
.fTableCell {
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: top;
}
.fPageHeader {
	width: 100%;
	height: 90px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background-color: #ffffff;
}

.fBodyTable {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.fSpanCell {
	margin: 0;
	padding: 0;
}
.fLeftCell, .fContentCell, .fRightCell {
	margin: 0;
	padding: 15px;
	vertical-align: top;	
}
.fContentCell {
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}

/* Logo */

.fLogo {
	top: 0;
	left: 0;
	width: 182px;
	height: 71px;
	margin: 10px 0px 0px 15px;
	position: absolute;
	background: url(../images/logo.png) no-repeat scroll 0 0 transparent;
}

/* Search */

.fSearch {
	float: right;
	padding: 8px 15px 0px 0px;
}
.fSearchTitle {
	color: #566f3d;
	margin: 0px 0px 3px 0px;
	padding: 0;
	display: block;
	font: normal 13px Arial;
}
.fSearchInput {
	width: 180px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 1px solid #4c4139;
}

/* Submenu */

.fSubmenu {
	float: right;
	width: 210px;
	margin: 10px 20px 0px 0px;
	text-align: right;
}
.fSubmenu A {
	color: #4c4139;
	font: normal 15px Arial;
	text-decoration: none;
}
.fSubmenu A:hover {
	color: #0544b0;
}
.fSubmenu IMG {
	margin: 0px;
	padding: 0px 2px;
}

/* Footer */

.fPageFooter {
	width: 100%;
	color: #171512;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.fPageFooter A {
	color: #306000;
	text-decoration: none;
}
.fPageFooter_CT {
	top: 0;
	bottom: 15px;
	left: 0;
	right: 0;
	position: absolute;
	background-image: url("../images/footer_bg.png");
}
.fPageFooter_CB {
	bottom: 0;
	height: 15px;
	left: 15px;
	right: 15px;
	position: absolute;
	background-image: url("../images/footer_bg.png");
}
.fPageFooter_CL {
	left: 0;
	bottom: 0;
	width: 15px;
	height: 15px;
	background-image: url("../images/footer_r.png");
	position: absolute;	
}
.fPageFooter_CR {	
	right: 0;
  bottom: 0;
	width: 15px;
	height: 15px;
	position: absolute;
	background: url(../images/footer_r.png) no-repeat scroll -15px 0 transparent;
}
.fPageFooterBody {
	padding: 10px;
	position: relative;
}
.fPageFooterBody P {
	color: white;
	font: normal 13px Arial, Helvetica, Sans-Serif;
}
.fPageFooterBody A {
	color: white;
	font: normal 13px Arial, Helvetica, Sans-Serif;
}

/* Copyright */

.fPageCopyright {
	color: #555555;
	margin: 10px 0px 0px 0px;
	padding: 0px none;
	font: normal 11px Arial;
	text-align: center;
}

/* Text divs */

.txt11, .txt11_justify {
	font: normal 11px Verdana, Century Gothic, Trebuchet MS;
}
.txt12, .txt12_justify {
	font: normal 12px Verdana, Century Gothic, Trebuchet MS;
}
.txt11_justify, .txt12_justify {
	text-align: justify;
}
SPAN.txt11_justify,
SPAN.txt12_justify {
	display: block;
}

/* Box divs */

.box_blue,
.box2_blue,
.box_ground {
	padding: 0px 0px 15px 0px;
}
.box_blue_title,
.box2_blue_title,
.box_ground_title {
	color: white;
	height: 34px;
	margin: 0px;
	padding: 0 0 0 10px;
	font: normal 18px Helvetica;
	line-height: 34px;
}
.box_blue_title {
	background: url("../images/box_blue_bg.gif") repeat-x scroll 0 0 transparent;
}
.box2_blue_title {
	background: url("../images/box2_blue_bg.png") repeat-x scroll 0 0 transparent;
}
.box_ground_title {
	background: url("../images/box_ground_bg.gif") repeat-x scroll 0 0 transparent;
}
.box_blue_text {
	padding: 15px;
	display: block;
	border-left: 1px solid #0544b0;
	border-right: 1px solid #0544b0;
	border-bottom: 1px solid #0544b0;
}
.box2_blue_text {
	padding: 5px 0px;
	display: block;
}
.box2_blue_text A {
	font: normal 14px Helvetica;
}
.box2_blue_text A:hover {
	color: #cc2222;
}
.box_ground_text {
	padding: 15px;
	display: block;
	border-left: 1px solid #4c4139;
	border-right: 1px solid #4c4139;
	border-bottom: 1px solid #4c4139;
}
