.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
 
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}

.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

.titulo-noticia {
	padding: 0px;
	font-size: 1.0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #244a61;
	font-weight: bolder;
	letter-spacing: -1px;
	font-family: Verdana;
}

#body-noticia {
	margin:auto;
	font-family: Verdana;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	height:auto;
	display: table;
}

#wrapper-noticia {
	width: 990px;
	margin: auto;
	height:auto;
}
#conteudo-noticia {
	float: left;
	width: 650px;
	height:auto;
}
#data-noticia {
	float: left;
	width: 650px;
	font-size: 0.7em;
}
#titulo-noticia {
	float: left;
	width: 650px;
	text-align: justify;
	padding: 0px;
	font-size: 1.0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #244a61;
	font-weight: bolder;
	letter-spacing: -1px;
	font-family: Verdana;
}
#imagem-noticia {
	float: left;
	height: 200px;
	width: 650px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#texto-noticia {
	float: left;
	width: 650px;
	text-align: justify;
	font-size: 0.1em;
}
#texto-noticia p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #1A1A1A;
	line-height: 25px;
	font-size: 0.1em;
	text-align: justify;
}

#texto-noticia b {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #1A1A1A;
	line-height: 25px;
	font-size: 0.9em;
	text-align: justify;
}

#texto-noticia span {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #1A1A1A;
	line-height: 25px;
	font-size: 0.9em;
	text-align: justify;
}


#span {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #1A1A1A;
	line-height: 25px;
	font-size: 2.1em;
	text-align: justify;
}

#compartilhe-noticia {
	float: left;
	width: 650px;
	height: 30px;
	font-size: 0.7em;
	-webkit-border-radius: .5em;
	-moz-border-radius: 0.5em;
	border-radius: .5em;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
#copartilhe-titulo p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#copartilhe-titulo {
	float: left;
	height: 30px;
	width: 90px;
	font-variant: small-caps;
	font-size: 0.9em;
	color: #666;
}
#compartilhe-noticia #codigo {
	float: left;
	margin-top: 7px;
}
#compartilhe-noticia a {
	text-decoration: none;
	color: #244a61;
}
#compartilhe-noticia a:hover {
	text-decoration: underline;
}
#compartilhe-noticia #o-que-e {
	float: left;
	height: 30px;
}
#compartilhe-noticia #o-que-e p {
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 0.9em;
	color: #999;
}

#voltar-noticia {
	float: left;
	width: 650px;
	margin-top: 20px;
}
#lateral-noticia {
	float: left;
	width: 310px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f3f3f3;
	padding-left: 10px;
	z-index:1;
}
#lateral-acessibilidade {
	float: left;
	width: 310px;
	height: 50px;
}

#lateral-acessibilidade p{
	font-family: Verdana;
	font-size: 0.7em;
}

#lateral-twiiter {
	float: left;
	width: 310px;
	margin-top: 10px;
	z-index:1;
position:relative; x-index: 2;
}
#lateral-banner {
	float: left;
	width: 310px;
	margin-top: 10px;
}
#lateral-banner img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

ul {
/*float: left;*/
list-style: none;
	}
		
li
{
list-style: none;
}	

#conteudo-left img {
    float:left;
    margin:40px 10px 0 0;
	
}
#conteudo-right img {
    float:right;
    margin:0 0 10px 20px;
}
