@charset "utf-8";
/* CSS Document */
body  {
	background-image: url(../images/FONDOBERRIA.gif);
	background-repeat: repeat;
	background-position: center top;
	}
html{overflow-y:scroll}
#container {
	width: 1110px;
	height: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
    } 
#goiburua {
	height: 141px;
	width: 1110px;
	background-repeat: no-repeat;
    } 
a {
	color: #009900;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

a:hover {
	color: #CC3399;
	text-decoration: underline;
	font-style: italic;
	text-align: center;
}
h1 {
	margin: 0 20px 5px 20px;
	font-size: 18px;
	font-weight: normal;
	color: #009900;
	letter-spacing: 3px;
	line-height: normal;
	text-align: center;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
}
#text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-indent: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
}
#eskubia {
	float: right; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 220px;



	z-index: 2000.;
	margin-left: 0px;
	margin-top: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    }
#hizkuntza {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #FFCCFF;
	text-align: center;
	height: 25px;
	width: 220px;
	padding-top: 8px;
}
#orokorraezk {
	width: 880px;
	float: left;
	position: relative;
	height: 100%;
	margin-left: 0px;
	background-position: left;
    }
#informazioa {
	width: 560px;
	position: relative;
	margin-top: 10px;
	margin-left: 0px;
	float: right;
	display: inline;
	top: 0px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: 0px;
}

#ezkerra {
	width: 290px;
	position: relative;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	text-align: left;
	margin-top: 10px;
}
fieldset {
	margin: 6px;
	padding: 6px;
	font-size: 13px;
}

legend {
	color: #000;
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
}

#footer {
	font-size: 12px;

    } 
.fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
	float: right;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 8px;
    }
.fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
    }
.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
	clear:both;
	height:0;
	font-size: 12px;
	display: block;
    }
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -100px;
	border: 1px dashed gray;
	visibility: hidden;
	color: #FFFF00;
	text-decoration: none;
	top: -60px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 10px; /*position where enlarged image should offset horizontally */

}

