
/***** ESTILO OROKORRA *****/

html {
 position: relative;
 margin : 0;
 padding : 0;
 background : url(../irudiak/atze.jpg) #fff center repeat fixed;
 color : #000;
}

.atala {
 border: 3px solid;
}


p {
 font-size: 120%;
 text-align: justify;
 margin : 1em 5% 1em 5%;
 text-indent : 2em;
}

p:first-letter {
 font-size: 140%;
 font-weight: bold
}

p.bereiztu {
 margin-top: 2em;
}

ul {
 font-size: 120%;
 text-align: justify;
 margin: 1em 5% 1em 12%;
}

/* Zaharra dela adierazteko kolore grisa: */
ul.eginda {
 color: #999;
}


a:link, a:visited { 
 color: #384;
 text-decoration: none;
}

a:hover { 
 color : #384;
 text-decoration: underline;
}

a:active { 
 color : #3b5;
 text-decoration: none;
}

h1 {
 margin: 1em 1em 1em 10%;
 text-indent : 0;
 font: italic bold 200% sans-serif;
}

h2 {
 margin: 1em 1em 1em 5%;
 text-indent : 0;
 font: bold 130% sans-serif;
}

/* Argazkiak erdian jartzeko */
img {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

/* Argazkien taula: */
table.argazkiak {
 border: 0;
 text-align: center;
 width: 70%;
}

table.argazkiak img {
 border: 0;
}

/***** IZENBURUAREN ESTILOA *****/

#izenburua {

 background : #e99;
 color: #c00;
 
 padding: 0;

 margin: 2.5% 0% 1% 2%;
/* Ilada hau Mozillak ez, baina IExplorer-ek irakurri egiten dau: */
// margin : 1% 0% 1% 2%;


 overflow: hidden;
 width : 94%;

}

#izenburua h1 {
 
 text-align: center;
 margin: 40px 4% 0 0;
 font: bold 2.5em sans-serif;

}

#izenburua img {
 padding-left  : 3%;
 float : left;
}




/***** INDIZEAREN ESTILOA *****/

#indizea {
 margin : 2% 3.3% 2% 4%;
 padding: 0;

/* Ilada hau Mozillak ez, baina IExplorer-ek irakurri egiten dau: */
// margin : 2% 1.7% 2% 4%;

 float : right;
 width : 12em;
 
 overflow : hidden;

 background : #9b7;
 color : #263;
}

/*#indizea ul {
 margin: 0;
 list-style-type: circle;
}*/

#indizea p {
 font-family: sans-serif;
}

/*#indizea p.erdian {
 margin: 0.3em 0 0.3em 0.7em;
}*/


#indizea h1 {
 font: italic small-caps bold 140% serif;
 margin: 0.6em;
}

#indizea a {
 font-family: sans-serif;
 font-weight: bold;
}

#indizea a:link { 
 color: #263;
 text-decoration: none;
}
#indizea a:visited {
 color: #670;
 text-decoration: none;
}
#indizea a:hover { 
 color : #090;
 text-decoration: underline;
}
#indizea a:active { 
 color : #0f0;
 text-decoration: none;
}