
 a[href]:after {
   content: " (Enlace " attr(href) ")";
   display: block;
   color: blue;
   text-decoration: none;
 }

#cabecera, .acceso, #flashcontent, #pie {
	display: none;
}

body {
  background: #fff;
  color: #000;
 }
 
 body a {
   color: blue;
 	text-decoration: underline;
 }







 


