#my-thermometer {
	float: left;
	margin:11px 0px 0px 20px;
	position: relative;
	padding-bottom: 1px;
}

#container-thermometer{
	border: 3px solid #B7B4B4;
	background-color: #368EFA;
	width: 11px;
	height: 80px;
	border-radius: 10px;
	position: relative;
	padding-bottom: 1px;
}

#bar-thermometer{
	padding-bottom: 1px;
	background-color: #DFDFE2;
	width: 11px;
	height: 80px;
	overflow: hidden;
}

#my-thermometer2 {
	padding-bottom: 1px;
	float: left;
	/*border: 1px solid #F30A0A;*/
	width: 102px;
	height:105px;
}

#my-thermometer3 {
	padding-bottom: 1px;
	float: left;
	/*border: 1px solid #F30A0A;*/
	width: 200px;
	height: 105px;
	position: absolute;
}

.puntero-thermometer{
	position: absolute;
	bottom: 0px;
}

.raised1{
	color: #368EFA;
	position: absolute;
	bottom: 0px;
	margin: 0 0 15px 30px;
}

.raised2{
	color: #368EFA;
	position: absolute;
	bottom: 0px;
	margin: 0 0 0 30px;
}