#container {
	padding: 0 30px;
	width: 938px;
	border-left: 5px solid #ed1c2e;
	/*background: url('../img/bg_bolsodasaia.jpg') no-repeat top right;*/
}
	#container #header{
		height: 174px;
	}
		#container #header #marca_blog{
			position: absolute;
			top: 0;
			width: 968px;
			height: 174px;
			background: url('../img/img_marca_blog.jpg') no-repeat top right;
			z-index: 1;
		}
			#container #header #marca_blog a.club_mapfre{
				float: right;
				display: inline;
				margin-top: 18px;
				margin-right: 176px;
				width: 169px;
				height: 49px;
				background: url('../img/img_club_mapfre.gif') no-repeat top right;
			}
		#container #header h1{
			position: relative;
			display: block;
			padding: 41px 0 0 28px;
			width: 285px;
			height: 111px;
			z-index: 2;
		}
			#container #header h1 a{
				display: block;
				width: 285px;
				height: 111px;
				background: url('../img/tit_logo.gif') no-repeat right bottom;
			}
	#content{position: relative; z-index: 2;}
	
	#content #main{float: left; width: 600px; margin: 27px 59px 0 0;}
	
			#main div.texto_post p{margin-bottom: 12px; font-family: Tahoma; font-size: 12px;padding-top: 5px;}
			#main .post{margin-bottom: 34px;}
			#main .post h2{display: block; width: 600px; height: 33px;}
				#main .post h2 span{float: left; display: block;}
				#main .post h2 .cx_left{width: 44px; height: 33px;background: url('../img/cx_left.gif') repeat-x center;}
				#main .titulo_post {
					height: 29px;
					padding: 2px;
					text-transform: lowercase;
					font: normal 24px Tahoma !important;
					background: #d9192a;
					color: #fff;
					text-decoration: none;
				}
				#main .post h2 .cx_right{width: 73px; height: 33px;background: url('../img/cx_right.gif') repeat-x center;}
			#main .post .bt_leia_mais{display: block; margin-top: 15px; width: 77px; height: 18px; background: url('../img/bt_leia_mais.gif') no-repeat center}
		#main .post img{clear: both;}
		
		
		#nav a.next_prev{
				padding: 3px 6px;
				color: #fff;
				background: #dc192b;
			}
		
	#content #sidebar{float: left; width: 279px; height: 1607px; background: url('../img/bg_sidebar.gif') repeat-x 0 37px;}
		#sidebar .rss{
			float: right;
			margin-bottom: 8px;
			width: 63px;
			height: 18px;
			text-indent: -9999px;
			background: url('../img/ico_rss.gif') no-repeat right top;
		}
		
		#sidebar dl{
			clear: both;
			display: block;
			padding: 5px 0;
		}
		#sidebar dt{
			margin: 8px 0;
		}
			#sidebar dl.tit_sobre_blog dt{
				width: 131px;
				height: 26px;
				background: url('../img/tit_sobre_blog.gif') no-repeat top left;
			}
			#sidebar dl.tit_blogueiras dt{
				width: 131px;
				height: 26px;
				background: url('../img/tit_blogueiras.gif') no-repeat top left;
			}
			#sidebar dl.tit_rede_mapfre_mulher dt{
				width: 196px;
				height: 26px;
				background: url('../img/tit_rede_mapfre_mulher.gif') no-repeat top left;
			}
			#sidebar dl.tit_arquivo dt{
				width: 85px;
				height: 26px;
				background: url('../img/tit_arquivo.gif') no-repeat top left;
			}
			#sidebar dl.tit_sobre_blog dd, #sidebar dl.tit_arquivo dd{
				margin: 0 16px;
			}
			
				#sidebar dl.tit_sobre_blog dd {
					margin-bottom: 10px;
					line-height: 13px;
					color: #4e4e4e;
				}
				
			#sidebar dl.tit_blogueiras dd{
				margin-bottom: 10px;
				height: 80px;
				background: url('../img/cx_box_blogueira.gif') no-repeat top right;
			}
				#sidebar dl.tit_blogueiras dd img{
					float: left;
				}
				#sidebar dl.tit_blogueiras dd div{
					float: left;
					padding: 5px 12px;
					width: 168px;
					height: 70px;
					font-size: 12px;
					background: #ed1b2e;
					color: #fff;
				}
					#sidebar dl.tit_blogueiras dd div h3{
						margin-bottom: 8px;
						font-size: 18px;
					}
					
			#sidebar dl.tit_arquivo dd{
				margin: 0 0 7px 16px;
			}
				#sidebar dl.tit_arquivo dd a{
					text-decoration: none;
					font-size: 13px;
					color: #4e4e4e;
				}
				
				#sidebar dl.tit_rede_mapfre_mulher dd a{margin: 15px auto;}
	