@font-face {
	font-family: 'main_icons';
	src:url('fonts/icons/main_icons.eot?paaot8');
	src:url('fonts/icons/main_icons.eot?#iefixpaaot8') format('embedded-opentype'),
		url('fonts/icons/main_icons.woff?paaot8') format('woff'),
		url('fonts/icons/main_icons.ttf?paaot8') format('truetype'),
		url('fonts/icons/main_icons.svg?paaot8#main_icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'main_icons';
	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-check:before {
	content: "\f00c";
}
.icon-visto:before {
	content: "\f00c";
}
.icon-visto{
	position:absolute;
	left:10px;
	color:#4EB82C;
}
.icon-times:before {
	content: "\f00d";
}
.icon-book:before {
	content: "\f02d";
}
.icon-question-circle:before {
	content: "\f059";
}
.icon-expand:before {
	content: "\f065";
}
.icon-compress:before {
	content: "\f066";
}
.icon-camera-retro:before {
	content: "\f083";
}
.icon-copy:before {
	content: "\f0c5";
}
.icon-paperclip:before {
	content: "\f0c6";
}
.icon-bars:before {
	content: "\f0c9";
}
.icon-list-ul:before {
	content: "\f0ca";
}
.icon-caret-right:before {
	content: "\f0da";
}
.icon-posicion:before {
	content: "\f0da";
}
.icon-posicion{
	position:absolute;
	font-size: 20px;
	left:10px;
}
.icon-comment-o:before {
	content: "\f0e5";
}
.icon-angle-left:before {
	content: "\f104";
}
.icon-angle-right:before {
	content: "\f105";
}
.icon-sort-alpha-asc:before {
	content: "\f15d";
}
