/*
* Style Slider
*/	
	#slider{
		position:relative;
		left:15px;
		/*border: solid 1px black;*/
	}
		
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
	}
		
	#slider li{ 
		width:213px;
		height:54px;
		overflow:hidden; 
	}
	
	p#controls{
		margin:0;
		position:relative;
	} 
	
	#prevBtn, #nextBtn{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:10px;
		height:13px;
		position:absolute;
		left:3px;
		top:-35px;
	}	
	
	#nextBtn{ 
		left:232px;
	}
	
	#prevBtn a, #nextBtn a{  
		display:block;
		width:10px;
		height:13px;
		background:url(../images/btn_prev.png) no-repeat 0 0;	
	}	
	
	#nextBtn a, #nextBtn2 a{ 
		background:url(../images/btn_next.png) no-repeat 0 0;	
	}
		
/*
* End Style Slider	
*/

.tiempo{
	font-size: 10px;
    font-style: regular;
    color: #000000;
	width : 106px;
	padding-top:3px;
	vertical-align: top;
	float:left;
}

.tiempo img{
	width: 42px;
	height: 42px;
}

.tiempo td{
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
}

.tiempo2{
	font-size: 10px;
    font-style: regular;
    color: #000000;
	width : 106px;
	padding-top:3px;
	vertical-align: top;
	float:right;
}

.tiempo2 img{
	width: 42px;
	height: 42px;
}

.tiempo2 td{
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
}

/*
* Style Erro Conection
*/

.tbErro {
	font-size: 10px;
    font-style: regular;
    color: #000000;
	padding-top:18px;
	text-align: left;
}

.tdErro {
	background:url(../images/weather.png) no-repeat 0 0;
	background-position: bottom;
	padding-right: 9px;
	width: 25px;
}

/*
* End Style Erro Conection
*/