body{
  background: #9D3939;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin:0;
}
input
{
    background: url("avatar.png") no-repeat scroll 0 0 transparent;
    padding: 5px 5px 5px 25px;
}
#contenedor_btn{ width:200px; text-align:center; float:left; padding:10px 0; margin:0 10px;
border-radius:0 0 6px 6px;
border:1px solid #999; background:#CCC;}
.btntop-tar, .btntop-pre{
color:#666;
margin:10px 18px 10px 6px;
text-decoration:none; 
font-size:18px; font-weight:bold;
}

#contenedor_total{ width:80%; margin:0 auto; text-align:center;}
.img_cabezal{width:80%; height:auto;}
.img_tarjeta{width:50%; height:auto; margin-top:30px}
#separatarjeta{ height:60px; width:100%; clear:both;}
#contenedor_cabezal{ width:480px; height:40px; clear:both; margin:0 auto;}
#contenedor_info{ width:60%; float:left; text-align:left;}
#contenedor_info2{display:none;}
#contenedor_form{ width:40%; float:right; text-align:center;}
#contenedor_form_tarjeta{ width:40%; float:right;}
#contenedor-legales{width:90%; margin:10px auto; color:#666; font-size:12px; font-weight:300; text-align:justify;}
#btn_bases{ width:46%; text-align:center; padding:10px 0; margin:0 17%;
border-radius:6px 6px;
border:1px solid #999;}
	#btn_bases2{display:none;}
@media screen and (max-width:480px) {
	#btn_bases{display:none;}
	#btn_bases2{ display:block; width:70%; text-align:center; padding:10px 0; margin:0 auto 20px auto;}
	
#contenedor_cabezal{ width:100%; height:0; clear:both;}
#contenedor-legales{width:90%; margin:0 auto; color:#666; font-size:12px; font-weight:300; margin-top:30px; margin-bottom:20px; text-align:justify;}
#separatarjeta{ height:0;}
#contenedor_btn{ width:60%; float:none; padding:10px 0; margin:5px auto;}
#contenedor_total{ width:100%; }  
.img_cabezal{width:80%; height:auto;}
 #contenedor_info{ width:90%; float:none; display:block; text-align:center; margin:30px auto 0 auto;}
#contenedor_form{ width:98%; float:none; margin:0 auto;}
#contenedor_form_tarjeta{ width:70%; float:none; margin:0 auto; margin-top:100px;}
.range-holder{width:90%;}
}
.range-holder{
	margin: 3em auto;
	width: 100%;
	background: url("https://dl.dropboxusercontent.com/u/4277345/codepen/pr-plan-scale.png") bottom center no-repeat;
	
}

.dragdealer {
  position: relative;
  height: 30px;
  background: #FFF;
  border-radius: 8px;
  border: 1px solid #a7a7a7;
}
.dragdealer .handle {
  position: absolute;
  top: 0;
  left: 0;
}

.stripe{
	background: #ddd  url("https://dl.dropboxusercontent.com/u/4277345/codepen/stripe-bg.png") top left repeat;
	position: absolute;
	top: 0;
	left: 0;
	margin: 3px;
	height: 24px;
	border-radius: 8px;
}

	#green-highlight{position: absolute; top:0; left: 67px; height: 24px; opacity: .5; background: #8dc63f; display: none;}
	#orange-highlight{position: absolute; top:0; left: 381px; height: 24px; opacity: .5; background: #e07c00; display: none;}
	#blue-highlight{position: absolute; top:0; left: 814px; height: 24px; opacity: .5; background: #008da8; display: none;}

.square{
  position: absolute;
  top: 0;
  left: 0;	  
  margin-top: -13px;
  margin-left: -10px;
  cursor: pointer;
  width: 50px;
  height: 37px;
  background: #DA2F28;
  border-radius: 8px;
  color: #FFF;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  padding-top: 13px;
}

.menu-line{width: 50%; margin: 2px auto; height: 5px; background: #FFF; display: block;}

.infobox{
	position: absolute;
    top: 0;
    left: 0;
    margin-top: -135px;
    margin-left: -117px;
	width: 200px;
	height: 90px;
	background: #FFF;
	padding: 0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: #49BABB solid 2px;
}

	.infobox:after {
		content: '';
		position: absolute;
		border-style: solid;
		border-width: 20px 23px 0;
		border-color: #FFFFFF transparent;
		display: block;
		width: 0;
		z-index: 1;
		bottom: -20px;
		left: 107px;
	}
	
	.infobox:before {
		content: '';
		position: absolute;
		border-style: solid;
		border-width: 21px 24px 0;
		border-color: #49BABB transparent;
		display: block;
		width: 0;
		z-index: 0;
		bottom: -23px;
		left: 106px;
	}
	
	.titlebar{
		background: #49BABB;
		color: #FFF;
		padding: .5em;
     line-height: 1.5em;
		font-size: 15px;
	}
	#plan-holder{font-weight: bold;}
	
	.innerbox{
		padding: 0 1em;
	}
	
	.info-price{color: #e07c00; font-size: 33px; line-height: 1.8em;}

	
	.annual-label{
	  color: #505054; font-size: 14px; font-weight: bold; width: 110px; line-height: 1.8em;}
	.annual-price{color: #939393; font-size: 17px; width: 110px;} 

