/*-------------------------------------------------------------------------
 Clic 
---------------------------------------------------------------------------
 File: print.css
  	    Gerardo Gonzalez Flores
 		--> gerardo AT clic DOT com DOT mx <--
---------------------------------------------------------------------------	
 Estilos generales para impresión
--------------------------------------------------------------------------*/
* {
	background: none ! important;
	color: #111 ! important;
	position:relative;
	
	border:none;
}

#condiciones *, #condiciones { font-size:6pt;}
 
#header, .noprint, #footer, #titleWrapper, 
.box, .adminQuickLinks, .quicklinks, .printButton, 
#barraLeft, #barraBuscador, #mensajeCotizacion, #infoQuotation{	
	display:none; 
}


body { width:100%; background: none}


#wrapper  {
   width: 100%;
   margin: 0 1%;
   float: none !important;
   color: black;
   background: transparent none;
   left:0px;
   position:relative;
   margin:0px;
   padding:0px;
   border:none;

}

div#contenido, div.contenido, div#content, div.content {
   margin:0px;
   padding:0px;
   margin-left: 1%;
   border:none;
   padding-top: .05em;
   border-top: none;
   
 }

a {	text-decoration:none; }
a:link, a:visited {
   color: #000000;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}

h1.title span, h2.subtitle span{
	display:block;
	font-size:10pt;
}
.contenido #voucherHeaderView { display:block;}
.submit  { display:none}
.acciones { display:none}
#areaCentral { border:none; }
#areaCentral table#tableQuotation * { border:none}
#areaCentral table#tableQuotation th { border-bottom:1px solid #000000; }
.vcard { display:none; }
#clickdesk_tool { display:none; }