/**
 * General
 **/
* html body { text-align:center; }

body{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-image: url('../images/bg_header.jpg');
	background-repeat: repeat-x;
}
/**
 * Layout
 **/
#hideimg {
	position:absolute;
	top: 0;
}
#wrapper {
	width:1020px; margin:0 auto;
	background-image: url('../images/main.jpg');
	background-repeat: repeat-y;
}
#header {
	height:195px;
	background-image: url('../images/bg_header.jpg');
	background-repeat: repeat-x;
	position: relative;
}
#left {
	width:53px;
	height: 70px;
	background-image: url('../images/bg_tleft.jpg');
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}
#right {
	width:62px;
	height: 70px;
	background-image: url('../images/bg_tright.jpg');
	background-repeat: no-repeat;
	background-position: top;
	float: right;
}
#main {
	margin-left:53px;
	margin-right:62px;
	background-color: #e5e5e5;
}
#maintop {
	height: 38px;
	background: #E5E5E5 url('../images/bg_maintop.jpg') repeat-x top left;
	text-align: right;
}
#cfooter {
	height:63px;
	background-image: url('../images/cfooter.jpg');
	background-repeat: repeat-x;
	position: relative;
	line-height: 55px;
	padding-left: 10px;
	font-size: 9px;
	color: #b3b2b2;
}
#sfooter {
	height:16px;
	background-image: url('../images/sfooter.jpg');
	background-repeat: no-repeat;
}
#imghdr {
	position: absolute;
	right: 0;
	top: 0;
}
#cfooter a:link, #cfooter a:visited {
 	color: #b3b2b2;
	text-decoration: none;
}
#cfooter a:hover {
	text-decoration: underline;
}

/**
 *  Menu
 **/
ul#mainmenu {
	position: absolute;
	width: 540px;
	top: 150px;
	left: 50px;
	margin:0px;
	padding:0;
	list-style-type:none;
}
ul#mainmenu li {
	height: 36px;
	text-align: center;
	color: #858585;
	/*display: inline;*/
	float: left;
	list-style-type:none;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
ul#mainmenu a,
ul#mainmenu p
{
	text-decoration:none;
	height: 36px;
	padding: 0 12px 13px 12px;
	font-size: 11px;
	color:#858585;
	background: transparent url('../images/bg_sombra.gif') no-repeat -85px 0;
	display: block;
	font-weight:bold;
}
ul#mainmenu a:hover
{
	text-decoration:none;
	color:#ea8f44;
	background-position: 50% 30%;
}
ul#mainmenu a.selected,
ul#mainmenu p.selected
{
	text-decoration:none;
	color:#ea8f44;
	background-position: 50% 30%;
}

/**
 *  The logo
 **/
#logofdmain {
	position: absolute;
	top: 40px;
	left: 50px;
}

/**
 *  Content
 **/
.content1 {
	padding: 0 23px 10px 25px;
}
.contentrdwh {
	background-color: #f3f3f3;
	margin-left: 22px;
	padding: 15px 20px;
	color: #656565;
}
.content2 {
	background-color: #323232;
	background-image: url('../images/bgimg_btmcnt.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding: 10px 20px 10px 40px;
	color: #ababab;
	font-size: 11px;
}
.content2 a {
	font-weight: bold;
	color: #8fb125;
}
.content2 a:hover {
	font-weight: bold;
}
.contentrhtln {
	border-right: 1px solid #999;
	padding-bottom: 10px;
}
.contentclear {
	height: 15px;
	background-image: url('../images/bg_cntbtm.jpg');
	background-repeat: repeat-x;
}

/**
 *  Others
 **/
div {
	/*border: 1px dashed #ccc;  */
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
h1 {
	font-size: 120%;
	margin-bottom: 0;
	color: #fff;
}
h2 {
	font-size: 110%;
	margin-bottom: 0;
	color: #ED6200;
}
p {
	margin-top: 0;
}