/****************************     HEAD     **************************/
* {
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../img/fundo.jpg);
	background-position: bottom;
	opacity:0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
	margin: 0;
	text-align: center;
}

html img{
/*  filter:expression(
  this.alphaxLoaded ? "" :
   (
   this.src.substr(this.src.length-4)==".png"  ?  ( (!this.complete) ? "" :
   this.runtimeStyle.filter=
   ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
   (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
   String(this.alphaxLoaded=true).substr(0,0)+
   (this.src="http://kairos/paroquiadecanela.com.br/img/blank.png").substr(0,0)
   ) :  this.runtimeStyle.filter="" ));
*/   
   border:0;
}

/****************************     PÁGINA     **************************/

#out {
	width: 850px;
	margin: 0 auto;
	clear: left;
}

#menuEsq {
	float: left;
	width: 160px;
	background: #fff;
}


#content {
	float: right;
	width: 690px;
	background: #fff;
}

.linkMenuEsq {
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial;
	font-size: 12px;
	color: #333;
	margin-top: 2px;
	text-align: left;
	background: #fff;
	border-bottom: 1px solid #F3F3F3;
}

.linkMenuEsq:hover {
	background: #F9EDBB;
	padding-left: 6px;
}

#bottom {
	width: 100%;
	height: 50px;
	background: red;
}

/****************************     	NOTÍCIAS       **************************/

#outNoticias {
	float: left;
	width: 350px;
	height: 220px;
	padding: 10px;
	background: #EEE;
	text-align: left;
}

#noticia {
	width: 95%;	
}

#textoNoticia {
	float: right;
	display: block;
	width: 300px;
	height: 70px;
	background: #F2F2F2;
}
#textoNoticiaII {
	float: left;
	display: block;
	width: 100%;
	background: #F2F2F2;
	padding: 10px;
}
/****************************     	ARTIGOS       **************************/

#outArtigos {
	float: left;
	margin: 10px;
	width: 300px;
	height: 190px;
	background: #F9F4E1;
}

#nomeArtigo {
	float: left;
	width: 100%;
	background: #fff;
	font-size: 11px;
	color: #72542E;
	font-weight: bold;
}

#conteudoArtigo {
	width:290;
	height: 160px;
	margin: 5px;
	color: #333;
	padding: 2px;
	text-align: left;
}

#conteudoArtigo img {
	float: right;	
}
/****************************     	DICA DE LEITURA      **************************/

.dicaDeLeitura {
	float: left;
	padding: 3px;
	width: 280px;
	height: 130px;
	margin-top: 6px;
	margin-left: 5px;
	background: #F9F9E3;
	border: 1px solid #F3F3F3;
}

.leiaMais {
	text-decoration: none;
	font-weight: bold;
	display: block;
	float: right;
	color: #5E2F00;
	margin-top: 5px;
	width: 60px;
}

/****************************     	COLUNAS      **************************/

.homeColunistas {
	float: left;
	width: 250px;
	margin: 8px;
	padding: 10px;
	display: block;
	border: 1px solid #ccc;
	/*FONTE*/
	text-decoration: none;
	color: #5E2F00;
	font-size: 18px;
}

/****************************     	NOTÍCIAS      **************************/

.noticias {
	height: 150px;
	background: #F9F9E3;
	border: 1px solid #F3F3F3;
	margin-top: 5px;
}

/****************************     	DETALHES      **************************/

.barraPadrao {
	width: 100%;
	height: 6px;
	background: #EFD129;
}

.conteudoPadrao {
	text-align: left;
	width: 600px;
	text-align: justify;
	margin: 0 auto;
}

.nomeTop {
	width: 80%;
	height: 70px;
	margin: 0 auto;
	text-align: left;
}