/***** Seteos generales ******/
body {
	padding: 0;
	font-family: Arial,Tahoma,Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #333;
	background: #b1b1b1 url(../images/body_bg.png) repeat-x top fixed;
}
#wrapper0 {
	background: #fff;
	padding: 0 3px 0;
	border-left: 3px solid #E36E00;
	border-right: 3px solid #E36E00;
}
#wrapper {
	background: url(../images/wrapper_bg.png) repeat;
}
.clearone {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.noborder {
	border: 0;
}
h4 {
	font-size: 13px;
}
h3 {
	font-size: 15px;
}
h2 {
	font-size: 16px;
}
h1 {
	font-size: 18px;
	color: #DE4D00;
}
p {
	margin: 12px 0;
}
a {
	color: #DB3300;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.boldtext {
	font-weight:bold;
}
.aditional-small {
	font-size:10px;
}
.codefont {
	color: #006600;
	font-family: "Courier New", monospace, FreeMono;
	padding: 0 15px 0 25px;
}
.recommend {
	padding: 10px 25px;
	font-style: italic;
}
.contentspacer {
	height: 7px;
	overflow: hidden;
	background: url(../images/content_spacer.png) top left repeat-x;
}
.regularlist {
	list-style: none;
	margin: 10px 0 10px 20px;
	padding: 0;
}
.regularlist li {
	padding: 0 0 0 10px;
	height: 100%;
	background: url(../images/nav_li_bg.png) left center no-repeat;
}
.regularlist a {
	color: #DB3300;
	text-decoration: none;
}
.regularlist a:hover {
	text-decoration: underline;
}
.details {
	padding: 3px 25px;
}
#faq_guy {
	position: absolute;
	top: 0;
	right: 70px;
	width: 86px;
	height: 120px;
	background: url(../images/left_faq_a.png) center top no-repeat;
}
#faq_guy:hover {
	background-position: center bottom;
}
/****** fin de seteos generales *******/


/****** header stuff ******/
#header {
	height: 130px;
	overflow: hidden;
	background: url(../images/header_bg.png) top left repeat-x;
	position: relative;
}
#logo {
	position: absolute;
	width: 271px;
	height: 87px;
	top: 16px;
	left: 29px;
	background: url(../images/logo.png) no-repeat;
	text-decoration: none;
	display: block;
}
#header_bot {
	position: absolute;
	width: 145px;
	height: 32px;
	right: 10px;
	top: 11px;
}
#header_bot ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 32px;
}
#header_bot li {
	float: left;
}
#header_bot a {
	margin: 0 10px 0 0;
	width: 32px;
	height: 32px;
	border: 0;
	display: block;
}
#a_login {
	background: url(../images/menu_a_login.png) top left;
}
#a_logout {
	background: url(../images/menu_a_logout.png) top left;
}
#a_home {
	background: url(../images/menu_a_home.png) top left;
}
#a_faq {
	background: url(../images/menu_a_faq.png) top left;
}
#header_bot a:hover {
	background-position: bottom left;
}
/****** fin de header stuff *****/

/****** contenido principal ******/
#maincontent {
	background: url(../images/maincontent_bg.png) center center repeat-y;
}
#mainbordertop {
	height: 15px;
	margin: 0;
	overflow: hidden;
	background: url(../images/mainbordertop_bg.png) center bottom no-repeat;
}
#mainborderbottom {
	height: 32px;
	margin: 0;
	overflow: hidden;
	background: url(../images/mainborderbottom_bg.png) center bottom no-repeat;
}
#content {
}
#content .inside {
	padding: 5px 15px;
}
#leftbar {
	background: url(../images/leftbar_img.png) right top no-repeat;
}
#leftbar .inside {
	padding: 130px 20px 5px 5px;
}
#nav {
	padding: 10px 0;
	list-style: none;
	margin: 5px 0;
}
#nav li {
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #999;
	background: url(../images/nav_li_bg.png) 15px center no-repeat;
}
#nav a {
	display: block;
	height: 100%;
	padding: 0 5px 0 25px;
	text-decoration: none;
	color: #DB3300;
}
#nav a:hover {
	color: #333;
}
/****** fin de contenido principal ******/


/****** footer ************/
#footer {
	clear: both;
	height: 117px;
	width: 100%;
	background: url(../images/footer_bg.png) left bottom repeat-x;
	color: #555555;
	text-align: center;
	position: relative;
}
#footerimg1 {
	position: absolute;
	bottom: 7px;
	left: 14px;
	width: 30px;
	height: 30px;
	background: url(../images/footer_img1.png) center center no-repeat;
}
#footerimg2 {
	position: absolute;
	bottom: 0;
	right: 5px;
	width: 146px;
	height: 90px;
	background: url(../images/footer_img2.png) center center no-repeat;
}

/****** fin del footer ****/