/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**     { background:none !important; text-align:left !important; }
html  { margin:0 !important; padding:0 !important; }
body  { background:#fff !important; font-size:9pt !important; padding:0 !important; margin:10px !important; }
a     { color:#2976c9 !important; }
th,td { color:#2f2f2f !important;  border-color:#ccc !important; }

.header-container,
.nav-container,
.footer-container,
.pager,
.toolbar,
.actions,
.buttons-set { display:none !important; }

.page-print .data-table .cart-tax-total { background-position:100% -54px; }
.page-print .data-table .cart-tax-info { display:block !important; }

.page-print .data-table {width:100%}

.page-print .cart .totals {
	float:right;
}*/


/** PRINT PAGE ***/

.header-print{
	margin-top: -120px;
}
.page-print.clearprint-catalog-product-view{
	margin-top: -90px;
}

.page-print.clearprint-catalog-product-view h1{
	font-family: 'Roboto', sans-serif !important;
	font-weight: bold;
	font-size: 24px;
	color: #4B4B4B !important;
	text-transform: none !important;
}

.page-print.clearprint-catalog-product-view .buttons-set{
	text-align: center;
	margin: 0 auto;
	float: none !important;
	border: none !important;
}

.page-print.clearprint-catalog-product-view .buttons-set button.button{
	float: none !important;
	margin: 30px 0 !important;
}

.page-print.clearprint-catalog-product-view #remate-footer .footer-legals{
	color: #fff !important;
	font-size: 10px !important;
}

.page-print.clearprint-catalog-product-view .vinetas-print .vinetas-p .include-vineta-img{
	display: inline-block;
	width: 75px !important;
	float: left;
	margin-right: 10px;
}

.page-print.clearprint-catalog-product-view .vinetas-print .vinetas-p .v-container{
	position: relative;
	height: 75px;
	display: table-cell;
	vertical-align: middle;
}



.page-print.clearprint-catalog-product-view .product-img-box .product-image{
	width: 100% !important;
}

.page-print.clearprint-catalog-product-view .print-img-text{
	font-size: 12px;
	color: #aeaeae !important;
	font-family: 'Roboto', sans-serif !important;
	line-height: 16px;
}

.page-print.clearprint-catalog-product-view iframe{
	display: none !important;
}



.page-print.clearprint-catalog-product-view ul .orange-caret{
	color: #FF6600 !important;
	margin-right: 5px;
	font-size: 12px;
}

@media print {

	.mt-5{
		margin-top: 5px;
	}

	.mt-10{
		margin-top:10px;
	}

	.mt-20{
		margin-top:20px;
	}

	.mt-30{
		margin-top: 30px;
	}

	.mt-40{
		margin-top: 40px;
	}

	.mt-60{
		margin-top: 60px;
	}

	.mb-5{
		margin-bottom: 5px;
	}

	.mb-10{
		margin-bottom: 10px;
	}

	.mb-20{
		margin-bottom: 20px;
	}

	.mb-30{
		margin-bottom: 30px;
	}

	.mb-40{
		margin-bottom: 40px;
	}

	.mb-60{
		margin-bottom: 60px;
	}


	.pt-10{
		padding-top: 10px;
	}

	.pb-10{
		padding-top: 10px;
	}

	.pt-15{
		padding-top: 15px;
	}

	.pb-15{
		padding-bottom: 15px;
	}

	.pt-20{
		padding-top: 20px;
	}

	.pb-20{
		padding-bottom: 20px;
	}

	.pt-30{
		padding-top: 30px;
	}

	.pb-30{
		padding-bottom: 30px;
	}

	.pt-40{
		padding-top: 40px;
	}

	.pb-40{
		padding-bottom: 40px;
	}

	.padding-10{
		padding: 10px;
	}

	.padding-15{
		padding: 15px;
	}

	.page-print.clearprint-catalog-product-view .detalle h3 {
		font-family: 'Roboto', sans-serif !important;
		font-weight: bold !important;
		font-size: 18px !important;
		color: #FF6600 !important;
		border-bottom: 2px solid #FF6600;
		line-height: 30px !important;
		padding-left: 15px !important;
		margin: 5px 0 10px 0 !important;
		display: block !important;
	}
	.page-print.clearprint-catalog-product-view .product-view .char-title{
		font-family: 'Roboto', sans-serif !important;
		font-weight: bold !important;
		font-size: 18px !important;
		color: #FF6600 !important;
	}

	.page-print.clearprint-catalog-product-view .header-print{
		background: #262626 !important;
		-webkit-print-color-adjust: exact;
	}

	.page-print.clearprint-catalog-product-view  #remate-footer{
		background-color: #262626 !important;
		-webkit-print-color-adjust: exact;

	}

	.page-print.clearprint-catalog-product-view  #remate-footer .row{
		background-color: #262626 !important;
		-webkit-print-color-adjust: exact;

	}

	.page-print.clearprint-catalog-product-view .buttons-set{
		display: none !important;
	}


	.page-print.clearprint-catalog-product-view #remate-footer .footer-legals {
		color: #fff !important;
		font-size: 10px !important;
	}




	.page-print.clearprint-catalog-product-view .vinetas-print .vinetas-p .include-vineta-img{
		display: inline-block;
		width: 75px !important;
		float: left;
		margin-right: 10px;
	}

	.page-print.clearprint-catalog-product-view .vinetas-print .vinetas-p .v-container{
		position: relative;
		height: 75px;
		display: table-cell;
		vertical-align: middle;
	}



	.page-print.clearprint-catalog-product-view .product-img-box .product-image{
		width: 100% !important;
	}

	.page-print.clearprint-catalog-product-view .print-img-text{
		font-size: 12px;
		color: #aeaeae;
		font-family: 'Roboto', sans-serif !important;
		line-height: 16px;
	}

	.page-print.clearprint-catalog-product-view iframe{
		display: none !important;
	}


	.page-print.clearprint-catalog-product-view ul .orange-caret{
		color: #FF6600 !important;
		margin-right: 5px;
		font-size: 12px;
	}




	.row {
		margin-right: -15px;
		margin-left: -15px;
	}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
		float: left;
	}
	.col-xs-12 {
		width: 100%;
	}
	.col-xs-11 {
		width: 91.66666667%;
	}
	.col-xs-10 {
		width: 83.33333333%;
	}
	.col-xs-9 {
		width: 75%;
	}
	.col-xs-8 {
		width: 66.66666667%;
	}
	.col-xs-7 {
		width: 58.33333333%;
	}
	.col-xs-6 {
		width: 50%;
	}
	.col-xs-5 {
		width: 41.66666667%;
	}
	.col-xs-4 {
		width: 33.33333333%;
	}
	.col-xs-3 {
		width: 25%;
	}
	.col-xs-2 {
		width: 16.66666667%;
	}
	.col-xs-1 {
		width: 8.33333333%;
	}
	.col-xs-pull-12 {
		right: 100%;
	}
	.col-xs-pull-11 {
		right: 91.66666667%;
	}
	.col-xs-pull-10 {
		right: 83.33333333%;
	}
	.col-xs-pull-9 {
		right: 75%;
	}
	.col-xs-pull-8 {
		right: 66.66666667%;
	}
	.col-xs-pull-7 {
		right: 58.33333333%;
	}
	.col-xs-pull-6 {
		right: 50%;
	}
	.col-xs-pull-5 {
		right: 41.66666667%;
	}
	.col-xs-pull-4 {
		right: 33.33333333%;
	}
	.col-xs-pull-3 {
		right: 25%;
	}
	.col-xs-pull-2 {
		right: 16.66666667%;
	}
	.col-xs-pull-1 {
		right: 8.33333333%;
	}
	.col-xs-pull-0 {
		right: auto;
	}
	.col-xs-push-12 {
		left: 100%;
	}
	.col-xs-push-11 {
		left: 91.66666667%;
	}
	.col-xs-push-10 {
		left: 83.33333333%;
	}
	.col-xs-push-9 {
		left: 75%;
	}
	.col-xs-push-8 {
		left: 66.66666667%;
	}
	.col-xs-push-7 {
		left: 58.33333333%;
	}
	.col-xs-push-6 {
		left: 50%;
	}
	.col-xs-push-5 {
		left: 41.66666667%;
	}
	.col-xs-push-4 {
		left: 33.33333333%;
	}
	.col-xs-push-3 {
		left: 25%;
	}
	.col-xs-push-2 {
		left: 16.66666667%;
	}
	.col-xs-push-1 {
		left: 8.33333333%;
	}
	.col-xs-push-0 {
		left: auto;
	}
	.col-xs-offset-12 {
		margin-left: 100%;
	}
	.col-xs-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-xs-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-xs-offset-9 {
		margin-left: 75%;
	}
	.col-xs-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-xs-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-xs-offset-6 {
		margin-left: 50%;
	}
	.col-xs-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-xs-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-xs-offset-3 {
		margin-left: 25%;
	}
	.col-xs-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-xs-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-xs-offset-0 {
		margin-left: 0;
	}


	.page-print .short-description .std ul .orange-caret{
		color: #FF6600 !important;
		margin-right: 5px !important;
		font-size: 12px !important;
	}

	@media (max-width: 770px) {
		.container-tablas-print > .col-xs-12 > .row > .col-sm-6 {
			width: 49% !important;
			float: left !important;
		}
	}
}
