/*------------------------------------------------------------------------------------------------
  Estilos para impresion
  ----------------------------------------------------------------------------------------------*/
#skipToContent, #navegacion, #lateral, #dejarComentario, #metaPie { display: none; }

h1, h2, h3, h4, p { margin: 0; }
h1 { font-size: 26px; margin: 0 0 10px; font-family: Georgia, "Times New Roman", Times, serif; }
h2 { font-size: 20px; margin: 0 0 18px; font-family: Georgia, "Times New Roman", Times, serif }
h3 { font-size: 16px; font-family:  Georgia, "Times New Roman", Times, serif }
h4 { font-size: 15px; font-family:  Georgia, "Times New Roman", Times, serif }
p  { font-size: 14px; margin: 0 0 14px; font-family:  Georgia, "Times New Roman", Times, serif }
th { text-align: left; }
a { color: #000; text-decoration: none; }

/* Top */
#top { padding: 0 0 11px 0 ; border-bottom: 1px solid #666666; }
#top p.logo { color: #000000; font-size: 18px; line-height: 1em; margin: 0; font-family: Arial, Helvetica, sans-serif; }
#top p.logo a { color: #000000; }
#top p	{ color: #ccc; font-size: 11px; line-height: 1em; margin: 11px 0 4px; font-family: Arial, Helvetica, sans-serif; }

/* Contenido */
#contenido { padding: 20px 0; }
.breadcrumbs { display: none; }
.AutoryFecha { font-size: 13px; line-height: 1.384em; font-weight: normal; text-align: right; }
.pifotopopup { float: right; margin: 0px 0px 10px 10px; padding: 4px; outline: none; background: #EEEEEE; clear: none; }
#heroes { width: 100%; overflow: hidden; margin: 0 }
#heroes .item { float: left; width: 47%; height: 10em; padding: 0 1em 0.18em 0; overflow: hidden; }
#heroes .item img { float: left; margin: 2px 10px 10px 0; border: none;}
#heroes h2 { margin: 0; }

/* pie */
#pie { padding: 10px 0; border-top: 1px solid #666666; } 
#pie p { font-size: 12px; font-family: Arial, Helvetica, sans-serif; }

/* Mostrar URLs despues de los links */
#contenido .p a:link:after, #contenido p a:visited:after {
	content: " (" attr(href) ") ";
}



