/* ----------------------------------------------------------------- */
/* Guia dos Destaues                                                 */
/* ----------------------------------------------------------------- */
#tab{
	border-bottom: solid 2px #CCC;
	float: left;
	height: 37px;
	*height: 26px;	/* IE7 */
	_height: 23px;  /* IE6 */
	width: 411px;
	_width: 414px; /* IE6 */
	margin: 0px;
}

#tab ul {
	margin-left: 0px;
	display: inline;
	float: left;
	list-style: none;
	padding-left: 0px;
}

#tab ul li {
   float: left; 
   margin-right: 2px;
}

#tab ul li a {
	font: bold 10pt Trebuchet Ms, Arial, Helvetica, sans-serif;
	background: url(/imgs/modelo/tab_guia_azul.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	width: 97px;
	height: 26px;
	_height: 23px;
	color: #504F4C;
	padding-left: 30px;
	padding-top: 5px;
}

#tab ul li a.ativa{
   background-position: 0 -31px;
}

#guia1, #guia2, #guia3 {
	float: left;
	width: 410px;
	margin: 0px;
	background-image:none;
	margin-bottom: 10px;
	border: thin solid #CCCCCC;
}

#guia2 {
	display: none;
}

#guia3 {
	display: none;
}

#destaque {
	padding-top: 5px;
	overflow: hidden;
	width: 410px;
}

#imagemdestaque img {
	float: left;
	border: solid 1px #DDD;
	margin: 0 5px;
	margin-right: 0px;
	width: 205px;
	height: 143px;
}

#textodestaque {
	height: 123px; 
	margin-left: 210px;
	margin-right: 5px;
	padding: 10px;
	background: url(../imgs/modelo/bg_branch-gray.gif) left top repeat-x;
	border: solid 1px #DDD;
	border-left: none;
}

#textodestaque a {
	font: normal 10pt Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}

#textodestaque a:hover {
	color: #0099CC;
	text-decoration: underline;
}

#outrasnoticias {
	/* background: url(../imgs/modelo/bg_branch-gray.gif) left top repeat-x; */
	/* border-top: solid 1px #DDDDDD; */
	margin-top: 5px;
	padding-bottom: 5px;
	margin-right: 2px;
	padding-right: 5px;
}

#outrasnoticias h1 {
	font: bold 10pt Arial, Helvetica, sans-serif;
	margin:5px 10px; 
	color: #0099CC;
}

#outrasnoticias ul {
	margin-left:10px; 
	_margin-left:10px; 
	margin-top:0px; 
	list-style: none; 
	margin-bottom: 0px;
	padding-left: 0px;
}

#outrasnoticias ul li {
	display:list-item; /*list-style-type:none;*/
}

#outrasnoticias ul li a {
	/*height: 10px;*/
	display: block;
	margin: 0px;
	padding: 0px 3px 0px 10px;
	text-decoration: none;
	color: #000;
	background-image: url(/imgs/seta-blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#outrasnoticias ul li a:hover {
	text-decoration: underline;
}