	
	/*
	CSS StyleSheets
	Cliente:	Total Consultores
	*/
	
	body
		{
		text-align:left;
		margin:0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#0F1310;
		background:url(../images/bground/bground.jpg) repeat-x #FDFFDB;
		}
	
	/*
	*/
	
	#wrapper
		{
		width:990px;
		margin:0px auto;
		}
		
	#top
		{
		width:990px;
		margin:0px;
		}
		
	#logo
		{
		width:235px;
		margin:30px 0px 0px;
		}
		
	#container
		{
		width:990px;
		margin:0px 0px 0px;
		/*background:url(../images/bground/bground-container.jpg) repeat-y;*/
		background:#FFFFF6;
		}
		
	#inner-content
		{
		margin:15px;
		margin-right:0px;
		width:420px;
		}
		
	#simulador, .simulador
		{
		width:534px;
		}
		
	#shadow-container
		{
		width:239px;
		}
		
	#display
		{
		margin:0px;
		}
		
	#footer
		{
		width:990px;
		margin:0px auto 10px;
		}
		
	/*
	*/
	
	#container-bottom { background:url(../images/elements/container-bottom.jpg) repeat-x top left; height:12px; width:100%; }
		
	#hotlinks
		{
		width:98%;
		margin:0px auto 10px;
		background:url(../images/bground/bground-hotlinks.jpg) repeat-x;
		padding-left:15px;
		}
		
	#hotlinks-wrap
		{
		width:950px;
		margin:0px auto;
		}
	
	.hotlink-element	{ width:83px; }
	.hotlink-title		{ width:190px; }
	.hotlink-seta		{ width:45px; margin:0px; }
	.hotlink-content	{ width:190px; padding:7px; }
	.hotlink-border		{ width:25px; }
	.hotlink
		{
		width:200px;
		margin:0px 3px;
		}
	
	/*
	*/
	
	.image-float { float:left; margin:0px 15px 15px 0px; }
	
	.floatleft	{ float:left; 	}
	.floatright	{ float:right;	}
	.clear		{ clear:both;	}
	
	.left		{ text-align:left;    }
	.right		{ text-align:right;   }
	.center		{ text-align:center;  }
	.justify	{ text-align:justify; }
	
	div.clear	{ height:0px; margin:0px; padding:0px; 	}
	