/* CSS Document Caboturbo*/
html				{marin-top:20px; font:verdana; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;}
body				{ 	margin-top:5px;background-color:	#FFF; 
						background-image: url('background.jpg');
						background-repeat:repeat-x
					}

#container			{ 	    
    					position: 		relative; 
    					margin: 		0 auto; 
    					width: 			960px; 
    					min-height: 	100%; 
    					height: 		auto !important; 
    					height: 		100%;
						background-color:#CCC;
						/*background-color:#FF2D0D;*/
					}
					
#topbar				{	
						text-align:right;
						width:				960px;
						height:				20px;
						background-color:	#CCC;
						color:				#777;
						border-top:			1px #FFF solid;
						border-bottom:		1px #000 solid;
						/* border-left:		1px #000 solid; */
						font:verdana; font-size:10px; font-weight:bold;
						
					}
					
#topbar	img			{	
						border:		1px #000 solid;
						
					}
					
					
#header				{	
						text-align:			right;
						width:				960px;
						height:				150px;
						background-image:	url('images/logoheader.jpg');
						background-repeat:	no-repeat; 
						background-position: left 50%;
						background-color:	#F20;
						/* border-right:		1px #000 solid; */
						font-size:9px; font-weight:normal;
						margin:0px; font-style:normal; font-variant:normal
					}

#header a			{	
						text-align:center;
						text-decoration:none; 
						font:verdana;
						font-size:9px; 
						color:#333;
						line-height:auto;
						float:right;
						width:37px; height:auto;
						font:verdana; font-size:9px; font-weight:normal;
					}

#header a:link		{	background-color: #FFF; }
#header a:visited	{	background-color: #FFF; }
#header a:hover		{	background-color: #F20; color:#FFF; }
#header a:active	{	background-color: #F20; color:#FFF; }

#upperbar			{	
						text-align:left;
						width:				759px;
						margin-left:		201px;
						height:				20px;
						background-color:	#CCC;
						border-bottom:		1px #777 solid;
						border-right:		1px #777 solid;
						font:verdana; font-size:12px; font-weight:bold;
					}
					
#upperbar a			{	
						text-align:center;
						text-decoration:none; 
						color:#333;
						background-color:	#CCC;
						line-height:20px;
						display:block;
						float:left;
						width:auto; height:20px;
						border-left: 			2px #DDD solid;
						border-right:			1px #BBB solid;
												
					}
					
#upperbar a:link	{	background-color: #CCC; }
#upperbar a:visited	{	background-color: #CCC; }
#upperbar a:hover	{	background-color: #000; color:#FFFFFF; }
#upperbar a:active	{	background-color: #000; color:#DDDDDD; }
					
#leftbar			{
						width:				200px;
						height: 			450px;
						background-color:	#CCC;
						float:				left;
						border-right:		1px #777 solid;
						border-top:			1px #777 solid;
						padding-bottom:	    1px;
						font:verdana; font-size:12px; font-weight:bold;
					}
					
#leftbar a			{	
						text-align:left;
						text-decoration:none;
						color:#333;
						background-color:	#CCC;
						line-height:20px;
						display:block;
						width:200px; height:20px;
						border-top:			2px #DDD solid;
						border-bottom:		1px #BBB solid; 
					}
					
#leftbar a:link		{	background-color: #CCC; }
#leftbar a:visited	{	background-color: #CCC; }
#leftbar a:hover	{	background-color: #000; color:#FFFFFF;  }
#leftbar a:active	{	background-color: #000; color:#DDDDDD;  } 
					

#content			{
						width:				759px;
						height: 			450px;
						background-color:	#FFF;
						float:left;
					}
					
#iframe				{	width:				100%;
						height: 			450px;
						background-color:	#FFF;
					}
					
#footer				{	
						text-align:			right;
						width:				759px;
						margin-left:		201px;
						height:				20px;
						background-color:	#CCC;
						border-top:			1px #777 solid;
						border-right:		1px #777 solid;
					}
					
#footer a			{	
						text-align:center;
						text-decoration:none; 
						font:verdana;
						font-size:9px; 
						color:#333;
						line-height:20px;
						float:right;
						width:auto; height:20px;
						font:verdana; font-size:12px; font-weight:bold;
						border-left: 			2px #DDD solid;
						border-right:			1px #BBB solid;
					}

#footer a:link		{	background-color: #CCC; }
#footer a:visited	{	background-color: #CCC; }
#footer a:hover		{	background-color: #000; color:#FFFFFF; }
#footer a:active	{	background-color: #000; color:#DDDDDD; }					