@import url("font.css");

.DescartesLoader {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(data:'../css/fondo.png');
}

select {
	box-sizing: border-box;
	border: 1px solid #34495e !important;
	background: url(../images/ui_btn_down.png) 100%/32px no-repeat #eee;
	background-color: #fff !important;
	padding-right: 32px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* internet explorer */
select::-ms-expand {
	display: none;
}
