.ft-title          { display:none; width:910px; padding:10px; font-size:14px; font-style:italic; color:#fff}
.ft-prev, .ft-next { width:38px; height:82px; top:110px !important; background:url(img/arrow.png) no-repeat; padding:0;
                     text-decoration:none; color:transparent !important; opacity:1 !important; filter: alpha(opacity=1) }
.ft-prev           { background-position: top right; left:0px !important}
.ft-next           { right:0px !important}
#ft-buttons-slideshowHolder { overflow:hidden; display:block; margin:0 auto; width:49px !important;}
#ft-prev-slideshowHolder    { color:#fff; text-decoration:none}
#ft-next-slideshowHolder    { color:#fff; text-decoration:none}
.ft-button-slideshowHolder  { display:block; float:left; padding:0 !important; width:16px; height:16px;
                              background:transparent url(img/control.png) no-repeat top right; color:transparent !important}
.ft-button-slideshowHolder.ft-button-slideshowHolder-active { background:transparent url(img/control.png) no-repeat top left; color:transparent  !important}
#slideshowHolder            { margin-bottom:8px}
.new                        { display:block; width:53px; height:17px; margin-bottom:0px; background:url(img/bgNuevo.jpg) no-repeat;float:right}

	.calc_container {
		width:937px;
		font-family:'Tahoma', Trebuchet MS, Arial, sans-serif;
		font-weight:bold;
		margin:0  auto 30px;
	}
	.calc_container a {
		color:inherit;
		text-decoration: none;
	}
	.calc_head {
		background:url(bg-toggle.jpg) repeat-x;
		padding:10px;
		width:917px;
		text-shadow:1px 1px 2px rgba(0,0,0,0.3);
		color:#fff;
		font-size:16px;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	}
	.calc_head span {
		float:right;
		margin-top:3px;
		margin-right:10px;
		font-size:12px;
		color:#e3bd76;
	}
	.calc_content {
		background:#fcfcfc url(bg-calcontent.jpg) repeat-x;
		padding:20px;
		color:#000000;
		font-weight:normal;
		font-size:13px;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		box-shadow:inset 0px 3px 10px rgba(0,0,0,0.4);
		display:none;
	}
	.calc_content .calc_holder {
	    width: 450px;
	    margin: 10px auto;
	    font-size:13px;
	}
	.calc_content .calc_holder .calc_monto {
	    padding:0px 0px 10px 10px;
	    font-size:17px;
	}
	.calc_content .calc_holder .calc_monto input {
	    padding:8px;
	    border:1px solid #c3c3c3;
	    border-radius:5px;
	    margin-left:50px;
	    width:262px;
	    font-weight:bold;
	    font-family:'Tahoma', Trebuchet MS, Arial, sans-serif;
	    font-size:17px;
	}
	.calc_content .calc_holder .calc_monto input:hover,
	.calc_content .calc_holder .calc_monto input:focus {
		box-shadow:inset 0px 3px 10px rgba(0,0,0,0.2);
		border:1px solid #666;
		outline: 0;
	}
	.calc_content .calc_holder table {
	    width:100%;
	    border-top:1px solid #c3c3c3;
	    border-left:1px solid #c3c3c3;
	}
	.calc_content .calc_holder table tr:hover {
		background:#EEE;
	}
	.calc_content .calc_holder table tr td {
	    border-right:1px solid #c3c3c3;
	    border-bottom:1px solid #c3c3c3;
	    padding:8px;
	}
	.calc_content .calc_holder table .graytext {
	    color:#9f9f9f;
	}
	.calc_content .calc_holder table .graybg {
	    background:#d9d9d9;
	}
	.calc_content .calc_holder table .tl {
	    text-align:left;
	}
	.calc_content .calc_holder table .tc {
	    text-align:center;
	}
	.calc_content .calc_holder table .tr {
	    text-align:right;
	}