/* Clavex Print CSS 
   Bootstudio
   2008
--------------------------------------------------------------------------------*/

body {
  color: #000;
  
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 8pt;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }


h1, h2 { margin: 0; padding: 0; border: 0;}

h2 { margin-bottom: 20pt; }




#header h1 {
  width: 150px;
  height: 59px;
  margin-bottom: 15pt;
  
  display: list-item;
  list-style-image: url(../images/logo-clavex.gif);
  list-style-position: inside;
  letter-spacing: -1000em; 
  font-size: 1pt; 
  color: #fff; 
}







#header h2 {
  width: 144px;
  height: 14px;
  
  display: list-item;
  list-style-image: url(../images/slogan-clavex.gif);
  list-style-position: inside;
  letter-spacing: -1000em; 
  font-size: 1pt; 
  color: #fff; 
}





#sidebar { margin-top: 20pt; clear: both; }


body#home #sidebar #banner-galeria-productos {
  margin: 0;
}


body#home .column {
  width: 25%;
  margin: 0 10pt;
  float: left;
}





/* =Hide unnecessary elements for print
--------------------------------------------------------------------------------*/

#languages, #search, #navigation, #navigation-local, #footer, #solicitud-demo, banner-productos, banner-galeria-productos, object, embed
{
  display: none;
}







/* =sIFR Text Replacement to Flash Fonts
--------------------------------------------------------------------------------*/

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}