@charset "utf-8";
/* CSS Document */

/*************** RESET CSS *************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}




/************ FIM RESET CSS ***********************/

html{
	height:100%;
}

body{
	height:100%;
}

*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}


.menu{
	/*width:900px;*/
	height:32px;
	background-image:url(images/barra_menu.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	line-height:32px;
	/*display:table;*/
}

.item_menu{
	float:left;
	font-size:12px;
	color:#FFFFFF;
	line-height:32px;
}

.main{
	width:900px;
	*height:100%;
	height:90%;
	background-image:url(images/fundo.jpg?4);
	background-repeat:no-repeat;	
	display:table;
}
.base{
	width:900px;
	height:108px;
	background-image:url(images/base.jpg);	
	position:absolute;
	bottom:0;

}
.content{
	width:670px;
	height:auto;
	padding-left: 200px;
	padding-top:10px;
}

.conteudo{
	width:670px;
	height:auto;
	padding-left:20px;
}

.tv{
	padding-left: 300px;
	margin-bottom:20px;
	padding-top:50px;
}

.bloco{
	width:320px;
	float:left;
	background-image:url(images/fundo_box.gif);
	background-repeat:no-repeat;
	margin-bottom:20px;
	
}
.titulo_bloco{
	font-weight:bold;
	color:#FFFFFF;
	padding-left:60px;
	padding-top:9px;
}
.texto_bloco{
	padding-left:30px;
	padding-top:15px;
}

.content_manchete{
	font-size:11px;
	color:#333333;
}	

.titulo_manchete{
	color:#F21F00;
}

.data_manchete{
	font-size:11px;
}
.leiamais_manchete{
	font-size:11px;
	font-weight:bold;
}
.manchete{
	margin-bottom:10px;
}
.cursor_hand{
	cursor:hand;
	cursor:pointer;
}

.titulo_noticia{
	color:#F21F00;
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px;
}
.data_noticia{
	font-size:11px;
}

STRONG{
	font-weight:bold;
}

.galery{
	width:600px;
	padding-left:20px;
}

.videos{
	width:650px;
	padding-left:20px;	
}

.imagem{
	border:solid 2px;
	border-color:#333333;
}

.td_result_cab{
	border-bottom:solid 1px;
	border-color:#333333;
	padding:10px 10px 10px 10px;
}
.td_result{
	padding:10px 10px 10px 10px;
	background:#E8E9EC;
	border-bottom:solid 1px;
	border-color:#7F7F7F;
}

.abaVideos{
	float:left;
	padding:10px;
	background:#EEEEEE;
	border-color:#999999;
	margin:2px;
}

.abaVideos_linked{
	float:left;
	padding:10px;
	background:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
	margin:2px;
}
.noticia{
	padding:20px;
	*width:670px;
	background:#E5E5E5;
}

.bloco_form{
	float:left;
	clear:both;
	width:670px;
}

.label_form{
	width:150px;
}
