/*
* Style Slider
*/	
	#slider{
		position:relative;
		left:15px;
		/*border: solid 1px black;*/
	}
	
        #slider{
		text-size:5px;
	}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
	}
		
	#slider li{
width:436px; 
		//width:213px;
height:74px;
	//	height:54px;
		//overflow:hidden; 
	}
	
	p#controls{
		margin:0;
		position:relative;
	} 
	
	#prevBtn, #nextBtn{ 
		display:block;
		overflow:hidden;
		text-indent:-8000px;		
		width:10px;
		height:13px;
		position:absolute;
		//right:3px;
		top:-35px;
	}	
	
	#nextBtn{ 
		right:90px;
		//margin:0 430px 0 0;
	}
	#prevBtn{ 
		right:432px;
		//margin:0 20px 0 0;
	}
	
	#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: 15px;
    font-style: regular;
    color: #000000;
	width : 180px;
        //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: 15px;
    font-style: regular;
    color: #000000;
	width : 160px;
	padding-top:3px;
	vertical-align: top;
	float:left;
}

.tiempo2 img{
	width: 42px;
	height: 42px;
}

.tiempo2 td{
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
}

/*
* Style Erro Conection
*/

.tbErro {
	font-size: 15px;
    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
*/