* {
	margin:0px;
	padding:0px;
}
p {
	margin-bottom:10px;
	margin-top:10px;
}
body {
	background-color: #FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#666666;
}
#wrapper {
	margin:auto;
	margin-top:0px;
	width:800px;
	height:auto;
	padding-top:15px;
	/* background-color:#FFFFFF; */
}
#banner {
	background-image:url(img/banner_bg.png);
	background-repeat:no-repeat;
	width:800px;
	height:117px;
	margin-bottom:10px;
}
#menu {
	/* padding-left:27%; */
	text-align:center;
	font-size:12px;
	height:34px;
	background-color:#a24035;
	border-top:1px solid #A24035;
	border-left:1px solid #A24035;
	border-right:1px solid #A24035;
}
#menu ul{
	list-style:none;
	padding-left:12px;
	width:760px;
	margin:auto;
}
#menu ul li{
	float:left;		
	background-image:url(img/menu_li_bg.png);
	background-repeat:no-repeat;
	background-position:right;	
}
#menu ul li a{	
	text-decoration:none;
	color:#FFFFFF;
	padding-left:12px;
	padding-right:12px;
	display:block;
	padding-top:6px;
	padding-bottom:10px;
	margin-top:2px;
	font-weight:normal;
}
#menu ul li a:hover{
	color:#a24035;
	background-color:#FFFFFF;
}
#menu ul li a.selected{
	background-color:#FFFFFF;
	color:#a24035;
}
#menu ul li.selected a{
	color:#4244c5;
}
#header {
	width:800px;
	height:108px;
	background-color:#FFFFFF;
	background-image:url(img/header_bg.png);
	background-repeat:no-repeat;
	margin:auto;	
}
#header2 {
	background-image:url(img/header2_bg.png);
	background-repeat:no-repeat;
	height:193px;
	padding-left:226px;
}
#content {	
	height:auto;
	/* padding-top:10px; */
	padding-bottom:10px;
	background-color:#FFFFFF;
	width:800px;
	line-height:18px;
	min-height:600px;
}
#content p {
	line-height:20px;
}
#content a {
	color:#A24035;
	font-weight:bold;
	text-decoration:none;
}
#content a:hover {
	color:#2f308c;
}
#content ul{
	margin-left:10px;
	padding-left:15px;	
}
#content ul li ul{
	margin-left:20px;
	list-style:square;	
}
#content2 {
          padding:10px;
          padding-left:10px;
          padding-right:10px;
}
#content3 {
	padding:30px;
}
#column_left{
	float:left;
	width:390px;
}
#column_right{
	width:200px;
	background-image:url(img/sidebar_bg.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	float:right;
	min-height:500px;
}
#footer {
	width:800px;
	padding-top:10px;
	padding-bottom:20px;
	font-size:10px;
	border-top:1px solid #cbcbcb;
	text-align:center;
}
#footer ul{
	list-style:none;
}
#footer li{
	padding-bottom:3px;
}
#footer a{
	text-decoration:none;
	color:#666666;
}
#footer a:hover{
	color:#FFFFFF;
}
/* BOF titulos */
h1 {
	color:#a24035;
	font-weight:normal;
	font-size:50px;
	margin-bottom:30px;
	margin-top:20px;
}
h2 {
	color:#9A090D;
	font-weight:normal;
	font-size:20px;
	margin-top:10px;
	margin-bottom:10px;
	line-height:24px;
}
h3 {
	color:#690e02;
	font-size:14px;
}
/* EOF titulos */
/* BOF homepage */
#home_left {
	width:420px;
	padding-left:2px;
	padding-top:10px;
	float:left;
}
#home_right {
	width:345px;
	float:right;
	background-image:url(img/column_right_bg.png);
	padding-top:5px;
	margin-top:15px;
	margin-left:15px;
	/* padding-left:10px;
	padding-right:10px; */
}
#home_right_body {
	padding-left:10px;
	padding-right:10px;
	color:#a73634;
}
#home_right_bot {
	height:21px;
	width:345px;
	background-image:url(img/column_right_bot_bg.png);
	background-repeat:no-repeat;
	
}
#founder_message, #whats_new {
	padding:15px;
	background-color:#000000;
	margin-bottom:15px;
	overflow:hidden;
	color:#FFFFFF;
	width:100%;
}
#whats_new {
	background-image:url(img/whats_new_bg.png);
	background-repeat:repeat-x;
	margin-bottom:0px;	
}
#whats_new h2{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
/* EOF homepage */
/* BOF formularios */
input.btn {
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	background-color:#990000;
	border:1px #000000 solid;
	margin-top:15px;
	padding:5px;
}
input.btnfile {
	margin-left:10px;	
}
#form{
	width:400px;
	margin:auto;
	border:1px solid #990000;
	padding:10px;
	float:right;
}
#form legend{
	font-size:14px;
	font-weight:bold;
	padding:5px;	
}
#form ol {
	padding:0px;
	margin:0px;
	list-style:none;
}
#form ol li{
	padding-bottom:5px;
	padding-top:5px;
}
#form label {
	float: left;
	width: 120px;
	padding-right:10px;
	font-weight:bold;
	text-align: left;
	color:#999999;
}
#form ol li span {
	color:#666666;
}
/* EOF formularios */
/* misc */
.line {
	background-image:url(img/line_bg.png);
	width:351px;
	height:8px;
	margin:auto;
	background-repeat:no-repeat;
}	
.news_item {
	border-bottom:1px solid #2f308c;
	padding:20px;
}
/* EOF misc */
/* BOF home */
#home_wrapper{padding:10px; width:370px; background-image:url(img/home_wrapper_bg.png); background-repeat:no-repeat;}
#home_wrapper_bot{width:390px; background-image:url(img/home_wrapper_bot_bg.png); background-repeat:no-repeat; height:11px;}
#home_main{ width:490px; float:left;}
#home_newsletter{ width:240px; height:130px; float:right; background-image:url(img/newsletter_bg.png); }
#target_wrapper{text-align:center;}
#lastest-works{ float:right; width:320px; padding:15px;}
/* EOF home */