* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #000000;	
}
a {
	color: #6B001A;
}

a:hover {
	text-decoration: none;
	color:#690;
}
img {
	border: 0;
}

p{
 line-height: 1.8em;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}
button{
	border: 1px solid #333;
	background-color: #333;
	font-size: 0.9em;
	color:#FFF;
	font-weight:bold;
	font-family: Verdana;
	width: 120px; height: 23px;
}
#login{
	width: 400px;
	height: 40px;
	padding-top: 20px;
	color: #FFF;
}
#header .logo {
		float: left;
		width: 272px;
	}
#header #menu {
		padding-top: 110px;
	}	
	
/** BEGIN wrapper **/
#wrapper {
	width: 970px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

#publicidade {
	clear: both;
	width: 100%;
	float: left;
	font-family: Arial;	
}

#publicidade .featured {
		padding: 5px 0px 10px;
	}
		#publicidade .featured h2.title {
			float: left;
			font-size: 0.9em;
			text-transform: uppercase;
			color: #ffffff;
			background-color: #212121;
			padding: 5px 8px;
			font-weight: normal;
			margin-bottom: 10px;
		}
		#publicidade .featured .thumb {
			width: 625px; height: 315px;
			padding: 5px;
			border: 1px solid #E9E9E9;
			background-color: #F2F2F1;
			clear: both;
		}
			#publicidade .featured .b {
				width: 624px; height: 315px;
				overflow: hidden;
				position: relative;
			}
			#publicidade .featured .photo {
				list-style-type: none;
			}
			
				#publicidade .photo li {
					position: absolute;
					top: 0; left: 0;
					z-index: 0;
				}
				#publicidade .photo li.first {
					z-index: 2;
				}
				#publicidade .photo li img {
					width: 624px;
				}
				
				
			#publicidade .featured .text {
				list-style-type: none;
			}
				#publicidade .featured .text li {
					width: 240px; height: 285px;
					position: absolute;
					top: 0; right: -270px;
					padding: 15px;
					color: #ffffff;
					font-family: Verdana;
					background: url(images/shade.png) repeat 0 0;
					z-index: 4;
				}
				#publicidade .featured .text li.first {
					right: 0;
				}
					#publicidade .featured .text h2 {
						font-size: 1.6em;
						margin-bottom: 15px;
					}
					#publicidade .featured .text p {
						line-height: 1.6em;
						margin-bottom: 15px;
					}
					#publicidade .featured .text a {
						color: #ffffff;
						text-decoration: none;
					}
					#publicidade .featured .text .readmore {
						font-size: 0.9em;
						font-weight: bold;
						text-transform: uppercase;
					}

#ofertas {
	clear: both;
	width: 100%;
	float: left;
	font-family: Arial;
	width:650px;
}

#ofertas .detalhes {
		position:relative;
		width:640px;
		line-height: 1.6em;
		margin: 10px 10px 10px 10px; 
		
	}

#ofertas .featured {
		padding: 5px 10px 10px;
		width:650px;		
	}
		#ofertas .featured h2.title {
			float: left;
			font-size: 0.9em;
			text-transform: uppercase;
			color: #ffffff;
			background-color: #212121;
			padding: 5px 8px;
			font-weight: normal;
			margin-bottom: 10px;
		}
		#ofertas .featured .thumb {
			width: 619px; height: 315px;
			padding: 5px;
			border: 1px solid #E9E9E9;
			background-color: #F2F2F1;
			clear: both;
		}
			#ofertas .featured .b {
				width: 649px; height: 314px;				
				overflow: hidden;
				position: relative;
			}
			#ofertas .featured .photo {
				list-style-type: none;
			}
			
				#ofertas .photo li {
					position: absolute;
					top: 0; left: 0;
					z-index: 0;
				}
				#ofertas .photo li.first {
					z-index: 2;
				}
				#ofertas .photo li img {
					width: 619px;
				}
				
				
			#ofertas .featured .text {
				width: 240px; height: 300px;
				float:left;
			}
				#ofertas .featured .text li {					
					width: 200px; height: 285px;
					padding: 15px;
					color: #ffffff;
					font-family: Verdana;
					background: url(images/shade.png) repeat 0 0;
				}
				#ofertas .featured .text li.first {
					right: 0;
				}
					#ofertas .featured .text h2 {
						font-size: 1.6em;
						margin-bottom: 15px;
					}
					#ofertas .featured .text p {
						line-height: 1.6em;
						margin-bottom: 15px;
					}
					#ofertas .featured .text a {
						color: #ffffff;
						text-decoration: none;
					}
					#ofertas .featured .text .readmore {
						font-size: 0.9em;
						font-weight: bold;
						text-transform: uppercase;
					}


/** BEGIN header **/
#header {
	height: 150px;
	padding: 0 8px;
}
	#header p {
		padding-left:-30px;	
	}
	#header ul {
		list-style-type: none;
		clear: both;
	}
		#header ul li {
			float: left;
		}
	#header .pages {
		float: left;
	}
		#header .pages li {
			font-weight: bold;
			font-size: 0.9em;
			text-transform: uppercase;
		}
		#header .pages li a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			padding: 8px 10px;
		}
		#header .pages li a:hover {
			text-decoration: underline;
		}
	#header .links {
		float: right;
		color: #ffffff;
		font-size: 0.9em;
		background: url(images/rss.gif) no-repeat 0 6px;
		padding: 8px 0 8px 18px;
	}
		#header .links a {
			color: #ffffff;
			text-decoration: none;
			margin: 0 5px;
		}
		#header .links a:hover {
			text-decoration: underline;
		}
	#header h1 {
		float: left;
		padding: 35px 0 40px;
		clear: both;
	}
		#header h1 a {
			display: block;
			outline: none;
			text-indent: -9999px;
			background: url(images/logo.jpg) no-repeat 0 0;
			width: 344px; height: 53px;
		}
	#header .ad {
		float: right;
		padding-top: 30px;
	}
	#header .categories {
		overflow: hidden;
		width: 100%;
	}
		#header .categories li {
			font-family: Arial;
			font-size: 0.9em;
			text-transform: uppercase;
			padding-left: 1px;
			background: url(images/divider.gif) no-repeat 0 15px;
			margin-left: -1px;
		}
		#header .categories li a {
			color: #333333;
			text-decoration: none;
			display: block;
			padding: 13px 10px 12px;
		}
		#header .categories li a:hover {
			text-decoration: underline;
		}
/** END header **/

/** BEGIN body **/
#body {
	padding: 10px 0;
	
}
/** END body **/

/** BEGIN content **/
.materiaTexto {
	width: 600px;
	padding:20px;
}

#guiaGrande {
	width:600px;
	border: 2px solid #E1E1E1;
	padding: 10px;
	padding-left: 20px;
	position: inherit;	
}
.textoInterno{
	line-height: 1.6em;
	margin-bottom: 15px;
}

#contentBusca {
	background: #ffffff;
}

#content {
	clear: both;
	width: 676px;
	float: left;
	background: url(images/contentbody.gif) repeat-y 0 0;
	font-family: Arial;
}
	#content .page{
		width: 650px;
		margin-left:10px;
	}
	
	#content .guiaL {
		width:325px;
		float: left;
		display:block;	
	}
	
	#content .guiaR {
		width:325px;
		float: right;
		display:block;
	}
	#content .boxGuia {
		border: 2px solid #E1E1E1;
		padding: 10px;
		margin-bottom: 15px;
		width:290px;
		float: left;
		display:block;	
	}
	#content .boxGuia h2 {
		font-size: 0.9em;
		text-transform: uppercase;
		color: #ffffff;
		background-color: #212121;
		padding: 5px 8px;
		font-weight: normal;
		margin-bottom: 10px;
		width: 95%;
	}
	
	#content .login {		
		border: 2px solid #E1E1E1;
		margin-bottom: 10px;
		height: 29px;
	}
		#content .login input {
			border: 0;
			float: left;
			width: 190px;
			margin: 6px 4px;
		}
		#content .login button {
			border: 0;
			background-color: #212121;
			color: #ffffff;
			font-size: 0.8em;
			font-weight: bold;
			text-transform: uppercase;
			width: 38px; height: 29px;
			float: right;
		}
		
	#content .loginn {	
		margin-bottom: 10px;
	}
		#sidebar .loginn input {
			border: 2px solid #E1E1E1;
			height:23px;
			float: left;
			width: 190px;
			margin: 6px 4px;
		}

	
	#content ul {
		list-style-type: none;
	}
		#content ul li {
			line-height: 1.5em;
			padding: 2px 0;
			border-bottom: 1px solid #E9E9E9;
		}
		#content ul li a {
			color: #191919;
			text-decoration: none;
		}
	
	
	#content .head { background: url(images/contenthead.gif) no-repeat 0 0; }
	#content .foot { 
		background: url(images/contentfoot.gif) no-repeat 0 bottom;
		padding: 25px 8px;
	}
	
	#content .atitle {
		float: left;
		font-size: 0.9em;
		text-transform: uppercase;
		color: #ffffff;
		background-color: #212121;
		padding: 5px 8px;
		font-weight: normal;
		margin: 10px 30px;
	}
	
	#content .post {
		clear: both;
		border-top: 1px solid #E9E9E9;
		margin: 0 30px;
	}
	#content .first {
		border-top: 0;
	}
		#content .post .video {
			float: left;
			width: 190px;
			padding: 15px 0;
		}
		#content .post .l {
			float: left;
			width: 140px;
			padding: 15px 0;
		}
			#content .post img {
				width: 150px; height: 134px;
				border: 1px solid #e9e9e9;
				background-color: #F2F2F1;
				padding: 5px;
			}
			#content .post .image {
				width: 80px; height:80px;
				border: 1px solid #e9e9e9;
				background-color: #F2F2F1;
				padding: 5px;
			}
			#content .post .images {
				width: 80px; height: 80px;
				border: 1px solid #e9e9e9;
				background-color: #F2F2F1;
				padding: 5px;
			}
		#content .post .r {
			float: right;
			width: 400px;
			padding: 15px 0;
		}
		
			#content .post h2 {
				font-weight: normal;
				font-size: 1.8em;
				margin-bottom: 15px;
			}
				#content .post h2 a {
					text-decoration: none;
					color: #191919;
				}
			#content .post p {
				line-height: 1.6em;
				margin-bottom: 15px;
			}
			
	#content .postPrincipal {
		width:150px;
		height:390px;
		float: left;
		border-top: 1px solid #E9E9E9;
		margin: 0 30px;
		color: #393535;
	}
		#content .postPrincipal a{
			text-decoration: none;
			color: #333;
		}
		#content .postPrincipal .l {
			float: left;
			width: 140px;
			padding: 15px 0;
		}
			#content .postPrincipal img {
				width: 150px; height: 134px;
				border: 1px solid #e9e9e9;
				background-color: #F2F2F1;
				padding: 5px;
			}
			#content .postPrincipal .image {
				width: 80px; height:80px;
				border: 1px solid #e9e9e9;
				background-color: #F2F2F1;
				padding: 5px;
			}
			#content .postPrincipal .images {
				width: 80px; height: 80px;
				border: 1px solid #e9e9e9;
				background-color: #F2F2F1;
				padding: 5px;
			}
		#content .postPrincipal .r {
			padding: 15px 0;
		}
		
			#content .postPrincipal h2 {
				font-weight: normal;
				font-size: 1.8em;
				margin-bottom: 15px;
			}
				#content .postPrincipal h2 a {
					text-decoration: none;
					color: #191919;
				}
			#content .postPrincipal p {
				line-height: 1.6em;
				margin-bottom: 15px;
			}	
			
	#content .postAnunciante {
		width:150px;
		height:70px;
		float: left;
		border-top: 1px solid #E9E9E9;
		margin: 0 30px;
		color: #393535;
	}
		#content .postAnunciante a{
			text-decoration: none;
			color: #333;
		}
		#content .postAnunciante .l {
			float: left;
			width: 140px;
			padding: 15px 0;
		}
			#content .postAnunciante img {
				width: 150px; height: 134px;
				border: 1px solid #e9e9e9;
				background-color: #F2F2F1;
				padding: 5px;
			}
			#content .postAnunciante .image {
				width: 80px; height:80px;
				border: 1px solid #e9e9e9;
				background-color: #F2F2F1;
				padding: 5px;
			}
			#content .postAnunciante .images {
				width: 80px; height: 80px;
				border: 1px solid #e9e9e9;
				background-color: #F2F2F1;
				padding: 5px;
			}
		#content .postAnunciante .r {
			width:200px;
			padding: 15px 0;
		}
		
			#content .postAnunciante h2 {
				font-weight: normal;
				font-size: 1.8em;
				margin-bottom: 15px;
			}
				#content .postAnunciante h2 a {
					text-decoration: none;
					color: #191919;
				}
			#content .postAnunciante p {
				line-height: 1.6em;
				margin-bottom: 15px;
			}		
			
	#content .forum {
		clear: both;
		border-top: 1px solid #E9E9E9;
		margin: 0 30px;
	}
		#content .forum .video {
			float: left;
			width: 190px;
			padding: 15px 0;
		}
		#content .forum .l {
			float: left;
			width: 100px;
			padding: 15px 0;
		}
			#content .forum img {
				width: 100px; height: 130px;
				border: 1px solid #e9e9e9;
				background-color: #F2F2F1;
				padding: 5px;
			}
			#content .forum .image {
				width: 80px; height:80px;
				border: 1px solid #e9e9e9;
				background-color: #F2F2F1;
				padding: 5px;
			}

		#content .forum .r {
			float: right;
			width: 450px;
			padding: 15px 0;
		}
		
			#content .forum h2 {
				font-weight: normal;
				font-size: 1.8em;
				margin-bottom: 15px;
			}
				#content .forum h2 a {
					text-decoration: none;
					color: #191919;
				}
			#content .forum p {
				line-height: 1.6em;
				margin-bottom: 15px;
			}		
		
	#content .produtos {
		border-top: 1px solid #E9E9E9;
		margin: 0 30px;
		width: 150px;
		float: left;
		display:block;
	}
		#content .produtos .l {
			float: left;
			width: 155px;
			padding: 15px 0;
		}
			#content .produtos img {
				width: 150px; height: 150px;
				border: 1px solid #e9e9e9;
				background-color: #F2F2F1;
				padding: 5px;
			}

		#content .produtos .r {
			float: right;
			width: 155px;
			padding: 15px 0;
		}
		
			#content .produtos h2 {
				font-weight: normal;
				font-size: 1.0em;
				margin-bottom: 5px;
			}
				#content .produtos h2 a {
					text-decoration: none;
					color: #191919;
				}
			#content .produtos p {
				line-height: 1.6em;
				margin-bottom: 5px;
				float:right;
			}	
		
		
	#content .filme {
		padding-top:10px;		
		clear: both;
		border-top: 1px solid #E9E9E9;
	}
		#content .filme .ladoL {
			float: left;
			width: 140px;
			padding: 15px 0;
		}
			#content .filme img {
				width: 109px;
				border: 1px solid #e9e9e9;
				background-color: #F2F2F1;
				padding: 5px;
			}
			#content .filme .image {
				width: 80px; height:80px;
				border: 1px solid #e9e9e9;
				background-color: #F2F2F1;
				padding: 5px;
			}
		#content .filme .ladoR {
			float: right;
			width: 400px;
			padding: 15px 0;
		}
		
			#content .filme h2 {
				font-weight: normal;
				font-size: 1.8em;
				margin-bottom: 15px;
			}
				#content .filme h2 a {
					text-decoration: none;
					color: #191919;
				}
			#content .filme p {
				line-height: 1.6em;
				margin-bottom: 15px;
			}	
			
	#content .materia {
		clear: both;
		border-top: 1px solid #E9E9E9;
		margin: 0 30px;
	}
		#content .materia .l {
			float: left;
			width: 600px;
			padding: 15px 0;
		}
			#content .materia img {
				width: 580px;
				border: 1px solid #e9e9e9;
				background-color: #F2F2F1;
				padding: 5px;
			}					
		
			#content .materia h2 {
				font-weight: normal;
				font-size: 1.8em;
				margin-bottom: 15px;
			}
				#content .materia h2 a {
					text-decoration: none;
					color: #191919;
				}
			#content .materia p {
				line-height: 1.6em;
				margin-bottom: 15px;
			}
			
			#content .details {
				float: left;
				font-size: 0.85em;
				text-transform: uppercase;
				margin-bottom: 0 !important;
			}
				#content .details a {
					text-decoration: none;
					color: #191919;
					margin: 0 5px;
				}
				#content .details a:hover {
					text-decoration: underline;
				}
			#content .comments {
				float: right;
				margin-bottom: 0 !important;
				padding-bottom: 6px;
				background: url(images/comments.gif) no-repeat right bottom;
			}
				#content .comments a {
					display: block;
					color: #ffffff;
					font-family: Verdana;
					font-size: 0.9em;
					text-decoration: none;
					padding: 2px 6px;
					background-color: #212121;
				}
				
	#content .postnav {
		clear: both;
		float: right;
		padding: 0 20px;
	}
		#content .postnav ul {
			list-style-type: none;
		}
			#content .postnav ul li {
				float: left;
				padding: 0 4px;
				font-family: Arial;
			}
			#content .postnav ul li a {
				display: block;
				padding: 4px 8px;
				border: 1px solid #E1E1E1;
				text-decoration: none;
				color: #4F4F4F;
			}
			#content .postnav ul li a:hover {
				border-color: #ffffff;
			}
	#wp_page_numbers ul {
		border-top: 0 !important;
	}
	#wp_page_numbers .page_info {
		padding: 4px 8px !important;
		border: 1px solid #E1E1E1 !important;
		margin-right: 2px;
	}
	#wp_page_numbers .active_page a {
		border-color: #ffffff !important;
		background-color: #ffffff !important;
	}
	#content .single {
		padding: 10px 30px;
	}
		#content .single h2 {
			margin-bottom: 10px;
			font-size: 1.4em;
			text-transform: none;
		}
		#content .single p {
			line-height: 1.5em;
			margin-bottom: 10px;
		}
		#content .single ul, #content .single ol {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .single li {
			line-height: 1.5em;
			padding: 2px 0;
		}
		#content .single blockquote {
			padding: 10px 10px 5px;
			margin-bottom: 10px;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
		}
		#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
			font-size: 1.2em;
			margin-bottom: 5px;
		}
/** END content **/
#content .cadastre {
		clear: both;
		border-top: 1px solid #E9E9E9;
		margin: 0 20px;
	}
		#content .cadastre .l 
		{
			float: left;
			width: 282px; 
			padding: 15px 0;
		}
		#content .cadastre .r 
		{
			float: right;
			width: 282px;
			padding: 15px 0;
		}
		
			#content .cadastre h2 {
				font-weight: normal;
				font-size: 1.8em;
				margin-bottom: 20px;
			}
				#content .cadastre h2 a {
					text-decoration: none;
					color: #191919;
				}
			#content .cadastre p {
				line-height: 1.6em;
				margin-bottom: 15px;
			}
/** BEGIN links **/
#links {
	clear: both;
	padding: 20px 30px;
	font-family: Verdana;
}
	#links .box {
		width: 130px;
		float: left;
		padding: 20px 10px;
		border-top: 1px solid #E9E9E9;
	}
	#links h2 {
		float: left;
		font-size: 0.9em;
		text-transform: uppercase;
		color: #ffffff;
		background-color: #212121;
		padding: 5px 8px;
		font-weight: normal;
		margin-bottom: 10px;
	}
	.box h2 a {
		color: #ffffff;		
	}
	#links ul {
		clear: both;
		list-style-type: none;
		padding: 0 5px;
	}
		#links ul li {
			line-height: 1.5em;
			font-size: 0.9em;
			padding: 4px 0;
		}
		#links ul li a {
			color: #191919;
			text-decoration: none;
		}
		#links ul li a:hover {
			color: #6B001A;
			text-decoration: underline;
		}
/** END links **/


#pageInterna {
	width: 650px;
	float: right;
	padding: 8px 8px 0 0;
}
	#pageInterna .box {
		border: 2px solid #E1E1E1;
		padding: 10px;
		margin-bottom: 15px;
	}
	#pageInterna button {
			border: 0;
			background-color: #212121;
			color: #ffffff;
			font-size: 0.8em;
			font-weight: bold;
			text-transform: uppercase;
			width: 68px; height: 29px;
			float: right;
			margin-right:30px;
		}


/** BEGIN sidebar **/
#sidebar {
	width: 270px;
	float: right;
	padding: 8px 8px 0 0;
}
	#sidebar .box {
		border: 2px solid #E1E1E1;
		padding: 10px;
		margin-bottom: 15px;
	}
	#sidebar .box .comments {
				float: right;
				margin-bottom: 0 !important;
				padding-bottom: 6px;
				background: url(images/comments.gif) no-repeat right bottom;
			}
			#sidebar .box .comments a {
					display: block;
					color: #ffffff;
					font-family: Verdana;
					font-size: 0.9em;
					text-decoration: none;
					padding: 2px 6px;
					background-color: #212121;
				}
	#sidebar h2 {
		font-size: 0.9em;
		text-transform: uppercase;
		color: #ffffff;
		background-color: #212121;
		padding: 5px 8px;
		font-weight: normal;
		margin-bottom: 10px;
		width: 230px;
	}
	#sidebar h4 {
		font-size: 0.9em;
		text-transform: uppercase;
		color: #ffffff;
		background-color: #212121;
		padding: 5px 8px;
		font-weight: normal;
		margin-bottom: 10px;
		width: 240px;
	}
	#sidebar ul {
		list-style-type: none;
	}
		#sidebar ul li {
			line-height: 1.5em;
			padding: 2px 0;
			border-bottom: 1px solid #E9E9E9;
		}
		#sidebar ul li a {
			color: #191919;
			text-decoration: none;
		}
	#sidebar .ads {
		text-align: center;
		margin-bottom: 10px;
	}
		#sidebar .ads img {
			margin: 4px;
		}
	#sidebar .search {
		border: 2px solid #E1E1E1;
		margin-bottom: 10px;
		height: 29px;
	}
		#sidebar .search input {
			border: 0;
			float: left;
			width: 190px;
			margin: 6px 4px;
		}
		#sidebar .search button {
			border: 0;
			background-color: #212121;
			color: #ffffff;
			font-size: 0.8em;
			font-weight: bold;
			text-transform: uppercase;
			width: 38px; height: 29px;
			float: right;
		}
		
	#sidebar .login {		
		margin-bottom: 10px;
	}
		#sidebar .login input {
			border: 2px solid #E1E1E1;
			height:23px;
			float: left;
			width: 190px;
			margin: 6px 4px;
		}
		#sidebar .login button {
			border: 0;
			background-color: #212121;
			color: #ffffff;
			font-size: 0.8em;
			font-weight: bold;
			text-transform: uppercase;
			width: 38px; height: 29px;
			float: right;
		}
		.linkLogin{
			color: #ffffff;
			font-size: 0.8em;
			font-weight: bold;
		}	
		
	#sidebar .flickr {
		text-align: center;
	}
		#sidebar .flickr img {
			width: 75px;
			height:75px;
			margin: 2px;
		}
	#sidebar .video {
		padding-left: 2px;
	}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #212121;
	color: #ffffff;	
}
	#footer p {
		width: 940px;
		height:34px;
		margin: auto auto;
		text-align: left;
		padding-top:15px;
		font-size: 0.9em;
	}
	#footer a {
		color: #ffffff;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
/** END footer **/
#sideBridge {
	width: 100%px;
	padding: 8px 8px 0 0;
}
#sideBridge .busca {
		border: 2px solid #E1E1E1;
		margin-bottom: 10px;
		height: 29px;
	}
		#sideBridge .busca input {
			border: 0;
			float: left;
			width: 560px;
			margin: 6px 4px;
		}
		#sideBridge .busca button {
			border: 0;
			background-color: #212121;
			color: #ffffff;
			font-size: 0.8em;
			font-weight: bold;
			text-transform: uppercase;
			width: 38px; height: 29px;
			float: right;
		}
/** BEGIN miscellaneous **/
#comments {
	padding: 10px 30px;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.4em;
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments h2 {
		font-size: 0.9em;
		margin-bottom: 20px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 10px 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
.form {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	height: 17px;
	width: 104px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
}
.input {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	height: 17px;
	width: 200px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
}
.input2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	height: 17px;
	width: 90px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
}
.form2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	height: 82px;
	width: 205px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	overflow:auto;
}
.link3 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #808080;
	text-decoration: none;
}
.links {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #EEEEEE;
	text-decoration: none;
}
.link2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #B07503;
	
}
.li_menu {
	padding-left:19px; 
	padding-bottom:3px; 
	color:#FFFFFF; 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px; 
	text-decoration:none
}
.copy {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #8C8B8B;
}
.bordaCinza 
{
	border: solid 1px #cccccc;
	background-color: #efefef;
	font: 11px "Trebuchet MS";
	padding: 5px;
}
.more {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #0054A6;
}
.text {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #6F6C6C;
	text-decoration:none;
}
.tit_interno {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color:#666666;
	text-decoration:none;
}
.texto {
	font-family: Tahoma;
	color: #6F6C6C;
	text-decoration:none;
	height: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-top-color: #D4D0C8;
	border-left-color: #D4D0C8;

}

.textoarea {
	font-family: Tahoma;
	color: #6F6C6C;
	text-decoration:none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-top-color: #D4D0C8;
	border-left-color: #D4D0C8;

}

.textoFocus {
	font-family: Tahoma;
	background-color:#DADADA;
	color: #6F6C6C;
	text-decoration:none;
	height: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-top-color: #D4D0C8;
	border-left-color: #D4D0C8;
}

.textoFocusArea {
	font-family: Tahoma;
	background-color:#d6c8d6;
	color: #6F6C6C;
	text-decoration:none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-top-color: #D4D0C8;
	border-left-color: #D4D0C8;
}

.textoFocus2 {
	font-family: Tahoma;
	color: #6F6C6C;
	text-decoration:none;
	height: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D4D0C8;
	border-bottom-color: #D4D0C8;
	border-top-color: #D4D0C8;
	border-left-color: #D4D0C8;
}
.t1 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #EE8D03;
}
.tit_principal{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#666666;
}
.text2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #444444;
}
.text3 {
	font-family: Tahoma;
	font-size: 11px;
	color: #94A601;
	line-height: 12px;
}
.text4 {
	font-family: Tahoma;
	font-size: 11px;
	color: #EF402F;
	line-height: 12px;
}
.text5 {
	font-family: Tahoma;
	font-size: 13px;
	color: #94A601;
	line-height: 12px;
}
.text6 {
font-family:Arial, Helvetica, sans-serif;
	
	font-size: 9px;
	color:#666666;
	line-height: 12px;
}
.textoCinzaClaro
{
	font: 11px "Trebuchet MS";
	color: #999999;
}

.textoCinzaEscuro
{
	font: 11px "Trebuchet MS";
	color: #444444;
}

.textoAmareloPequeno
{
	font: 11px "Trebuchet MS";
	color: #E8A70C;
}
.t2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.linhaClara
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    PADDING-TOP: 5px;
    BACKGROUND-COLOR: #ffffff;
	font: 11px "Trebuchet MS";	
}
.linhaEscura
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    CURSOR: hand;
    PADDING-TOP: 5px;
    BACKGROUND-COLOR: #eeeeee;
	font: 11px "Trebuchet MS";	
}
.siBusca
{
	width: 600px;
	float: right;
	padding: 8px 8px 0 0;
}
.titBusca
{
	font-size: 0.9em;
	text-transform:uppercase;
	color: #ffffff;
	background-color:#212121;
	padding-left:5px 8px;
	font-weight:normal;
	margin-bottom:10px;
	width:610px;
	clear:both;
}
.titGenero
{
	font-size: 0.9em;
	text-transform:uppercase;
	color: #ffffff;
	background-color:#212121;
	padding-left:5px 8px;
	font-weight:normal;
	width:600px;
	display:block;
	clear:both;
}
.tituloPerola
{
	font-size: 0.9em;
	text-transform:uppercase;
	color:#4D392D;
	background-image:url(images/bg_perola.gif);
	background-repeat:repeat-x;
	height:21px;
	padding-left:5px 8px;
	font-weight:normal;
	margin-bottom:10px;
	width:600px;
}
.textoPerola
{
	font: 11px "Trebuchet MS";
	color: #4D392D;
	background-color: #efefcc;	
}

.textoPerola a
{
	color: #333;
	text-decoration: none;	
}
.tituloSafira
{
	font-size: 0.9em;
	text-transform:uppercase;
	color:#4D392D;
	BORDER-RIGHT: #AC9A64  1px solid;
	BORDER-TOP: #AC9A64  1px solid;
	BORDER-LEFT:  #AC9A64  1px solid;
	BORDER-BOTTOM:#AC9A64  1px solid;
	background-color:#F2E8F4;
	padding-left:5px 8px;
	font-weight:normal;
	margin-bottom:10px;
	width:600px;
}
.tituloEsmeralda
{
	font-size: 0.9em;
	text-transform:uppercase;
	color:#663;
	BORDER-RIGHT: #DBF8D6  1px solid;
	BORDER-TOP: #DBF8D6  1px solid;
	BORDER-LEFT:  #DBF8D6  1px solid;
	BORDER-BOTTOM:#DBF8D6  1px solid;
	background-image:url(images/bg_esmeralda.gif);
	background-repeat:repeat-x;
	height:21px;
	padding-left:5px 8px;
	font-weight:normal;
	margin-bottom:10px;
	width:600px;
}
.textoEsmeralda
{
	font: 11px "Trebuchet MS";
	color: #663;
	background-color: #eff3ed;
}
.textoEsmeralda a
{
	color: #333;
	text-decoration: none;	
}
.tituloRubi
{
	font-size: 0.9em;
	text-transform:uppercase;
	color:#600;
	BORDER-RIGHT: #600  1px solid;
	BORDER-TOP: #600  1px solid;
	BORDER-LEFT:  #600  1px solid;
	BORDER-BOTTOM:#600  1px solid;
	background-color:#F1CEC9;
	padding-left:5px 8px;
	font-weight:normal;
	margin-bottom:10px;
	width:600px;
}
.textoRubi
{
	font: 11px "Trebuchet MS";
	color: #600;
	background-color:#FBF2EE;
}
.textoRubi a
{
	color: #333;
	text-decoration: none;	
}

.tituloDiamante
{
	font-size: 0.9em;
	text-transform:uppercase;
	color:#595959;
	BORDER-RIGHT: #E1E1E1  1px solid;
	BORDER-TOP: #E1E1E1  1px solid;
	BORDER-LEFT:  #E1E1E1  1px solid;
	BORDER-BOTTOM:#E1E1E1  1px solid;
	background-image:url(images/bg_diamante.gif);
	height:21px;
	background-repeat:repeat-x;
	padding-left:5px 8px;
	font-weight:normal;
	
	margin-bottom:10px;
	width:600px;
}
.textoDiamante
{
	font: 11px "Trebuchet MS";
	color: #595959;
	background-color:#EEE;
}
.textoDiamante a
{
	color: #333;
	text-decoration: none;	
}
.linha
	{
		BORDER-RIGHT: #CCCCCC  1px solid;
		BORDER-TOP: #CCCCCC  1px solid;
		BORDER-LEFT:  #CCCCCC  1px solid;
		BORDER-BOTTOM:#CCCCCC  1px solid;
		padding-left: 4px;
		BACKGROUND-COLOR: F5f5f5;   
		COLOR: #486383;
	}
	
.alerta{
	color: #CC0000;
}
#localizacao{
	padding-left: 30px;
	width: 520px;
	float: left;
	display: block;
}
#localizacao iframe{
	width: 500px;
	height: 150px;
}
#localizacao a{
	color: #333;
	text-decoration: none;
}


.tbox {position:absolute; display:none; padding:14px 17px; z-index:900}
.tinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background-image:url(images/preload.gif) #fff no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.tclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background-image:url(images/close.png) no-repeat}
.tclose:hover {background-position:0 -30px}

#error {background:#ff6969; color:#fff; text-shadow:1px 1px #cf5454; border-right:1px solid #000; border-bottom:1px solid #000; padding:0}
#error .tcontent {padding:10px 14px 11px; border:1px solid #ffb8b8; -moz-border-radius:5px; border-radius:5px}

#success {background:#2ea125; color:#fff; text-shadow:1px 1px #337d2d; border-right:1px solid #337d2d; border-bottom:1px solid #337d2d; padding:0}
#success .tcontent {padding:10px 14px 11px; border:1px solid #97e791; -moz-border-radius:5px; border-radius:5px}

#bluemask {background:#4195aa}
#frameless {padding:0}
#frameless .tclose {left:6px}


.abas{
	width: 95%;
	height: 30px;
	border-bottom: 10px solid #333;
	clear: both;
	margin-top: 10px;
}
.janela{
	width: 95%;
}
.abas a:link, .abas a:visited{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;	
	line-height: 30px;
	display: block;
	text-decoration: none;
	width: 140px;
	float: left;
	margin-right: 1px;
}

.btn_voltar{
	background: url(../admin/images/ico/1leftarrow.png) 5px 8px no-repeat #333;
	text-indent: 25px;
}
.btn_resultado{
	background: url(../admin/images/ico_resultado.png) 5px 8px no-repeat #efefee;
	text-indent: 25px;
	color: #333;
}
.btn_resultado:hover, .resultado-ativo{
	background: url(../admin/images/ico_resultado.png) 5px 8px no-repeat #333;
	color: #FFF;
}
.btn_novocadastro{
	background: url(../admin/images/ico_novocadastro.png) 10px 10px no-repeat #333;
	text-indent: 40px;
}
.btn_novocadastro:hover, .novocadastro-ativo{
	background: url(../admin/images/ico_novocadastro.png) 10px 10px no-repeat #8c0c0d;
	text-indent: 40px;
}
.btn_notificacao{
	background: url(../admin/images/ico_notificacao.png) 8px 10px no-repeat #333;
	text-indent: 40px;
}
.btn_notificacao:hover, .notificacao-ativo{
	background: url(../admin/images/ico_notificacao.png) 8px 10px no-repeat #8c0c0d;
	text-indent: 40px;
}
.btn_documento{
	background: url(../admin/images/ico_clips.png) 10px 10px no-repeat #333;
	text-indent: 35px;
}
.btn_documento:hover, .documento-ativo{
	background: url(../admin/images/ico_clips.png) 10px 10px no-repeat #8c0c0d;
	text-indent: 35px;
}

.button{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	padding: 5px;
	text-align: right;
	border: 0;
	cursor: pointer;
	margin-top: 15px;
}
.ico_lupa{
	background: url(../admin/images/ico_lupa.png) no-repeat #333;
	padding-left: 30px;
}
.ico_setavai{
	background: url(../admin/images/ico_setavai.png) right 5px no-repeat #333;
	padding-right: 35px;
}
.ico_setavolta{
	background: url(../admin/images/ico_setavolta.png) 5px 5px no-repeat #333;
	padding-left: 35px;
}
.ico_novo{
	background: url(../admin/images/ico_novocadastro.png) 5px 5px no-repeat #333;
	padding-left: 30px;
	padding-right: 10px;
}
.ico_salvar{
	background: url(../admin/images/ico_salvar.png) 5px 2px no-repeat #333;
	padding-left: 20px;
	padding-right: 10px;
}

.ico_nenhum{
	background: 5px 2px no-repeat #333;
	padding-left: 20px;
	padding-right: 10px;
}