* {
	margin:0px;
	padding:0px;
}
p {
	margin-bottom:5px;
	margin-top:5px;
}
body {
	background-color: #0f0bc5;
	background-image:url(img/body_bg.png);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
#wrapper {
	margin:auto;
	/* margin-top:30px; */
	width:800px;
	height:auto;
	/* background-color:#FFFFFF; */
}
#menu {
	height:35px;
	width:800px;
	background-color:#000000;
	background-image:url(img/menu_bg.png);
	background-repeat:repeat-x;	
	padding-bottom:8px;
	text-align:center;
}
/*
#menu ul{
	list-style:none;
	padding-left:5px;
}
#menu ul li{
	float:left;		
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(img/menu_li_bg.png);
	background-repeat:no-repeat;
	background-position:right;	
}
#menu ul li a{	
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	font-style:italic;
}
#menu ul li a:hover{
	color:#FF9999;
}
#menu ul li.selected{
	background-color:#FFFFFF;
}
#menu ul li.selected a{
	color:#4244c5;
}
*/
#header {
	width:800px;
	height:285px;
	background-color:#FFFFFF;
}
#header2 {
	background-image:url(img/header2_bg.png);
	background-repeat:no-repeat;
	height:193px;
	padding-left:226px;
}
#content {	
	height:auto;
	overflow:hidden;
	/* padding-top:10px; */
	padding-bottom:10px;
	background-color:#FFFFFF;
	width:800px;
}
#content a {
	color:#570221;
	font-weight:bold;
	text-decoration:none;
}
#content a:hover {
	color:#ee0000;
}
#content ul{
	list-style:inside;	
}
#content2 {
          padding:10px;
          padding-left:20px;
          padding-right:20px;
}
#column_left{
	float:left;
	width:520px;
	padding:20px;	
}
#column_left p, #column_left li{
	line-height:18px;
}
#column_left ul, blockquote {
	margin-left:15px;
}
#column_right{
	width:190px;
	background-color:#FFFFFF;
	float:right;
	min-height:500px;
	padding:15px;
}
#column_right hr{
        margin-top:7px;
        margin-bottom:7px;
        border:1px solid #F7951E;
}
#column_right a{
	color:#333333;
	font-weight:normal;
}
#footer {
	/* width:800px; */
	padding-top:10px;
	padding-bottom:20px;
	padding-right:20px;
	height:90px;	
	font-size:9px;
	color:#FFFFFF;
	background-color:#f7951e;
	background-image:url(img/footer_bg.png);
	background-repeat:repeat-x;
	text-align:right;
}
#footer ul{
	list-style:none;
}
#footer li{
	padding-bottom:3px;
}
#footer a{
	text-decoration:none;
	color:#F7F7F7;
}
#footer a:hover{
	color:#FFFFFF;
}
/* BOF titulos */
h1 {
	color:#690e02;
	font-weight:normal;
	font-size:26px;
	text-align:left;
	margin-bottom:10px;
}
h2 {
	color:#ea4500;
	font-weight:normal;
	font-size:22px;
	margin-top:5px;
	margin-bottom:5px;
}
h3 {
	color:#690e02;
	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
}
/* EOF titulos */
/* BOF homepage */
/* BOF home */
#home_wrapper{padding-bottom:10px;}
#home_main{ width:490px; float:left;}
#home_newsletter{ width:188px; padding-top:80px; height:45px; background-image:url(img/newsletter_bg.png); background-repeat:no-repeat; margin:auto; text-align:center; }
#target_wrapper{text-align:center;}
/* EOF home */
#home_left {
	width:510px;
	padding-left:2px;
	float:left;
}
#home_right {
	width:210px;
	margin-left:30px;
	float:right;
	text-align:center;
}
#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:#2f308c;
	border:1px #000000 solid;
	margin-top:15px;
}
input.btnfile {
	margin-left:10px;	
}
#form{
	width:350px;
	margin:auto;
	border:1px solid #2f308c;
	padding:10px;
}
#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: 100px;
	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 items */
.items {
	width:362px;
	height:75px;
	padding-left:130px;
	padding-right:20px;
	padding-top:40px;
	background-repeat:no-repeat;
}
.items.item1{
	background-image:url(img/item1-bg.png);
}
.items.item2{
	background-image:url(img/item2-bg.png);
}
.items.item3{
	background-image:url(img/item3-bg.png);
}
/* EOF home items */
.divleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.divright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
#sitemap ul {
	list-style:square;
	margin-left:20px;
}
#sitemap ul li a {
	font-weight:normal;
	color:#990000;
}
#sitemap ul li ul{
	list-style:circle;
}
#sitemap ul li ul li a {
	font-weight:normal;
	color:#333333;
}
ul#news {
	list-style:none;	
}
ul#news li{
	border-bottom:1px solid #CCCCCC;
	padding-top:7px;
	padding-bottom:7px;
}