/* Quick Cart */
#cartResume {
  position: fixed;
  font-size: 0.8em;
  color: #fff;
  margin: 0;
  font:11px 'Arial Narrow','Arial',sans-serif;
  background: #233147;
  display: none;
  width:250px;
}
.textcenter, .textcenter2 {
	text-align:center !important;
}


.enlaceFullCart{
	cursor:pointer;
}
.enlaceCotizador{
	color:#F9B907;
	text-decoration:none;
}
.enlaceCotizador:hover{
	text-decoration:none;
	font-weight:bold;
	/*border:1px solid #F9B907;*/
}
.enlaceMiniCart{
cursor:pointer;
}

