/**
 * autor: Ciro Feitosa - http://cirofeitosa.com
 * ago/2009
 */

html
{
	background: #fff;
}

body
{
	font-family: Arial, Helvetica;
	width: 100%;
	text-align: center;
	padding-top: 38px;
	background: #fff url(../_img/bg-tile.jpg) repeat;
}

img { -ms-interpolation-mode:bicubic; }  /* redimencionamento no IE */

a {	outline: none; /* remove borda pontilhada no firefox 3 */ }



/**
 * grid
 */
#site
{
	background: transparent url(../_img/bg-home.jpg) no-repeat 43% 0;
}

#site.interna
{
	background: #4e1237 url(../_img/bg-top-internas.jpg) no-repeat top center;
}

#site.popup
{
	background: white;
}

.centro
{
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

#cabecalho
{
	/*background: #2e3335 url(../_img/bg-cabecalho.gif) repeat;*/
	padding: 50px 0;
	height: 30px;  /* 130px (com padding) */
	overflow: hidden;
}

#site.interna #cabecalho
{
	height:85px;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:20px;
}

#destaque
{
	background: transparent url(../_img/bg-destaque.jpg) no-repeat top center;
	padding: 25px 0;
	height: 450px;  /* 500px (com padding) */
	overflow: hidden;
}

#noticias
{
	background: transparent url(../_img/bg-noticias.jpg) no-repeat top center;
	padding: 30px 0;
	display: table;
	width: 100%;
	height: 498px;
	margin-bottom: 20px;
}

#rodape
{
	border-top: solid #000 1px;
	background: #111315 url(../_img/bg-rodape.gif) repeat;
	padding: 20px 0;
	height: 16px;
	clear: both;
}

#conteudo
{
	background: white;
	padding: 20px 0;
	display: inline-block;
	width: 100%;
	min-height: 100%;
}

* html #conteudo
{
	height: 100%;
}


/**
 * cabecalho
 */
#cabecalho #logo
{
	float: left;
}

#cabecalho form
{
	width: 320px;
	margin-top: 5px;
	float: left;
	margin-left: 160px;
	background: transparent url(../_img/bg-busca.gif) no-repeat top left;
}

#cabecalho form input
{
	padding: 10px;
	border: none;
	background: transparent;
}

#cabecalho form input:focus
{
	outline: none;
}

#cabecalho form input#frm-q
{
	font-size: 16px;
	width: 230px;
	line-height: 0;
	color: #999;
	font-family: Arial;
}

#cabecalho form input.foco#frm-q
{
	color: black;
	font-weight: bold;
}

#cabecalho form input#frm-botao
{
	cursor: pointer;
	padding-top: 0;
	text-indent: -9999em;
	overflow: hidden;
	width: 55px;
	height: 50px;
}

#cabecalho p#atendimento
{
	font-size: 12px;
	line-height: 17px;
}

#cabecalho p#atendimento a
{
	margin-top: 5px;
	display: block;
	width: 170px;
	float: right;
	color: #e8e8e8;
	text-decoration: none;
	text-align: right;
}

#cabecalho p#atendimento a:hover
{
	color: white;
}

#cabecalho p#atendimento a img
{
	float: left;
}


/*
 * crumbs
 */
ul#crumbs
{
	padding: 0;
	margin: 0;
	border: 1px solid #e8e8e8;
	height: 25px;
	margin-bottom: 1em;
	width: 100%;
}

ul#crumbs li
{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	line-height: 25px;
	padding-left: .75em;
	color: #777;
	font-size: 0.7em;
	font-weight: bold;
}

ul#crumbs li a
{
	font-weight: normal;
	display: block;
	padding: 0 15px 0 0;
	background: url(../_img/crumbs.gif) no-repeat right center;
}

ul#crumbs li a:link, ul#crumbs li a:visited
{
	text-decoration: none;
	color: #777;
}

ul#crumbs li a:hover, ul#crumbs li a:focus
{
	color:#dd2c0d;
}


/** 
 * destaque
 */
#destaque-chamadas
{
	width: 500px;
	float: left;
}

#destaque-chamadas p
{
	font-family: "myriad pro", "trebuchet ms", "helvetica neue", helvetica, arial, sans-serif;
	margin-bottom: 20px;
	color: #f048ab;
	font-size: 50px;
	letter-spacing: -3px;
}

#destaque-chamadas li
{
	display: inline;
}

#destaque-chamadas li a
{
	float: left; 
	display: block;
	width: 210px;
	height: 80px;
	margin-right: 30px;
	margin-bottom: 30px;
	color: #e8e8e8;
	font-size: 12px;
	text-decoration: none;
	text-shadow: 1px 1px black; 
}

#destaque-chamadas li.ult
{
	margin-right: 0;
}

#destaque-chamadas li a img
{
	float: left;
	margin-right: 15px;
	padding-bottom: 20px;
}

#destaque-chamadas li a h2
{
	color: #f048ab;
	font-size: 20px;
}

#destaque-chamadas li a:hover, #destaque-chamadas li a.atual
{
	color: white;
}

#destaque-chamadas li a:hover h2, #destaque-chamadas li a.atual h2
{
	color: white;
	font-weight: bold;
}

#destaque-chamadas li a.inativo
{
	color: #444;
}

#destaque-chamadas li a.inativo h2
{
	/*color: #666;*/
}

#destaque-slideshow, #destaque-slideshow-mosaico
{
	background: url(../_img/destaque.jpg) no-repeat 0 0;
	width: 430px;
	height: 260px;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#destaque-slideshow-mosaico
{
	width: 945px;
	height: 255px;
}

#destaque-slideshow-mosaico a
{
	text-indent: -9999em;
	overflow: hidden;
	width: 945px;
	height: 255px;
	display: block;
}


/**
 * noticias
 */
#noticias h4, #noticias h4 a
{
	font-family: "myriad pro", "trebuchet ms", "helvetica neue", helvetica, arial, sans-serif;
	font-size: 36px;
	margin-bottom: 10px;
	text-decoration: none;
	color: #ba006e;
}

#noticias h4#bsg-twitter
{
	margin-bottom: 0;
}


/**
 * noticias principais
 */
#noticias-destaques
{
	width: 624px;
	float: left;
	height: 370px;
	overflow: hidden;
}

#noticias-destaques li
{
	display: inline;
}

#noticias-destaques li a
{
	display: block;
	float: left; 
	width: 307px;
	margin-right: 10px;
	text-decoration: none;
	color: #666;
	font-size: 12px;
	line-height: 20px;
}

#noticias-destaques li.ult a
{
	margin-right: 0;
}

#noticias-destaques li a img
{
	position: absolute;
}

#noticias-destaques li a img.foto
{
	margin-left: 6px;
	margin-top: 3px;
}

#noticias-destaques li a:hover
{
	color: black;
}

#noticias-destaques li a h3
{
	margin-top: 215px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: -0.5px;
	color: #ba006e;
	line-height: 22px;
	text-shadow: 1px 1px white; 
}

#noticias-destaques li a:hover h3
{
	color: black;
}

#noticias-destaques li a h3, #noticias-destaques li a span
{
	display: block;
	padding: 0 5px;
}


/**
 * twitter
 */
#noticias-widgets
{
	width: 302px;
	float: right;
}

#noticias-widgets ul
{
	background: transparent url(../_img/bg-twitter.jpg) no-repeat top left;
	padding: 10px 0;
	height: 297px;
	overflow: hidden;
}

#noticias-widgets li
{
	height: 54px;
	padding: 10px 0;
	width: 275px;
	display: block;
	font-size: 12px;
	margin: 0 auto;
	color: #111;
}

#noticias-widgets li.twitter0
{
	height: 56px;
}


#noticias-widgets li:last-child
{
	border: none;
}

#noticias-widgets li a
{
	color: black;
}

#noticias-widgets li a.twitter-time
{
	display: block;
	color: #666;
	text-decoration: none;
	font-size: 11px;
}



/**
 * noticias - lista
 */
#noticias-lista
{
	clear: both;
	padding-top: 40px;
}

#noticias-lista li
{
	display: inline;
}

#noticias-lista li a
{
	display: block;
	float: left; 
	width: 290px;
	margin-right: 30px;
	text-decoration: none;
}

#noticias-lista li.ult a
{
	margin-right: 0;
	float: right;
}

#noticias-lista li a img
{
	position: absolute;
}

#noticias-lista li a:hover
{
	color: black;
}

#noticias-lista li a h4
{
	margin-left: 160px;
	font-weight: bold;
	font-family: Arial, Helvetica;
	color: #333;
	margin-bottom: 5px;
	font-size: 12px;
}

#noticias-lista li a h3
{
	margin-left: 160px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -0.5px;
	color: #ba006e;
	line-height: 18px;
	text-shadow: 1px 1px white; 
}

#noticias-lista li a:hover h3
{
	color: black;
}


/**
 * rodape
 */
#rodape p
{
	color: #C3C3C3;
	font-size: 12px;
	float: left;
}

#rodape ul
{
	float: right;
}

#rodape li
{
	display: inline;
	font-size: 12px;
}

#rodape li a
{
	display: block;
	float: left;
	color: #C3C3C3;
	text-decoration: none;
	margin-right: 20px;
}

#rodape li.ult a
{
	margin: 0;
}

#rodape li a:hover
{
	text-decoration: underline;
}

div.erro
{
	border: solid #ccc 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: block;
	background: #ffffcc url(../_img/icon_alert.gif) no-repeat 10px 10px;
	padding: 10px;
	padding-left: 35px;
	margin-bottom: 20px;
}

div.erro p
{
	font-size: 12px;
	margin-bottom: 10px;
}

ul.erro
{
	padding-left: 0;
	margin-left: 20px;
}

ul.erro li
{
	list-style: none;
	background: url(../_img/icon_alert.gif) top left no-repeat;
	padding-left: 20px;
	color: red;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}

p.sucesso
{
	background: #ffffcc url(../_img/tick.gif) no-repeat 5px 5px;
	font-weight: bold;
	color: green;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	padding-left: 26px;
}

.lateral {
	margin-top: 10px;
	margin-bottom: 11px;
}

.lateral .input_search {
	margin-left: -2px;
	background-image: url('/_img/search_lateral.jpg');
	background-repeat: no-repeat;
	width: 194px;
	height: 20px;
	border: none;
	float: left;
	font-size: 11px;
	font-family: Arial;
	color: #999999;
	padding-left: 3px;
}

.lateral .botao_ok {
	float: left;
	margin-left: -1px;
}
