body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f8edd3;
	background-color: #2f1504;
	margin: 0px;
}
.main {
	display: table;
	width: 750px;
	height: auto;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 5px;
}
.header {
	display: table-row;
	width: 750px;
	height: 131px;
	clear: left;
}.header_left {
	display: block;
	float: left;
	height: 131px;
	width: 512px;
}
.Logo {
	display: block;
	float: right;
	height: 131px;
	width: 143px;
}
.mainContent {
	display: table-row;
	clear: left;
	height: 351px;
	width: 750px;
}
.menu {
	background-image: url(images/menu_bkgr.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 351px;
	width: 186px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.menu a {
	font-weight: bolder;
	color: #2d1509;
	background-image: url(images/menu_bkg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 33px;
	width: 144px;
	text-decoration: none;
	padding-top: 17px;
}
.menu a:hover {
	color: #962528;
	text-decoration: underline;
}
.menu_sep {
	margin-top: 10px;
}
.flash {
	display: block;
	float: left;
	height: 351px;
	width: 242px;
}
.ContentBkgr {
	background-image: url(images/content_bkgr.jpg);
	background-repeat: repeat-x;
	display: block;
	float: left;
	height: 351px;
	width: 297px;
}
.Content {
	text-align: justify;
	display: block;
	padding: 10px;
	height: 331px;
	width: 277px;
	overflow: auto;
}
.Content a {
	font-weight: bolder;
	color: #F8ECD4;
	text-decoration: none;
}
.Content a:hover {
	text-decoration: underline;
}
.tableContents {
	font-size: 11px;
	text-align: left;
}
.bottomContent {
	display: table-row;
	height: 34px;
	width: 750px;
	clear: left;
}
.bottomLeft {
	background-image: url(images/botleft_content.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 34px;
	width: 211px;
}
.bottomRight {
	background-image: url(images/bot_bkgr.jpg);
	background-repeat: repeat-x;
	display: block;
	float: left;
	height: 26px;
	width: 529px;
	padding-top: 8px;
	text-align: right;
	padding-right: 10px;
}
a.correo, a.language, a.flash {
	font-weight: bolder;
	color: #FBECD5;
	text-decoration: none;
	width: auto;
	height: auto;
	display: block;
	float: right;
	margin-left: 60px;
}
a.flash {
	margin-left: 40px;
}
a:hover.flash, a:hover.correo, a:hover.language {
	color: #9F1E09;
}
a.correo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	display: table-row;
	clear: left;
	height: 34px;
	width: 750px;
	float: left;
}
.tableTitles {
	font-weight: bolder;
	color: #F8EDD3;
	text-align: center;
}
h1 {
	font-weight: bolder;
	color: #F8EDD3;
	font-size: 16px;
}
/********************************************************************
*
* Message
*
********************************************************************/
.jqifade{
      position: absolute;
      background-color: #aaaaaa;
}
div.jqi{
      width: 500px;
      height: 200px;
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      position: absolute;
      background-color: #ffffff;
      font-size: 11px;
      text-align: left;
      border: solid 1px #eeeeee;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 7px;
      margin-top: 22px;
      overflow: hidden;
}
div.jqi .jqicontainer{
      font-weight: bold;
}
div.jqi .jqiclose{
      position: absolute;
      top: 4px; right: -2px;
      width: 18px;
      cursor: default;
      color: #bbbbbb;
      font-weight: bold;
}
div.jqi .jqimessage{
      padding: 10px;
      line-height: 20px;
      color: #444444;
}
div.jqi .jqibuttons{
      text-align: right;
      padding: 5px 0 5px 0;
      border: solid 1px #eeeeee;
      background-color: #f4f4f4;
      display: none;
}
div.jqi button{
      padding: 3px 10px;
      margin: 0 10px;
      background-color: #2F6073;
      border: solid 1px #f4f4f4;
      color: #ffffff;
      font-weight: bold;
      font-size: 12px;
}
div.jqi button:hover{
      background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{
      background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{
      background-color: #BF5E26;
}