	.buttonCalcularEnvio{
		width: 29px;
		height: 29px;
		background: url(../images/envio_gris.jpg) repeat-x bottom center;
		border: hidden;
	}

	.select_cuota {
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		border: 1px solid #E6E6E6;
		background-color: #E6E6E6;
		padding: 0px 4px 0px 4px;
		height: 25px;
		width: 250px;
		margin-bottom: 10px;
	}

	.texto_cuotas {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #FF6400;
	}
	
	.texto_costo_cuota {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 22px;
		color: #FF6400;
		font-weight: bold;
	}	

	.atg_behavior_addItemToCart {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff9d00), color-stop(1, #ff6600) );
	background:-moz-linear-gradient( center top, #ff9d00 5%, #ff6600 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9d00', endColorstr='#ff6600');
	background-color:#ff9d00;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #ff7b00;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:37px;
	line-height:37px;
	width:180px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #706f70;
	}

	.atg_behavior_addItemToCart:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff6600), color-stop(1, #ff9d00) );
	background:-moz-linear-gradient( center top, #ff6600 5%, #ff9d00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6600', endColorstr='#ff9d00');
	background-color:#ff6600;
	}

	.atg_behavior_addItemToCart:active {
		position:relative;
		top:1px;
	}
	
	.texto_calculador {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 20px;
		color: #333;
		font-weight: bold;
		vertical-align: middle;
	}
	
	.texto_ficha_tit {
		font-weight: bold;
	}	
	.texto_ficha_det {
		float:right;margin-left: 20px;
	}
	
	.texto_ficha {
		font-family: 'Source Sans Pro', sans-serif;
		border-bottom: 1px solid #E0EDED;   
		font-size: 14px;
		font-weight: normal;
		/* 	letter-spacing: 1px; */
		padding-top: 8px;
		padding-bottom: 8px;

	}
	.form-control-prefijo {
		/*display: inline-block;*/
		width: 10%;
		height: 34px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		margin-left: -3px;
		margin-right: 1%;
	}

	.form-control-phone {
		/*display: inline-block;*/
		width: 84%;
		height: 34px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}
 
 	.form-prefijo-zero {
		/*display: inline-block;*/
		width: 4%;
		height: 34px;
		font-size: 14px;
		color: #555;
		background-color: #fff;
		background-image: none;
		margin-right: 1%;
	}
	
	.bodyComparator {
		clear: both;
		display: block;
		margin-bottom: 20px;
		padding-bottom: 7px;
		padding-top: 10px;
		margin-top: 20px;
	}	
	
	.btnQuitar {
		font-size: 14px; 
		font-weight: normal; 
		line-height: 1.4; 
		border-width: medium; 
		border-style: none; 
		border-color: initial; 
		border-image: initial; 
		border-radius: 3px; 
		padding: 5px 15px; 
		transition: all 0.25s linear 0s;
	}
	
	.texto_total_costoEnvio {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #FF6400;
		font-weight: bold;
		/*text-transform: uppercase;*/
	}	
	