/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
	 
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;   
  color:#000;
  background: none;
  font-size: 10pt;
}
.container {
  background: none;
}


#contact{display:none;}

.numero{display:none;}
#menu{height:100px; }
#menu a img{border:0; float:left;}
#menu a img#rhino{border:0; float:right;}
#menu a#ktp{display:none;}
#menuleft{display:none;}
#logo{float:left; text-indent:-9999px;}
#logo2{float:left; text-indent:-9999px;}
h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }
code { font:.9em "Courier New", Monaco, Courier, monospace; } 


.stripNav{display:none;}
.stripNavL a, .stripNavR a {display:none;}

h2 { font-size: 1.5em;   color:#fff; line-height:1.5em;}
h4 { font-size: 1.6em; line-height: 1; font-weight:bold; padding:10px; color:#fff;}
h3 { font-size: 1.8em; line-height: 1.25; color:#DC0101; font-weight:normal; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }






/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }
.white      { color: #fff; }






.left{ float:left; margin-right:5px;}
.right{ float:right; margin-left:5px;}







/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */
