@charset "utf-8";
/* CSS Document */
/* ---------------------- TESTE ------------------------------*/

hr {
      border-top: 1px dotted #CCC;
      color: #fff;
      background-color: #fff;
    }


/*destaque*/
#newsblock-new {
	width:350px;
	padding:0px;
	float:left;
}
/*destaque*/

#slider {
    width: 350px; /* important to be same as image width */
    height: 220px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 350px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	/*font-weight:bold;*/
    padding: 10px 8px;
    width: 335px;
    background-color: #666;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
	text-align:justify;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { 
	list-style-type: none;
	list-style: none;
	left:0px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
#enquete {
	width:330px;
	padding-top:15px;
	/*background:url(../img/toponoticias.png) top left no-repeat;*/
	padding:5px 12px 15px 12px;
	margin:0 0 0 10px;
	float:right;
	height:70px;
}
#enquete .imagem {
	width:85px;
	float:left;
	height:90px;
	line-height: 90px;
	padding-left:10px;
	text-align:center;
}
#enquete .txtenquete {
	width:233px;
	float:left;
	height:65px;
	padding-top:15px;
}
#enquete .votar {
	width:233px;
	float:left;
	height:20px;
	text-align:right;
}
.tituloenquete {
	/*
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	*/
}
.textoenquete {
	/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1175b1;
	text-decoration:none;
	*/
}

#baixarlogo {
	width:404px;
	padding-top:8px;
	padding:7px 0px 4px 0px;
	float:left;
	color:#666;
	text-decoration:none;
}
#baixarlogo .imagem {
	width:150px;
	float:left;
	height:90px;
	line-height: 90px;
	text-align:center;
}
#baixarlogo .txtlogo {
	width:233px;
	float:left;
	height:55px;
	line-height:55px;
	padding-left:10px;
}
