/*My icons*/
[class^="myicon-"],
[class*="myicon-"] {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	background-image: url("../../imagenes/privado/sprite.html");
	background-repeat: no-repeat;
}
/*===========================================*/
.myicon-ambulancia{
	background-position:-77px -5px;
	width: 45px;
	height: 36px;
	vertical-align: -3px;
	margin-left: 7px;
    display:none;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-flecha1:before {
	content: "\e600";
}
.icon-flecha2:before {
	content: "\e601";
}
.icon-locked:before {
	content: "\e602";
}
.icon-cerrar1:before {
	content: "\f081";
}
.icon-cerrar1:before {
	content: "\f081";
}
