body {
				font-size:1em;						/* Tamañu normal  la fuenti per defectu del navegaor */
				font-family: celtic,Verdana, Arial;
				text-align:center;
            position: absolute;
                left: 50%;
                top: 50%;
                width:1036px;
                height:1500px; 
                margin-top: -405px;
                margin-left: -500px;
  }
  
  #container {
	width: 1010px;
	margin: 0px auto;
	text-align: left;
}
  
div.barra_enrriba{
				height:30px; 
				background-image:url(../imaxenes/decoracion_barra/02.gif); 
				background-repeat: repeat-x; 
				margin:2em 0 0 0;
}

img.a1 { float:left; }
img.a3 { float:right; }

div.barra_baxu {
				height:30px; 
				background-image:url(../imaxenes/decoracion_barra/06.gif); 
				background-repeat: repeat-x; } 
 
img.a7 { float:left; }
img.a5 { float:right; }

div.conteneor{
				background-image:url(../imaxenes/decoracion_barra/08.gif); 
				background-repeat:repeat-y; 
				background-color: rgb(247, 246, 202); 
 }
 
 div.transparente {
				padding:0 0 0 0px; 
				background-image:url(../imaxenes/decoracion_barra/04.gif); 
				background-position:right; 
				background-repeat:repeat-y; }
				
div.transparente_indexas {
				padding:0 0 0 12px; 
				background-image:url(../imaxenes/decoracion_barra/04.gif); 
				background-position:right; 
				background-repeat:repeat-y; }				
				
 
h1.espaciu_llanguiu { 
				margin:0;
 /* Solo ye pa decoración nun tien na que ver co'la solución al espacio en blancu*/ 
				border-bottom:1px dashed #996;}
 
 p.espaciu_llanguiu{ 
				margin:-.1em 0 0 0;
 /* Solo ye pa decoración nun tien na que ver co'la solución al espacio en blancu*/ 
				padding-right:8px; 
				border-right:1px dashed #996;
				}

table.indice{
padding: 0;
width: 976px;
margin: 0 ;
text-align: center;
text-shadow: 3px 3px  5px #000;
border: 0px;
border-collapse: collapse;
}

div.cerochu{
margin: 0;
	padding: 0;
	text-align: left;
	}
  
  
 h1 {
	clear: both;
	text-align: center;
	font-weight: bolder;
    font-size: 110% ;
	color: black;
  }
  
  h2 {
	font-weight: bolder;
    font-size: 100% ;
	color: blue;
  }
  
 h3 {
	font-weight: bolder;
    font-size: 90% ;
	color: blue;
  }
   
  #encabezau {
	color: black;
	font-weight: bolder;
	text-shadow: 3px 3px 5px;
    font-size: 115% ;
  }

#enllaces {
        color: black;
	font-weight: bolder;
	text-shadow: 3px 3px 5px;
        font-size: 120%;
  }

#textu {
    text-align: justify;
    color: blue;
font-weight: bolder;
font-size:100%;
  }
 
 p.surrayau  {
 text-align: justify;
 text-decoration: underline;
  }
  img.enllaces { 
  border:3px  solid ;
  border-color:#f7f6ca;
  width:  500px;
	height:  50px;
   }
  
  strong{ 
  text-decoration: underline;
  font-size:1.7em;
  }
 
/* Párrafos y llistes, con indetación */
p, li {text-indent: 15px;}

/* Xustu dispués d'una imaxen, non indetar */
img + p {text-indent: 0;}

/* n'estos 4 casos quitamos-y el subrrallau* */
a:link {text-decoration:none}
a:visited {text-decoration:none}

a:hover{ /* al pasar enrriba'l enllace cambia-y el color */  /* Los enllaces, un pocu más grandes al pasa-y el ratón */
   text-decoration:none;
   color:#000099;
   background-color:#FFFFCC;
   font-size: 120%;
}
a:active{text-decoration:none}
