/******************/
/* GLOBAL LAYOUT  */
/******************/

 body {
	font-size:62.5%;
	background-color:#303032;
	font-family: Georgia, Garamond, "Times New Roman";
} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.container {
	width:978px;
	padding-top:20px;
	padding-bottom:20px;
	font-size:1em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.header {
	width:958px;
	min-height:130px /*Non-IE6*/;
	height:150px !important /*Non-IE6*/;
	height:130px /*IE6*/;
	font-size:1em;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: rgb(200,200,200);
	border-left-color: rgb(200,200,200);
}

.main {
	clear:both;
	width:958px;
	font-size:1em;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: rgb(200,200,200);
	border-right-color: rgb(200,200,200);
	background-color: rgb(200,200,200);
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.content {
	display:inline; /*Fix IE floating margin bug*/
	;
	float:right;
	width:676px;
	background-color:rgb(200,200,200);
	font-size:1em;
	overflow:visible !important /*Non-IE6*/;
	overflow:hidden /*IE6*/;
}
.subcontent {
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	width:270px;
	background-color:rgb(200,200,200);
	font-size:1em;
	overflow:hidden !important /*Non-IE6*/;
	overflow:hidden /*IE6*/;
}
.footer {
	clear:both;
	width:958px;
	padding:0.5em 0 0 0;
	border-left:solid 10px rgb(200,200,200);
	border-right:solid 10px rgb(200,200,200);
	font-size:1.1em !important /*Non-IE6*/;
	font-size:1.0em /*IE6*/;
	overflow:visible !important /*Non-IE6*/;
	overflow:hidden /*IE6*/;
	background-color: #f3dec8;
}

/************/
/*  CONTENT */
/************/

/* CONTAINER (NO BOXES) */
.content-1col-nobox {
	width:676px;
	background-color:rgb(255,255,255);
}
.content-2col-nobox-leftcolumn {
	display:inline;
	float:left;
	width:337px;
	background-color:rgb(255,255,255);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgb(215,215,215);
}
.content-2col-nobox-rightcolumn {
	display:inline;
	float:left;
	width:337px;
	background-color:rgb(255,255,255);
}

/* CONTAINER (BOXES) */
.content-1col-box {width:676px; background-color:transparent;}
.content-2col-box-leftcolumn {display:inline; float:left; width:333px; background-color:transparent;}
.content-2col-box-rightcolumn {display:inline; float:right; width:333px;  background-color:transparent;}
.content-2col-box {width:333px; background-color:rgb(255,255,255);}

/***************/
/* SUBCONTENT  */
/***************/

.subcontent-box {
	width:270px;
	background-color:rgb(255,255,255);
}

/***************/
/* BANNERS  */
/***************/

.banner-box {
	width:270px;
	margin-bottom:10px;
}

/*********************/
/*  ROUNDED CORNERS  */
/*********************/

/* PAGE */
.corner-page-top {width:978px; height:10px; background:transparent url(../img/bg_corner_page_top.gif) no-repeat; overflow:hidden;}
.corner-page-bottom {
	width:978px;
	height:10px;
	padding-bottom:10px;
	background:transparent url(../img/bg_corner_page_bottom.gif) no-repeat;
	overflow:hidden;
}

/* CONTENT */
.corner-content-1col-top {clear:both; width:676px; height:7px; background:white url(../img/bg_corner_content_1col_top.gif) no-repeat; overflow:hidden;}
.corner-content-1col-bottom {clear:both; width:676px; height:7px; margin-bottom:10px; background:transparent url(../img/bg_corner_content_1col_bottom.gif) no-repeat; overflow:hidden;}
.corner-content-2col-top {width:333px; height:7px; background:transparent url(../img/bg_corner_content_2col_top.gif) no-repeat; overflow:hidden;}
.corner-content-2col-bottom {width:333px; height:7px; margin-bottom:10px; background:transparent url(../img/bg_corner_content_2col_bottom.gif) no-repeat; overflow:hidden;}

/* SUBCONTENT */
.corner-subcontent-top {
	clear:both;
	width:270px;
	height:7px;
	background:transparent url(../img/bg_corner_subcontent_top.gif) no-repeat;
	overflow:visible;
}
.corner-subcontent-bottom {clear:both; width:270px; height:7px; margin-bottom:10px; background:transparent url(../img/bg_corner_subcontent_bottom.gif) no-repeat; overflow:hidden;}

/* MAPA */
.corner-mapa-top {clear:both; margin:auto; width:635px; height:5px; background:transparent url(../img/bg_corner_mapa_top.gif) no-repeat; overflow:visible;}
.corner-mapa-bottom {clear:both; margin:auto; width:635px; height:45px; background:transparent url(../img/roundcorner_mapa_bottom.gif) no-repeat; overflow:visible;}

/******************/
/*  CLEAR FLOATS  */
/******************/
.container:after, .header:after, .header-top:after, .header-bottom:after, .main:after, .content:after, .content div:after, .subcontent:after, .subcontent div:after, .footer:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.content-1col-nobox:after, .content-2col-nobox-leftcolumn:after, .content-2col-nobox-rightcolumn:after, .content-1col-box:after, .content-2col-box-leftcolumn:after, .content-2col-box-rightcolumn:after, .content-2col-box:after, .subcontent-box:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.corner-content-1col-top:after, .corner-content-1col-bottom:after, .corner-content-2col-top:after, .corner-content-2col-bottom:after, .corner-subcontent-top:after, .corner-subcontent-bottom:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
 p:after {content:"."; display:block; height:0; /*clear:both Do not use here to avoid paragraphs clearing next to images;*/  visibility:hidden;}
 
/**************/
/*  PRINTING  */
/**************/
/* To avoid that some layouts may break during printing */
/* we remove one vertical border-line for the columns  */                 
@media print {.content-2col-nobox-rightcolumn {display:inline; float:right; width:337px; border-left:none; background-color:rgb(255,255,255);}}

