.pop {
	display: inline;
	height: 25px;
	width: 100px;
	position: absolute;
	float: left;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
}
  .pop .pop_menu {
	display: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
  .pop .pop_toggle {
	background-image: url(../img/ico-preguntenos-off.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 101px;
	height: 27px;
	overflow: hidden;
	cursor: pointer;
}

.active .pop_menu {
	display: block;
	background-color: #FFFFFF;
	color: #333;
	position: absolute;
	width: 250px;
	-webkit-box-shadow: 1px 5px 6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 5px 6px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 5px 6px rgba(0, 0, 0, 0.5);
	border: 1px solid #ddd7cd;
	border-top: 0;
	min-width: 180px;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
  .active .pop_menu a {
	color: #03C;
}
.active .pop_toggle {
	z-index: 2000;
	background-image: url(../img/ico-preguntenos-on.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 27px;
	width: 101px;
}
