/* NORMALES */
.panel1 {
  background: -webkit-linear-gradient(#7ed7dd, #5eb7bd); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#7ed7dd, #5eb7bd); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#7ed7dd, #5eb7bd); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#7ed7dd, #5eb7bd); /* Standard syntax */
}
.panel1 h4 {
	color: #FFF;
}
.panel2 {
  background: -webkit-linear-gradient(#7ddcc0, #5fbda1); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#7ddcc0, #5fbda1); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#7ddcc0, #5fbda1); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#7ddcc0, #5fbda1); /* Standard syntax */
}
.panel2 h4 {
	color: #FFF;
}
.panel3 {
  background: -webkit-linear-gradient(#e0c86e, #c1a94f); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e0c86e, #c1a94f); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e0c86e, #c1a94f); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#e0c86e, #c1a94f); /* Standard syntax */
}
.panel3 h4 {
	color: #FFF;
}
.panel4 {
  background: -webkit-linear-gradient(#d584a1, #b66582); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#d584a1, #b66582); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#d584a1, #b66582); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#d584a1, #b66582); /* Standard syntax */
}
.panel4 h4 {
	color: #FFF;
}
.headerUser {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	text-align: right;
	position: relative;	
	height: 0px;
	z-index: 1;
}
@media (max-width: 991px) {
	.headerUser {
		text-align: center;
		height: 150px;
	}
}
@media (max-width: 767px) {
	.headerUser {
		text-align: center;
		height: 60px;
	}
}

.promocionBox {
	position: relative;
}
.promocionBox .promocionTexto {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #FFF;
	background: rgba(0, 63, 60, 0.6) none repeat scroll 0 0;
	font-size: 20px;
	padding: 10px 20px;
}
@media (max-width: 767px) {
	.promocionBox .promocionTexto {
		width: 70%;
		font-size: 14px;
	}
}

.promocionBox .promocionCosto {
  background: #ff9900 none repeat scroll 0 0;
  border: 4px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: table;
  height: 100px;
  line-height: 15px;
  padding: 8px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 120px;
  z-index: 10;
}
.promocionBox .promocionCosto .circleInner {
  display: table-cell;
  height: inherit;
  vertical-align: middle;
  width: inherit;
}
.promocionBox .promocionCosto span.title {
  font-family: Arial,sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding-top: 5px;
}
.promocionBox .promocionCosto span.price {
  font-family: Arial,sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
}
@media (max-width: 767px) {
	.promocionBox .promocionCosto {
	  border: 2px solid #fff;
	  height: 50px;
	  width: 50px;
	  z-index: 10;
	}
	.promocionBox .promocionCosto span.title {
	  font-size: 12px;
	  line-height: 10px;
	}
	.promocionBox .promocionCosto span.price {
	  font-size: 16px;
	  line-height: 10px;
	}
}

footer {
	background-color: #2e2e2e;
	color: #FFF;
	font-size: 12px;
}
footer hr {
	height: 5px;
	background-color: #c52d2f;
}





ul.col3 {
  float: left;
  list-style-type: none;
  margin: 20px 0 10px 18px;
  padding: 0;
  width: 400px;
}
ul.col3 li {
  display: block;
  float: left;
  padding: 0 2px;
  width: 190px;
}

.verification { 
	display: none; 
}
