/* print.css

   Copyright (c) 2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
   W3C liability, trademark, document use and software licensing
   rules apply, see:

   http://www.w3.org/Consortium/Legal/copyright-documents
   http://www.w3.org/Consortium/Legal/copyright-software
*/

@media print{

body {
  color: black;
  font-family: sans-serif;
  font-size: 120%;
}

div.slide {
    page-break-before: always;
    
}
div.cover {
    page-break-before: avoid;
    text-align: center;
}
div.slide, div.cover { 
    page-break-inside: avoid;
    width: 20.7cm;
    height: 14cm;
    padding: 1cm;
    margin: 1cm 1cm;
    /*border: 1px gray solid;*/    
}
div.cover img {
    max-height: 11cm;
} 
div.background { display: none; 
  visibility: hidden; page-break-after: avoid; }
div.handout { display: block; visibility: visible; }

div dt
{
  margin-left: 0;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
div dd
{
  margin-left: 2em;
}

blockquote { font-style: italic }

pre { color: rgb(0,128,0); font-size: 80%;
 font-weight: bold; line-height: 120%; }

p.copyright { font-size: smaller }

a:visited { color: navy }
a:link { color: blue }
a:hover { color: red }
a:active { color: red }

a {text-decoration : none}
.navbar a:link {color: white}
.navbar a:visited {color: yellow}
.navbar a:active {color: red}
.navbar a:hover {color: red}

ul { list-style-type: square; }
ul ul { list-style-type: disc; }
ul ul ul { list-style-type: circle; }
ul ul ul ul { list-style-type: disc; }
li { margin-left: 0.5em; }
li li { font-size: 80%; font-style: italic }
li li li { font-size: 80%; font-style: normal }

h1 {
	color: #90A7D0;
	page-break-after: avoid;
	clear: both;	
	text-align: center;
	margin-top: 0;
	padding-top: 0;
}

img, object {
	max-width: 10cm;
	max-height: 10cm;
}

p.cita-right { width:10em; }

a:after {
    content: " [" attr(href) "] ";
    font-size: 60%;
    color: gray;
}

object {
	max-width: 22cm !important;
	max-height: 13cm !important;
}

}

