/* Copyright 1997-2004 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */

/* $Id: print.css, v 2.0 20/09/2004 $ */

/* ******************  printing  ************** */

@media print {

body {
	background: white;
	color: #1D444B;
	margin: 0;
	padding: 0;
	font: 50% Arial, Verdana, Helvetica, Geneva, sans-serif;
}

h1, h2, h3 { 
	page-break-after: avoid; 
	page-break-inside: avoid;
}

a, a:link, a:visited, a:hover, a:active, a:focus {
	color: #000;
	font-weight: normal;
}

blockquote, pre { 
	page-break-inside: avoid;
}

ul, ol, dl { 
	page-break-before: avoid;
}   

body {
	font-size: 12pt; 
}

#crumbs, .mainNav, #menu, #secNav, #localNav, .invisible, .indexLink, .archive, .questionIndex { 
	display: none;
}

html, body, h1, h2, h3, p, .content {	
	margin: 15pt 0 10pt 0; 
	padding: 0; 
}

abbr, acronym  { 
	border-style:none;  
}

abbr:after, acronym:after { 
	/*content:" ["attr(title)"] ";*/ 
	font-variant: small-caps;  
	font-size: 10pt;
}


/* Tables */
table {
    width: 99%;
}
* html table {
    width: auto;
}
table caption {
    display: none;
    visibility: hidden;
}
table tbody tr td:first-child {
    color: black;
    width: 7em;
    text-align: center;
    padding: 0;
}
table tbody tr td {
    color: black;
    padding: 0 1em 0 1em;
}
table td[colspan="2"] {
    font-style: italic;
}
/* programa */
table tbody .descanso th.hora, 
.descanso td {
    background:#E8EEDD
}
td.right {
    width:30%
}
.vevent th.hora {
    color:#444;
    font-size:.9em;
}
th.hora {
    width:17%
}
table {
    width:94.5%;
    margin:0 auto 0 auto;
    border-collapse:collapse;
    border:0;
    font-size:.95em;
}
caption {
    width:100%;
    padding:20px 0 0px 1.4em;
    background:transparent url(http://www.fundamentosweb.org/2007/Concurso/css-externas/img/icono7.gif) no-repeat 0 23px;
    text-align:left;
    font:bold 1.1em "Century Gothic", Verdana, Arial;
}
th {
    padding:1em 0 .2em .2em;
    text-align:left;
    border-bottom:4px solid #e2e2e2;
    color:#E5B805;
    vertical-align:top;
    font-family:Century Gothic;
    font-size:1.1em;
}
td {
    padding:.5em 0 .4em .3em;
    border:1px solid #e2e2e2;
    background:#fff;
    vertical-align:top;
    font-size:.9em
}
tbody th {
    padding:.5em 0 .4em .3em;
    border-bottom-width:1px;
    border-left:1px solid #e2e2e2;
    font:normal 1em "Trebuchet MS", Verdana, Arial;
}
table td dl,
table td dl dt {
    margin-top: 0;        
}

dl dt {
    font-weight: bold;
}

dl dd {
    font-size: 90%;
}
dl dd ul li {
    margin-top: 0.5em;
}


#pie,
#menu-opciones,
#menu-herramientas,
p.cabecera,
.patrocinadores,
.subsecciones,
#cabecera p,
#cabecera img,
.siguiente-seccion,
.anterior-seccion,
p.change-language, h2 {
    display: none;
    visibility: hidden;
}
.center {
    text-align: center;
}
h1, h2 {
    text-align: center;
    font-size: 100%;
}

h3 {
    text-align: center;
}
a {
    text-decoration: none;
    color: #2999EC !important;
    background: transparent;
}
dl {
    text-align: justify;
}
dl dt {
    page-break-before: auto;
    margin-top: 2em;
}
dl dd {
    margin-top: 0.5em;
}
#cabecera h1 {
    text-indent: -1000cm;
    height: 111px;
    background: transparent url(../img/fw2007_xs.png) no-repeat right top;
    margin-bottom: -1cm;        
}

}
