.btn_mais {
	float:right;
}	

.box_temperaturas {
	float:right;
	width:340px;
	height:129px;
	background-color: #FFF;
}

/*  boxes temperaturas */

	.box_temperaturas h4{
		color:#066000;
		padding:9px 18px;
		margin:0;
		font-size: 14px;
		text-align: left;
		width: 250px;
	}

	.box_temperaturas li h2, .temperaturas_over li h2 {
		text-align: left;
		font-size: 11px;
		color: #a0a19c;
		margin: 4px 0 0 7px;;
		font-weight: normal;
	}
		
	.box_temperaturas li h1 {
		text-align: left;
		font-size: 11px;
		color: #a0a19c;
		margin-left: 8px;
		font-weight: normal;
	}

	.box_temperaturas li p, .temperaturas_over li p {
		vertical-align: middle;
		margin: 0;
		padding: 5px 0 0 12px;
		height: 25px;
	}
	
			.box_temperaturas li span, .temperaturas_over li span {
				margin: 0 0 0 18px;
			}

	.box_temperaturas ul img, .temperaturas_over ul img {
		float: left;
		margin: 0 0 0 5px;
	}

	.box_temperaturas ul, .box_temperaturas li, .temperaturas_over li, .temperaturas_over ul  {
		padding: 0;
		margin: 0;
		list-style: none;
	}
		
	.box_temperaturas li, .temperaturas_over li {
		float: left;
		width: 145px;
		height: 85px;
		border: 1px solid #f8f9f4;
		background-color: #fbfaf5;
		margin-left: 8px;
	}
	
	.box_temperaturas ul {
		float: left;
		height: 95px;
		margin: 0 0 0 4px;
	}	

	
/*  extra temperaturas ***/
.temperaturas_over {
	position: absolute;
	width: 145px;
	margin:123px 0 0 156px;
	*margin:120px 0 0 182px; /*ie hack*/
}
	
	.temperaturas_over li{
		/* mesma do .box_temperaturas li */
	}	

	
/*  temperaturas */
.temp_max, .temp_min, .temp_now { 
    font-size: 20px;
    text-align: left;
    margin: 15px 0;
}
    
.temp_now {
	color: #8d8e88;
}
	
.temp_max { 
	color: #f1000f;
}

.temp_min { 
    color: #5096d1;
}

/* styles gerais */
.clr {
    clear: both;
    line-height: 0;
}


/*GERAL
*{
    font-family: arial, helvetica, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
}


h1{
    color: #777;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 0 8px 6px;
    text-align: left;
}

#base1{
    background-color: #fff;
    height: 128px;
    float: left;
	margin: 0 0 0 10px;
    width: 319px;
}

	#base1 img {border: none;} 

	#base1 .limites{
		height: 127px;
		width: 319px;
	}

#titulo{
    color: #027800;
    font-family: arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 23px;
    padding: 8px 0 4px 0;
    text-align: left;
    width: 319px;
}

.celula{
    background-color: #fafaf4;
    float: left;
    height: 98px;
    margin-right: 6px;
    padding: 0;
    width: 153px;
}

	.celula img{
		float: left;
	}



.bloco_temp{
    float: left;
    height: 28px;
    width: 65px;
}

	.bloco_temp  h1.media{
		color: #9c9c9c;
		font-size: 23px;
		margin-top: 8px;
	}

	.bloco_temp  h1.min{
		color: #5095cf;
		font-size: 23px;
		margin-top: 8px;
	}

	.bloco_temp  h1.max{
		color: #e30606;
		font-size: 23px;
	}


.btn_mais{
    background-color: #f2f2e4;
    height: 129px;
    float: right;
    width: 22px;
}


.temperaturas_over{
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 2px #ddd;
    box-shadow: 2px 2px 2px #ddd;
    display: none;
    height: 193px;
    margin: 96px 0 0 148px;
    width: 154px;
}

	.temperaturas_over .celula_over{
		background-color: #fafaf4;
		float: left;
		height: 83px;
		margin: 0 0 5px 6px;
		padding: 8px 0 0 5px;
		width: 137px;
	}

	.temperaturas_over .celula_over img{
		float: left;
	}

*/


