/*TOPO CONTEUDO INICIAL*/
#topotextoinicial {
	height: 200px;
	background: url('../imagens/inicial/conteudo/texto_topo.png') no-repeat left top;
	position: relative;
}
/*FIM TOPO CONETUDO INICIAL*/
img {border: none;}
/*DIV FORMULARIO*/
#breakingtitle {
	position: absolute;
	top: 35px;
	left: 35px;
	text-align: left;
}

/*FIM DIV FORMULARIO*/
/*DIV BOX TITULOS*/
#boxtitulos {
	height: 357px;
}
	/*CONTEUDOS DOS BOX*/
.conteudobox {
	width: 280px;
	height: 322px;
	position: relative;
}
	/*FIM CONTEUDOS DOS BOX*/
/*FIM DIV BOX TITULOS*/


/*RODAPE HOME*/
#rodapeinicial {
	width: 877px;
	height: 207px;
	margin-left: 40px;
	background-color: #512600;
}
/*FIM RODAPE HOME*/

/*BOX RODAPE*/
#boxrodape {
	heigth: 207px;
}

/*FIM DIV BOX RODAPE*/
/*CONTEUDO DAs PAGINAs*/
#conteudoinicial2 {
	width: 877px;
	height: 630px;
	margin-left: 40px;
	background: url('../../adm/images/fundo_conteudo.jpg') no-repeat left top;
	text-align: center;
	position: relative;
}
#conteudoinicialb {
	width: 877px;
	height: 592px;
	margin-left: 40px;
	background: url('../imagens/inicial/fundo_inicial.jpg') no-repeat left top;
	text-align: center;
	position: relative;
	top: -13px;
}
*html #conteudoinicialb {
	margin-top: -110px;
}

/*ICONES*/
#ico {
	height: 30px;
	position: absolute;
	top: 35px;
	right: 110px;
	z-index: 100;
}
#ico a img {margin-right: 10px; line-height: 120px;}
#videosico {
	position: relative;
	top: 2px;
}
#testimonialico {
	position: relative;
	top: 5px;
}
/*FIM ICONES*/
/*TEXTO RECENT*/
#recent {
	position: relative;
	top: -10px;
	left: 10px;
	font-weight: bold;
}
/*FIM TEXTO RECENT*/
/*BOX BREAKING ADM*/
#boxbreakingadm {
	height: 150px;
	margin-left: 35px;
	text-align: left;
}
/*FIM BOX BREAKING ADM*/

/*LISTING BREAKINGNEWS*/
#listingbreakingnews {
	width: 875px;
	text-align: left;
	margin-left: 35px;
	clear: both;
	position: relative;
	top: 150px;
	left: 10px;
}
.newslist {
	width: 600px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eae4dd;
	position: relative;
	z-index: 0;
}
*html .newslist {
	margin-bottom: 25px;
}
.photonews {
	max-width: 600px;
}
*html .photonews {
	width: 500px;
}
.setacima {
	margin-bottom: 210px;
}
span.datenews {
	font-weight: bold;
	color: #512600;
	font-size: 12px;
}
span.titlenews {
	font-weight: bold;
	font-size: 14px;
	margin-left: 30px;
	color: #5090a8;
}
.textonews {
	color: #333;
	height: 350px;
	overflow: hidden;
	overflow-y: auto;
}
.movimentatexto {
	background: gray;
}
.seta {
	position: absolute;
	left: 620;
	top: 10px;
	z-index: 100;
}
#btdelphoto {
	font-size: 14px;
	margin: 0;
	width: 80px;
	border: 1px dashed #666;
	text-align: center;
	background: #5090a8;
	color: #fff;
	margin-top: 5px;
}
#clearboth {
	clear: both;
}
/*END LISTING NEWS*/

/*PAGINAÇÃO*/
#navpag {
	text-align: right;
	margin-right: 35px;
	font-size: 16px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	word-spacing: 5px;
}
#navpag a {
	text-decoration: none;
}
.pgvazia {color: #c0b3a5;}
.pgvalidate{color: #5090a8}

/*FIM PAGINAÇÃO*/

/*RODAPE VAZIO*/
#rodapevazio {
	height: 100px;
}
/*FIM RODAPE VAZIO*/

/*MENSAGENS FORMULÁRIO VAZIO*/
.msgempty {
	font-size: 12px;
	color: red;
	display: none;
}
