/* ******************  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;
}

.barra-complementaria-titulo,
.pre-titulo,
.patrocinadores,
#subopciones,
.subsecciones,
#herramientas,
#barra-menu-principal,
#pie .logos {
    display: none;
}
#cabecera, h1 {
    background: #fff;
}
h1 {
    text-align: center;
    margin: 0 auto;
}
/* Elimina los márgenes */
#margen-izq,
#margen-der,
#contenido {
    background: #fff;
}
.disclaimer {
    background: #fff;
    color: #585858;
    font-size: 70%;
    text-align: center;
    margin-top: 2em; 
}
/* Quita el enlace del webmaster */
.disclaimer a {
    display: none;
}

div.items {
    width: 100%;
}
span.migas,
h1 .fecha {
    display: none;
    visibility: hidden;
}
h2 {
    text-align: center;
}
.item {
    margin: 0;
}
.agenda ul {
    padding-left: 0.5em;
}
}
