.routingContainer {
	border: 1px solid #AAAAAA;
	bottom: 0;
	left: 0;
	margin: 0 !important;
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 0 !important;
	position: relative;
	right: 0;
	top: 14px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 5px;
	height: 210px;
}

.iconaOrigen {
	background-image: url("img/IconOrigen.png");
}

.iconaDesti {
	background-image: url("img/IconDesti.png");
}

.iconaCoordRouting {
	background-position: center center;
	background-repeat: no-repeat;
	width: 22px;
	height: 23px;
	display: inline-block;
}

.textCoordRouting {
	display: inline-block;
	font-weight: bolder;
	vertical-align: super;
	margin-left: 5px;
}

.contenidorCoordRouting {
	height: 65px;
	margin-left: 10px;
	margin-top: 15px;
	width: 215px;
}

.contenidorOrigen {
	
}

.contenidorDesti {
	
}

.buttonGoogle {
	background-image: url("img/googlemaps_21x21.png");
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left: 105px;
	margin-top: 15px;
	width: 21px;
	height: 21px;
}

.buttonGoogle.disabled {
	background-image: url("img/googlemaps_21x21_bn.png");
	!
	important;
}

.routingElement {
	border-radius: 3px 3px 3px 3px;
	padding-left: 9px;
	width: 214px;
}

.routingElement:hover {
	background-color: #eaeaea;
}

.routingNom {
	color: #4D4D4D;
	cursor: pointer;
	font-family: Verdana;
	font-size: 0.98em;
	font-weight: bold;
	line-height: 14px;
	margin-left: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 165px;
}

.eliminarRouting {
	background-image: url("img/treure.png");
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 15px;
	width: 20px;
}

.routingCapa {
	color: #999999;
	font-style: italic;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 180px;
}

.contTextUndefined {
	font-style: italic;
	margin-left: 28px;
	margin-top: 10px;
}