/* 00 - GLOBAL ELEMENTS
/* ----------------------------------------------*/
body {
	margin:0; padding:0;
	width:auto; height:auto;
	background:#fff;
	border-top:3px solid #e3f0f8;
	font:0.75em "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#666666;
}

img {
	border:0;
}

blockquote {
	margin:15px 0;
	padding:10px 20px;
	border-bottom:1px solid #c4dae7;
	font:1.00em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#666;
	background:#d8e9f2;
}


p {
	line-height:21px;
	color: #666;
}

label {	
	font-weight:bold;
	color:#61666c;
}

/* 01 - TYPOGRAPHY
/* ----------------------------------------------*/

#texto {
	padding-bottom: 5px;
	padding-top: 0px;
	}
	
h1 {
	margin:0;
	padding:0;
	display: none;
}

	.post-single h1 {
		margin:auto; padding:0;
		width:auto; height:auto;
		font:bold 2.25em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color:#666;
		background:none; text-indent:0;
		border-bottom:0;
	}

h2 {
	margin:15px 0 0 0; padding:0;
	font:bold 2.0em "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#ff3300;
	letter-spacing:-1px;
}

	.post-single h2 {
		font:normal 1.75em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color:#999999;
	}

	.post-h2 {
		font-size:2.0em;
	}

h3 {
	margin:0; padding:0;
	font:1.50em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

	.post-single h3 {
		font:1.50em "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#999999;
	}

	#recent-news h3 {
	color:#0990D4;
	}
	
	#from-the-blog h3 {
		color:#999;
	}
	
	.comment-author h3 {
		color:#333;
	}

h4 {
	margin:0; padding:8px 15px;
	font:1.50em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333;
	background:none;
	border:1px solid #FFF;
}

	.post-single h4 {
		margin:auto; padding:0;
		font:1.25em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color:#999999;
		background:none;
		border-top:0; border-bottom:0;
	}

h5 {
	margin:0; padding:0;
}

	.post-single h5 {
		font:bold 1.00em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color:#999999;
	}

a:link, a:active, a:visited {
	color:#666;
	text-decoration:none;
}

	h2 a {
		color:#0888D1;
	}
	
	h3 a {
		color:#999999;
	}
	
		.comment-author h3 a {
			color:#999;
		}
	
	h4 a {
		color:#999999;
	}
	
	h5 a {
		color:#999999;
	}
	
	.learn-more {
		margin:20px 0 0 0; padding:0;
		width:97px; height:23px;
		background:url(images/learn-more.gif) no-repeat top center;
		display:block; text-indent:-9999px; outline:0;
	}
	
	.read-more {
		margin:20px 0 0 0; padding:0;
		width:97px; height:22px;
		background:url(images/read-more.gif) no-repeat top center;
		display:block; text-indent:-9999px; outline:0;
	}
	
	.latest-blog {
		margin:-50px 0 0 200px; padding:0;
		font:bold 0.92em "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#999;
		position:absolute;
	}
	
	a.view-blog:link, a.view-blog:active, a.view-blog:visited {
	margin:-20px 0 0 285px;
	padding:0;
	font:bold 0.92em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#999;
	position:absolute;
	}
	
	#features-tabs li a, .cat-tabs li a {
		margin:0; padding:0;
		width:auto; height:auto;
		color:#999;
	}
	
	#recent-news h3 a {
		color:#0990D4;
	}
	
	#from-the-blog h3 a {
		color:#ff3300;
	}
	
	#sidebar li ul li a {
		color:#666666;
		font: 1.00em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
	
	.author-website a {
		font:bold 1.10em "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#666;
	}
		
	#copyright a {
		font: 0.92em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color:#999;
	}
	
a:hover {
	text-decoration:underline;
}

	h2 a:hover {
		color:#57bad2;
		text-decoration:none;
	}
	
	.comment-author h3 a:hover {
		color:#0990D4;
		text-decoration:none;
	}

	.learn-more:hover, .read-more:hover {
		background-position:bottom center;
	}
	
	#features-tabs li a:hover, .cat-tabs li a:hover {
		text-decoration:none;
		color:#999;
	}
	
	#features-tabs li.active, .cat-tabs li.active {
		border:1px solid #FFF;
		background:#FFF url(images/features-tab.gif) repeat-x top center;
		color:#999; text-decoration:none; display:block;
	}
	
	#features-tabs li.active a, .cat-tabs li.active a {
		font-weight:bold; color:#666;
	}
	
	#sidebar li ul li a:hover {
		color:#666; text-decoration:none;
	}
	
	#single-features-list li a {
		color:#666;
	}

/* Styles */

.inline {
	display:inline;
}

.block {
	display:block;
}

/* Misc */

.image-caption {
	margin:5px auto -30px auto; padding:0 0 80px 0;
	width:80%;
	font:normal 1.1em "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#666;
}

	.image-caption span {
		margin:5px 0 10px 0; padding:0;
		font:bold italic 1.10em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		display:block;
	}
	
.headlines p {
	line-height:21px;
}

#features {
	color:#636363;
}

.commentlist li {
	color:#667c91;
}

.input {
	font:0.92em "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#666;
}

.pagetitle {
	margin:0 0 30px 0;
}

#footer-info li {
	font:bold 1.00em "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#999;
}

	#footer-info li a {
		font:normal 0.92em "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#999;
	}


/* 02 - STRUCTURE
/* ----------------------------------------------*/

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
	display: inline-block;
	padding: 0px 20px 0px 20px;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.container {
	margin:0 auto; padding:0px 0px 0px 0px;
	width:940px; height:auto;
}

.left {
	float:left;
}

.right {
	float:right;
}

/* 03 - HEADER
/* ----------------------------------------------*/

#header {
	margin:0; padding:0;
	width:auto; height:auto;
	background:#FFF;
}

#header-repeat {
	background:#fdfeff url(images/header.jpg) repeat-x top center;
}

#header-left {
	background:url(images/header-left.jpg) no-repeat top left;
}

#logo {
	padding: 10px 0;
	width: 200px;
	float: left;
}
#slogan {
	padding: 63px 0px 23px 0px;
	width: 740px;
	float: right;
	height: 47px;
	text-align: right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #FFF;
}
#rodape {
	float:left;
	width:320px;
	height:auto;
	padding-top:61px;
	font-size:11px;
	padding-bottom:50px;
}
#rodape-final {
	float:left;
	width:940px;
	padding-top:0px;
	font-size:11px;
	color:#999;
	padding-bottom:10px;
	height: 20px;
	background-image: url(images/fundo_rodape.jpg);
	background-repeat: no-repeat;
}
	#rodape-final-esq {
	float:left;
	width:570px;
	padding-top:10px;
	font-size:11px;
	color:#999;
	padding-left: 30px;
}
#rodape-final-dir {
	float:right;
	width:310px;
	padding-top:10px;
	font-size:11px;
	color:#999;
	text-align: right;
	padding-right: 30px;
}
#banner{
	padding: 5px 0px 5px 0px;
	width: 940px;
	float: right;
	height: 320px;
	background-image:url(images/fundo_banner.jpg);
	background-repeat:no-repeat;

}
#navigation {
	margin:0; padding:0 0 8px 0;
	list-style:none;
	border-top:1px solid #eff0f1;
	border-bottom:1px solid #f6f7f8;
}
	
	#navigation li {
	margin:8px 0 0 12px;
	padding:0 19px 0 0;
	float:left;
	width:auto;
	border-right:1px solid #efefef;
	color: #0990D4;
	}
			
		#navigation li a {
			margin:0; padding:0;
			text-decoration:none; display:block;
			font:14px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#0888D1;
		}
	
		#navigation li:hover a, #navigation li.sfhover a {
			background:url(images/nav-right.gif) no-repeat top right;
			color:#FFF;
		}
		
			#navigation li.current_page_item a:link,
			#navigation li.current_page_item a:visited,
			#navigation li.current_page_item a:active {
				background:url(images/nav-right.gif) no-repeat top right;
				color:#FFF;
			}
	
			#navigation li span {
				margin:0; padding:7px 0 0 0;
				display:block;
			}
	
			#navigation li:hover span, #navigation li.sfhover span,
			#navigation li.current_page_item a:link span,
			#navigation li.current_page_item a:visited span,
			#navigation li.current_page_item a:active span {
				background:url(images/nav-left.gif) no-repeat top left;
			}
						
				#navigation li span span {
					margin:0; padding:0 0 0 15px;
					display:block;
				}
					
				#navigation li:hover span span, #navigation li.sfhover span span,
				#navigation li.current_page_item a:link span span,
				#navigation li.current_page_item a:visited span span,
				#navigation li.current_page_item a:active span span {
					background:url(images/nav-bottom-left.gif) no-repeat bottom left;
				}
								
					#navigation li span span span {
						margin:0; padding:0 15px 8px 0;
						display:block;
					}
					
					#navigation li:hover span span span, #navigation li.sfhover span span span,
					#navigation li.current_page_item a:link span span span,
					#navigation li.current_page_item a:visited span span span,
					#navigation li.current_page_item a:active span span span  {
						background:url(images/nav-bottom-right.gif) no-repeat bottom right;
					}
						
		#navigation li ul {
			margin:0; padding:0;
			list-style:none;
			position:absolute;
			width:206px;
			left:-999em;
		}
			
			#navigation li ul li, #navigation li:hover ul li, #naviation li.sfhover ul li {
				margin:0; padding:0;
				float:none;
			}
			
				#navigation li ul li a {
					margin:0; padding:0;
					background:none;
				}
				
				#navigation li:hover ul li a, #navigation li.sfhover ul li a {
					margin:0 2px; padding:8px 15px;
					font:1.00em "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#fff;
					border-right:0;
					background:url(images/nav-divider.gif) repeat-x bottom center;
				}
				
					#navigation li:hover ul li a:hover {
						color:#efefef;
					}
					
					#navigation li:hover ul > li:first-child, #navigation li:hover ul > li:hover:first-child {
						padding:10px 0 0 0;
						background:url(images/nav-corner.gif) no-repeat top right;
					}
				
					#navigation li:hover ul li:hover, #navigation li.sfhover ul li.sfhover {
						margin:0; padding:0;
						background:none;
					}
					
					#navigation li ul li span,
					#navigation li ul li span span, 
					#navigation li:hover ul li:hover span, 
					#navigation li:hover ul li:hover span span, 
					#navigation li:hover ul li.sfhover span, 
					#navigation li:hover ul li.sfhover span span,
					#navigation li:hover ul li span,
					#navigation li:hover ul li span span {
						margin:0; padding:0;
						background:none;
					}
		
		#navigation li:hover ul, #navigation li.sfhover ul {
			margin:-4px 0 0 0; padding:0 0 15px 0;
			left:auto;
			background:url(images/nav-back.png) no-repeat bottom center;
		}
		
		#navigation li.current_page_item li a  {
			background:url(images/nav-divider.gif) repeat-x bottom center!important;
		}
		
		#navigation li.current_page_item li a span  {
			background-image: none!important;
		}
		
		#navigation li.current_page_item li a span span  {
			background: none;
		}
		
		#navigation li.current_page_item li a span span span  {
			background: none;
		}
		
		

#searchform-header {
	margin:43px 0 0 0;
	float:right;
}

	.search-box {
		margin:3px 10px 0 10px; padding:8px 5px 0 5px ;
		width:163px; height:27px; line-height: 17px;
		background:url(images/searchbox.jpg) no-repeat top center;
		font:1em "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #949494;
		float:left; display:inline; position: relative; z-index: 1000;
		border:0;
	}	


/* 03 - CONTENT
/* ----------------------------------------------*/

#breadcrumbs  {
	margin: 7px 0 5px 0;
	padding: 2px 7px;
	display: inline-block;
	width: auto;
	font-size: 15px;
	background-color: #fff;
	border-bottom: 1px solid #aaa;
}

#content-repeat {
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	background-color:#FFF;

}
#content-rodape {
	margin:0;
	padding:20px 0px 0px 0px;
	width:auto;
	height:auto;
	background-image: url(images/fundo_rodape_2.jpg);

}

#content-left {
	margin:0 0 0px 0;
	padding:0;

}

#content {
	margin:0; padding:5px 0 0 0;
}

#left-col {
	margin:0; padding:0;
	width:630px; height:auto;
	float:left;
}

	#left-col-inside {
		margin:0; padding:0;
		width:400px;
		float:left;
	}

#right-col {
	margin:0; padding:0;
	width:280px; height:auto;
	float:right;
}

	#right-col-inside {
		margin:0; padding:0;
		width:455px;
		float:right;
	}


	/* 03.A - FEATURED
	/* ----------------------------------------------*/

	.headlines {
		margin:0; padding:0;
		width:410px; height:auto;
		float:left;
	}
	
		.headline {
			margin:0 0 40px 0; padding:0;
		}
	
	.latest-image {
		margin:0; padding:0;
		width:500px; height:auto;
		background:url(images/latest-image-back.gif) no-repeat bottom right;
		float:right;
	}
	
		.latest-image-page {
			margin:0; padding:0;
			width:500px; height:auto;
			background:none;
			float:right;
		}
	
		.latest-image img {
			margin:15px auto 0 auto;
			display:block;
			border: 5px solid #fff;
		}
		
	/* 03.B - NEWS BOX
	/* ----------------------------------------------*/

	#news-top {
		margin:0; padding:0;
		width:100%; height:0px;
	}
	
	#news {
	margin:0;
	padding:10px 30px 10px 30px;
	}
	
	#recent-news {
	margin:-20px 0 0 0;
	padding:60px 0 0 0;
	width:415px;
	height:280px;
	background:url(images/latest-blog.gif) no-repeat top left;
	float:left;
	}
	
	#from-the-blog {
	margin:-20px 0 0 0;
	padding:50px 0 0 0;
	width:465px;
	height:auto;
	background:url(images/more-blog.gif) no-repeat top left;
	float:right;
	}
	
		#from-the-blog .posted {
	margin:0;
	padding:13px 10px;
	border-bottom:1px solid #dbebf3;
		}
		
	/* 03.C - FEATURES TABS
	/* ----------------------------------------------*/
	
	
	#features-tabs {
		margin:20px 0 0 20px; padding:0;
		width:auto; height:auto;
		list-style:none;
	}
	
		#features-tabs li, .cat-tabs li {
			margin:0 10px 0 0; padding:10px 15px;
			width:auto; height:auto;
			float:left; display:block;
		}
	
	#features-top {
		margin:0; padding:0;
		width:941px; height:11px;
		background:#FFF url(images/features-top.gif) no-repeat top center;
	}
	
	#features {
		margin:0; padding:20px 30px 23px 30px;
		width:881px; height:auto;
		background:#FFF url(images/features-bottom.gif) no-repeat bottom center;
		overflow:hidden;
	}
	
	.feature-image {
		margin:0; padding:0;
		width:270px; height:auto;
		display:block; 
	}
	
		.feature-image img {
			margin:0; padding:0 0 5px 0;
			border-bottom:1px solid #dfdfdf;
		}
		
		
		.caption {
			margin:15px 0 0 0;
			display:block;
			font:0.82em "Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#858b8b;
		}
		
			.caption strong {
				margin:0; padding:0;
				font-size:115%;
			}
	
	.double {
		width:550px;
	}
	
	/* 03.D - POSTS
	/* ----------------------------------------------*/
	
	.cat-tabs {
		margin:0 0 0 20px; padding:0;
		width:auto; height:auto;
		list-style:none;
	}
	
		/* See #features-tabs */

	.post-top {
		margin:0; padding:0;
		width:630px; height:11px;
		background:url(images/post-top.gif) no-repeat top center;
	}
	
	.post {
		margin:0 0 35px 0; padding:10px 30px 33px 30px;
		width:570px; height:auto;
		background:#FFF url(images/post-bottom.gif) no-repeat bottom center;
		overflow:hidden;
	}
	
/* Blog Entry Styles - Images */

.wp-caption {
	text-align: center;
	padding: 0 0 5px;
	background: #fff;
}

.wp-caption img {
	padding: 5px;
}

.wp-caption-text {
	margin: 10px 0 0;
	padding: 0;
}

.wp-caption .wp-caption-text, .wp-caption .wp-caption-dd {
	text-align: center; 
	margin: 0;
	padding: 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	margin: 0 0 15px 20px;
	display: inline;
	float: right;
	}

.alignleft {
	margin: 0 20px 15px 0;
	display: inline;
	float: left;
	}

img.wp-smiley  {
	padding: 0;
	border: none;
}
	
	
	/* 03.E - SIDEBAR
	/* ----------------------------------------------*/
	
	#sidebar {
		margin:0; padding:0;
		list-style:none;
	}
	
		#sidebar li {
			margin:0 0 30px 0; padding:0;
		}
		
			#sidebar li ul {
				margin:0; padding:0;
				list-style:none;
				background:#edf5f9;
				border:1px solid #FFF; border-width:0 1px 1px 1px;
			}
		
			#sidebar li ul li {
				margin:0; padding:7px 10px;
				border-top:1px solid #e2eff5;
			}
			
				#sidebar li ul li ul, #sidebar li ul li ul li ul {
					margin:10px 0 0 0;
					background:none;
				}
		
		
		#ads img {
			margin:5px; padding:0;
		}
	
	/* 03.E - SINGLE.PHP
	/* ----------------------------------------------*/
	
	#single-features-list {
		margin:0 0 12px 40px; padding:0;
		list-style:none;
	}
	
		#single-features-list li {
			float:left;
			margin:0 10px 0 0; padding:0 0 0 4px;
			width:auto; height:29px;
			background:url(images/single-features-list-left.gif) no-repeat top left;
		}
		
		#single-features-list li a {
			margin:0; padding:0 9px 0 5px;
			float:left; display:block;
			width:auto; height:29px; line-height:27px;
			background:url(images/single-features-list-right.gif) no-repeat top right;
			text-decoration:none;
		}
		
		#single-features-list li:hover {
			background-position:0% -29px;
		}
		
		#single-features-list li a:hover {
			color:#566879;
			background-position:100% -29px;
		}
		
	.commentlist {
		margin:30px 0 0 0; padding:0;
		list-style:none;
		border-bottom:1px solid #d9e8ef;
	}
	
		.commentlist li {
			margin:0; padding:20px 20px 10px 20px;
			background:#edf5f9;
			border-top:1px solid #ffffff;
			border-bottom:1px solid #e5f1f7;
		}
		
			.commentlist li ul li {
				border:1px solid #d9e8ef;
			}
		
			.comment-text {
				margin:0; padding:0;
				width:60%; float:right;
			}
			
			.comment-author {
				margin:0; padding:0;
				width:35%; float:left;
			}
			
				.gravatar {
					margin:0; padding:0;
					width:58px; height:auto;
					background:url(images/gravatar.jpg) no-repeat top center;
					float: left;
				}
				
					.gravatar img {
						padding:5px;
					}
					
				.author-info {
					margin:0 0 0 78px;
					padding:0;
					display:block;
				}
				
				.author-info p {
					margin: 0 0 10px !important;
				}
				
					.author-website {
						margin:8px 0 6px 0; padding:0;
					}
					
					.comment-type {
						margin:0; padding:0;
						color:#97a2ad;
					}
				
		
		.commentlist li.alt {
			background:#e8f2f8;
		}	
		
	.input {
		margin:0; padding:9px;
		width:auto; height:auto;
		background:#FFF url(images/input.jpg) repeat-x top center;
		border:1px solid #bfdae7;
	}
	
		textarea.input {
			width: 95%; height:auto;
		}
		
	#submit {
		margin:0; padding:0;
		width:70px; height:23px;		
		display:block;
	}
		
/* 04 - FOOTER
/* ----------------------------------------------*/

#footer-info {
	margin:15px 0 0 0; padding:0;
	list-style:none;
	float:left;
}

	#footer-info li {
		margin:0; padding:0;
		width:190px; height:auto;
		float:left;
	}
	
		#footer-info li ul {
			margin:10px 0 0 0; padding:0;
			list-style:none;
		}
		
			#footer-info li ul li  {
				margin:0; padding:0;
				width:auto; height:auto;
				line-height:16px; display:block;
				float:none;
			}
			
				#footer-info li ul li ul, #footer-info li ul li ul li ul, #footer-info li ul li ul li ul li ul {
					margin: 0;
				}
		
#copyright {
	margin:15px 0 0 0;
	padding:0;
	float:right;
	text-align: right;
	width: 480px;
}

#copyright a:hover  {
	text-decoration: none;
}

#copyright img {
	vertical-align: middle;
}
#email {
	margin:15px 0 0 0;
	padding:0;
	width: 400px;
}

/* 04 - ARCHIVES TEMPLATE
/* ----------------------------------------------*/

.archives_left  {
	float: left;
	width: 450px;
}

.archives_right  {
	float: right;
	width: 450px;
}


/* 05 - FONTES
/* ----------------------------------------------*/


#port_titu {
	font:bold 15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#F60;
	padding-bottom: 10px;
	padding-top: 30px;
	border-top: 1px;
	border-top-style: dashed;
	border-top-color: #efefef;
	
}
#port_site {
	font:normal 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#F60;
	
}

#port_titu_metade01 {
	font:bold 15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width:430px;
	color:#F60;
	padding-bottom: 10px;
	padding-top: 30px;
	border-top: 1px;
	border-top-style: dashed;
	border-top-color: #efefef;
	float: right;
	
}
#port_titu_metade02 {
	color:#F60;
	width:430px;
	padding-bottom: 10px;
	padding-top: 30px;
	border-top: 1px;
	border-top-style: dashed;
	border-top-color: #efefef;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	font-weight: bold;
	
}
#port_site_geral {
	font:normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#F60;	
}

#port_site_coment {
	font:normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#666;	
}

#serv_titu {
	font:bold 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#F60;
	
}

#client_titu {
	font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#F60;
	padding: 0px 0px 3px 15px;
	
}
#client_site {
	font:11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#666;
	padding: 0px 0px 3px 0px;
	text-align: center;
	height: 20px;
	
}

#rodape_titu_grande {
	font:bold 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	
}

#rodape_titu_peq {
	margin:0; padding:0;
	font:11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:right;
}
#rodape_titu_tel {
	font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:right;
}


#cont_pg_left{
	width: 420px;
	background-image:url(images/div.jpg);
	background-position:right;
	background-repeat:no-repeat;
	float:left;
	padding: 20px 15px 0px 15px;
}

#cont_pg_right{ width: 410px;
	float:right;
		padding: 20px 25px 0px 15px;}
		
		/* MAPA */
#mapa
{
position:relative;
width:400px;
padding:5px;
margin-left:12px;
background:#bdd1e2;
}

		/* SERV */
#serv{
	width:400px;
	height:150px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #CDCDCF;
}

#serv_img {
	width:80px;
	height:100px;
	float:left;
	padding:35px 10px 10px 10px;
}


		/* CLIENTS */
		
#cont_pg_client{
	width: 920px;
	padding: 20px 15px 0px 15px;
	float: left;
}

#client{
	width:200px;
	padding: 20px 0px 10px 0px;
	border-bottom: 1px dotted #CDCDCF;
	float:left;
	margin: 0px 8px 0px 8px;
	height: 180px;
}
#client_img {
	width:180px;
	height:135px;
	text-align:center;
	padding:0px 10px 0px 10px;
}
#paginas {
	width:920px;
	padding-top:20px;
	text-align:center;
}

#pag_n {
	width:920px;
	padding-top:20px;
	text-align:center;
}

