.icon_select_mate {
	position: absolute;
	top: 20px;
	right: 2%;
	height: 22px;
	transition: all 275ms;
}
.select_mate {
	position: relative;
	float: left;
	width: 230px;
	background-color: #ffffff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
	transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: all 100ms ease-in-out;
}
.cont_list_select_mate {
	position: relative;
	float: left;
	width: 100%;
}
.cont_select_int {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	overflow: hidden;
	height: 0px;
	width: 100%;
	background-color: #fff;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
	transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
	transition: all 100ms ease-in-out;
}
li {
	position: relative;
	float: left;
	width: 93%;
	border-bottom: 1px solid #E0E0E0;
	background-color: #ffffff;
	list-style-type: none;
	padding: 10px 11px;
	margin: 0px;
	transition: all 120ms ease-in-out;
	display: block;
	cursor: pointer;
	font-size: 12px;
	color: #818181;
}
li:hover {
	background-color: #838383;
	color: #ffffff;
}
.active {
	background-color: #EEEEEE;
	color: #282828;
}
/* etiqueta <p> con la opcion selecionada  */
.selecionado_opcion {
	padding: 11px;
	display: block;
	margin: 0px;
	cursor: pointer;
	font-size: 11px;
	color: #818181;
}
.back_sel {
	background-image: url("../img/flecha.svg");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position-y: 12px;
	background-position-x: 270px;
}
.turn_sel {
	background-image: url("../img/flecha2.svg");
}
