body{
  background: #8C2828;
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin:0;
}

#contenedor_prestamos{ width:49%; float:left; height:auto;}
#contenedor_tarjeta{ width:50%; float:right; height:auto;}

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;
}
#separadorx{clear:both; height:60px;}
#contenedor_total{ width:80%; margin:0 auto; text-align:center; max-width:400px;}
.img_cabezal{width:100%; height:auto;}
.img_tarjeta{width:60%; height:auto; clear:both;}
#separatarjeta{ height:60px; width:100%; clear:both;}
#contenedor_cabezal{ width:100%; clear:both;}
#contenedor_info{ width:60%; float:none; text-align:left; margin:0 auto;}
#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;}
	


/*__________________________________________*/
.btn{
	font-family:Arial;
padding:10px 0;
width:100%;
color:#999; 
text-decoration:none; 
font-size:12px;
}

#contenedor_btn2{ width:40%; text-align:center; margin:0 auto;
border:1px solid #999; padding:6px 8px;}
.btncontacto{
padding:10px 18px;
width:90%;
max-width:300px;
color:#DA2F28; 
text-decoration:none; 
font-size:18px; font-weight:normal;
border-radius: 6px 6px 6px 6px;
background:#DA2F28;
border:1px solid #999;
}
.txt2{
	border:1px solid #999;
	width:80%;
	background:#FFF;
    padding: 5px 2%;
	font-size: 16px; color:#666;
	border-radius: 6px 6px 6px 6px;}
    .txt{
	border:1px solid #999;
	width:100%;
	background:#FFF;
    padding: 5px;
	font-size: 16px; color:#666;
	border-radius: 6px 6px 6px 6px;}
	
.btn{
	font-family:Arial;
padding:10px 0;
width:100%;
color:#999; 
text-decoration:none; 
font-size:12px;
}

#contenedor_btn2{ width:40%; text-align:center; margin:0 auto;
border:1px solid #999; padding:6px 8px;}
.btncontacto{
padding:10px 18px;
width:90%;
max-width:300px;
color:#DA2F28; 
text-decoration:none; 
font-size:18px; font-weight:normal;
border-radius: 6px 6px 6px 6px;
background:#DA2F28;
border:1px solid #999;
}
.txt2{
	border:1px solid #999;
	width:80%;
	background:#FFF;
    padding: 5px 2%;
	font-size: 16px; color:#666;
	border-radius: 6px 6px 6px 6px;}
    .txt{
	border:1px solid #999;
	width:100%;
	background:#FFF;
    padding: 5px;
	font-size: 16px; color:#666;
	border-radius: 6px 6px 6px 6px;}
	
	
	
	
	
/*--------------------*/	
	.jmgmodal {
position: fixed; margin: auto;
top:0;left:0;right:0;bottom:0;
background: rgba(34,34,68,.8);
box-sizing: content-box;
visibility: hidden; opacity: 0;
transition: all .12s; z-index: 99;
}
.jmgmodal.visible {
visibility: visible; opacity: 1;
}
.jmgmodal * {box-sizing: inherit}
.jmgmodal .panel {
position: absolute; margin: auto;
top:0;left:0;right:0;bottom:0;
max-width: 600px; max-height: 70vh;
background: #FFF; border-radius: 10px;
color: #000; padding: 50px 0;
transform: translateY(-25%);
transition: all .12s;
}
.jmgmodal.nofooter .panel {
padding: 50px 0 0 0;
}
.jmgmodal.visible .panel {
transform: none;
}
.jmgmodal .title {
	color:#FFF;
position: absolute; top: 0;
width: 100%; height: 50px;
line-height: 50px;
background:#EF3851;
font-weight: bolder; padding: 0 2em;
box-shadow: 2px 0 10px rgba(0,0,0,.6);
border-radius: 10px 10px 0 0;
box-sizing: border-box;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.jmgmodal .panel .close {
position: absolute; top: .25em; right: .75em;
cursor: pointer; font-size: 25px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.jmgmodal .panel .content {
max-height: 100%; overflow: auto;
padding: 1em; box-sizing: border-box;
}
.jmgmodal .panel .content iframe:only-child {
border: 0; width: 100%;
height: 100%; height: 80vh;
min-height: 200px;
}
.jmgmodal .panel .content img:only-child {
width: 100%; max-width: 100%;
}
.jmgmodal .panel .footer {
position: absolute; bottom: 0;
width: 100%; background: orange;
font-weight: bolder; padding: 0 .5em;
box-shadow: 2px 0 10px rgba(0,0,0,.6);
border-radius: 0 0 10px 10px;
box-sizing: border-box;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
text-align: right;
}
.jmgmodal .panel .footer .action {
border-radius: 10px; color: #000;
background: #fff; border: 0;
min-width: 80px; min-height: 35px;
font-weight: bold; cursor: pointer;
margin-left: 20px;
transition: all .12s;
}
.jmgmodal .panel .footer .action:hover {
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
}

/* estilos del pen, ornamentales */

button {
  border: 4px solid #000;
  width:100%;
  background: #FFF;
  padding: 0.6rem 0;
  font-size: 1.2rem;
  font-variant: small-caps;
  transition: all .5s;
  cursor: pointer;
  box-shadow: inset 0 0 0 rgba(0,0,0,1);
  color:#D92007;
  clear:both;
}
button:hover {
  color: #FF0;
  box-shadow: inset 0 0 0 10rem rgba(250, 250, 0, .68);
}
.imgbtn{ width:100%; height:auto; clear:both;}
.imgbtn:hover button{
  color: #fff;
  box-shadow: inset 0 0 0 10rem rgba(250, 250, 0, .68);}
.img{ width:100%;}
#contbtn{width: 29%; margin:2%; float:left;}
	
@media screen and (max-width:480px) {
	
#contbtn{width:86%; margin:7%; float:none;}

	#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%; 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%; }  

 #contenedor_info{ width:100%; float:none; display:block; text-align:center;}
#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%;}

#contenedor_prestamos{ width:90%; float:none; margin:0 auto; clear:both; height:auto;}
#contenedor_tarjeta{ width:90%; float:none; margin:0 auto; clear:both; height:auto;}
#separadorx{height:0;}
}
.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;} 

