.SgiSidebar {
	width:300px;
	height: auto;
	float: left;
	position: relative;
	margin-left:60px;
}
.SgiSidebar h3 {
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight:600;
	
	height: 16px;
	line-height: 16px;
	text-align: left;
}

.SgiSidebar .SgiInputNewsletter{
    width: 298px;
	border: 1px solid #ccc;
	height: 35px;
	border-radius: 4px;
	text-indent: 10px;
	background-repeat: no-repeat;
	width: 298px;
	margin: 0;
	background-color: #f5f5f5;
	font-size: 9pt;
	color: #000;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
}
.SgiSidebar .SgiInputNewsletter:focus
{
	border:1px solid #3C73CB;
	background: #FFF;
}

.SgiBlocoSidebar {
	border: 0px;
	margin-bottom: 25px;
	background-color: #FAFAFA;
	border: 1px solid #f0f0f0;
	padding: 60px 8px 8px;
	position: relative;
}

.SgiBlocoSidebar .block-title-1-blog {
    background-color: #940009;
    color: #fff;
    padding: 7px 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
}

.SgiSidebar ul {
	list-style-type: none;
	padding-left: 1px;
	font-size: 12px;
	line-height: 30px;
}
.SgiSidebar ul li {
	border-bottom: 1px solid #e4e4e4;
}
.SgiSidebar a {
	color: #000;
}
.SgiSidebar a:hover {
	color: #666;
}
.SgiInputPesquisar {
	width: 371px;
	border: 1px solid #ccc;
	height: 42px;
	border-radius: 2px;
	text-indent: 10px;
	background-position:right;
	background-repeat: no-repeat;
	font-size: 9pt;
	font-family: 'Open Sans',sans-serif;
	font-weight: 400;
	border-radius:6px;
	background: #f9f9f9;
}

.SgiInputPesquisar:focus {
	background: #FFF;
}

.SgiBotaoNewsletter {
	width: 120px;
	height: 34px;
	background-color: rgb(168, 67, 67);
	border: 0px;
	float: right;
	color: #fff;
	cursor: pointer;
	margin-top:10px;
}
.SgiBotaoNewsletter:hover {
	background-color: #000;
}
.SgiBlogRedesSociais {
	height: 53px;
	width: 310px;
	
}
/*.SgiIconeRSSBlog,.SgiIconeTwitterBlog,.SgiIconeFacebookBlog,.SgiIconeYoutubeBlog{
	cursor: pointer;
	float: left;
	margin-right: 10px;
	height: 53px;
	width: 53px;
}
.SgiIconeRSSBlog {
	background-image: url('img/site/iconsBlog/icone-blog-blog.png');
	
}
.SgiIconeRSSBlog:hover {
	background-position: 0 -53px;
	
}
.SgiIconeInstagramBlog {
	background-image: url('img/site/iconsBlog/icone-instagram.png');
	height: 32px;
	width: 32px;
	
}
.SgiIconeInstagramBlog:hover {
	background-position: 0 -53px;
}
.SgiIconeTwitterBlog {
	background-image: url('img/site/iconsBlog/icone-blog-twitter.png');
	
}
.SgiIconeTwitterBlog:hover{
	background-position: 0 -53px;
}
.SgiIconeFacebookBlog{
	background-image: url('img/site/iconsBlog/icone-blog-facebook.png');
	width: 53px;
	
}
.SgiIconeFacebookBlog:hover{
	background-position: 0 -53px;
}
.SgiIconeYoutubeBlog{
	background-image: url('img/site/iconsBlog/icone-blog-youtube.png');
	
}
.SgiIconeYoutubeBlog:hover{
	background-position: 0 -53px;
} */

/*
.SgiLupaPesquisa
{
	background:url("img/site/icone-buscar.png");	
	width:32px;height:32px;
	position:absolute;
	right:0px;
	bottom:1px;
	cursor:pointer;
}
*/
.loading
{
	background:url(../../imgweb/site/spinner1.gif);
	height:32px;
	width:32px;
	margin: 0 auto;
    margin-top: -20px;
	display:none;
}

.carregando
{
	background-color:#D0D0D0 !important;
	color:#717171 !important;
}
.blogBotaoEnviar{
	background-color: #3C73CB;
	border: medium none;
	color: white;
	float: right;
	margin-top: 8px;
	padding: 7px;
	width: 300px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 35px;
}
.blogBotaoEnviar:hover{
 background-color: #7093CB;
}