/* CSS Document */
/* Dohms Comunicação */
/* Michel Dohms  <>  michel@dohms.com.br */
/* DWEB */


/*  /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\//\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\       	  BASIC elements    		    /\/\/\/\/\/\/\/\/\/\/\  */
/*  /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\//\/\/\/\/\ */
 
html, body{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background:url(imgs/back_html.jpg) no-repeat center top #D01054;
}



*{
	padding: 0;
	margin: 0;
}

.clear{
	clear:both;
}

/*  /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\//\/\/\/\/\ */
/* /\/\/\/\/\/\/\/\/\/\/\        		  specific DIVS    		    /\/\/\/\/\/\/\/\/\/\/\  */
/*  /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\//\/\/\/\/\ */

#amarra{
	min-height:100%;
	position:relative;
}

* html #amarra {height: 100%;}

#corpo{
	margin:0 auto;
	height:auto;
	width:1004px;
	padding-bottom:60px;
}

	#corpo #coluna_esq{
		width:258px;
		height:auto;
		float:left;
		margin:0;
	}

		#corpo #coluna_esq #cadastro_news{
			width:258px;
			height:94px;
			background:url(imgs/cadastre_news.png);
			text-align:center;
			padding-top:142px;
		}
		
		#corpo #coluna_esq #foto_colecao{
			width:258px;
			height:300px;
			background:url(imgs/back_colecao.png);
		}
		
			#corpo #coluna_esq #foto_colecao img{
				border:8px solid #FFFFFF;
			}

	#corpo #conteudo{
		width:746px;
		height:auto;
		margin:0;
		padding-top:28px;
		float:right;
	}
	
		#corpo #conteudo #blog{
			width:695px;
			height:auto;
			position:relative;
			padding:145px 0 15px 0;
			background:url(imgs/kbca_blog.jpg) no-repeat #FFFFFF;
			margin:22px 0 0 20px;
		}
			#corpo #conteudo #blog img{
				border:0;				
			}
			
			#corpo #conteudo #blog .post{
				width:669px;
				height:auto;
				border-bottom:1px dashed #9CA37C;
				padding-top:20px;
				margin-left:13px;
				position:relative;
			}
			
			#corpo #conteudo #blog #calendario{
				width:184px;
				height:154px;
				background:url(imgs/back_calendario.png);
				position:absolute;
				top:20px;
				right:15px;
				padding:7px 0 0 25px;
			}
			
			
#rodape{
	width:100%;
	height:34px;
	background:#E76186;
	text-align:center;
	float:left;
	margin-top:14px;
	padding-top:8px;
	position:absolute;
	bottom:0;
}
