body{
		margin:0;
		padding:0;
		font-family:Arial, Helvetica, sans-serif;
		
	}
	
	
	
	/*ESTRUTURA */
	
	#container{
		width:950px;
		height:auto;
		margin: 0 auto;
		border:1px solid #cccccc;
		overflow:hidden;
	}
	
	#container #topo{
		width:100%;
		height:183px;
		float:left;
	}
	
	#container #topo #barraCanal{
		width:100%;
		height:74px;
		float:left;
	}
	
	#container #topo #barraCanal #logoCanal{
		width:265px;
		height:57px;
		float:left;
		margin:10px 0 0 10px;
	}
	
	#container #topo #barraCanal #logoClimatempo{
		width:158px;
		height:25px;
		float:right;
		margin:25px 10px 0 0;
	}
	
	#container #topo #superBanner{
		width:728px;
		height:90px;
		float:right;
		margin-top:10px;
		margin-right:10px;
	}
	
	#container #topo #btTopo{
		width:193px;
		height:90px;
		float:left;
		margin:10px 0 0 10px;
	}
	
	/* BOX DE VIDEOS ------------------------------------ */
	.maisvideos{
		margin-top:10px;
	}
	#tv_climatempo{}
	#tv_climatempo{height:auto;}
	#tv_climatempo #video{width:300px; height:auto; float:left;}
	#tv_climatempo #regioes{width:100%; float:left; height:33px;font-size:13px; font-weight:bold;}
	#tv_climatempo #regioes a{color:#666666; display:block; height:31.6px; line-height:2.5em;}
	#tv_climatempo #regioes ul{ overflow: hidden; margin-top:2px;}
	#tv_climatempo #regioes li{ width:83px; float:left; text-align:center; background-color:#dcd8d5;margin:4px 2px 0 2px; padding: 0 5px 0 5px;}
	#tv_climatempo #brasil a{font-size:14px; color:#FFFFFF; background-color:#018ec6;}
	#tv_climatempo img{display:block; margin:0;}
	
	/* --------------- PADRÕES -------------------------*/
	
	#container h1{
		width:100%;
		height:auto;
		border-bottom:1px solid #f0f0f0;
		padding-bottom:5px;
		font-size:24px;
		font-weight:normal;
	}
	
	#container h2{
		width:100%;
		height:auto;
		border:1px 0px 1px 0px solid #efeded;
		padding-bottom:5px;
		font-size:18px;
		font-weight:normal;
	}
	
	p{
		font-size:14px;
		color:#666;
		position:relative;
		margin-top:10px;
		text-align:justify;
		line-height:20px;
	}
	
	.space-topo{
		margin-top:15px;
		float:left;
	}
	
	.space-img{
		margin:5px;
	}
	
	.center{
		text-align:center;
	}
	
	/*----------------- Menu ---------------------------*/
	
	#container #menu{
		width:100%;
		height:35px;
		float:left;
	}
	
	
	
	/* ---------------- Conteúdo -----------------------*/
	
	#container #conteudo{
		width:930px;
		height:auto;
		float:left;
		padding:10px;
	}
	
	#container	#conteudo #contEsquerdo{
		width:436px;
		height:auto;
		float:left;
		
	}
	
	#container	#conteudo #contEsquerdoMaior{
		width:609px;
		height:auto;
		float:left;
		
	}
	
	#container	#conteudo #contInterno{
		width:925px;
		height:auto;
		float:left;
		
	}
	

	#container	#conteudo #contDireita{
		width:302px;
		height:auto;
		float:left;
		margin-left:40px;
	}
	
	#container	#conteudo #contDireitaRight{
		width:302px;
		height:auto;
		float:right;
	}
	
	#container	#conteudo #barraDireita{
		width:130px;
		height:auto;
		float:right;
		position:relative;
	}
	
	#rodape{
		width:950px;
		height:50px;
		float:left;
		background:#666;
		text-align:center;
		color:#fff;
		padding-top:40px;
	}
	/*FIM ESTRUTURA */