/*tres reglas de oro del CSS. Sirven para evitar las discrepancias principales entre navegadores*/
* {
  padding:0;
  margin:0;
}

body {
  font-size: 76%;
  text-align: center;
  background-color: #6E6E6E;
  font-family:Comic Sans MS,sans-serif,arial,hevetica;
  color: white;
}

img {
  border-width: 0;
}

img.alignright {
display:inline;
float:right;
margin:0 0 2px 7px;
padding:4px;
}

img.left {
display:inline;
float:left;
margin:0 0 0px 0px;
padding:0px;
}

img.aligncenter {
cursor:pointer;
display:block;
margin:auto;
*text-align:center;
}

/*evita que salga un recuadro alrrededor de los enlaces al pulsarlos*/
a {
  outline-style: none;
}

/*Centrar contenedores (elementos div) en CSS*/
#contenedor{
  text-align: left; /*Centrar contenedor en Explorer*/
  margin: 10px auto;
  width: 780px;
  background-color: black;
  /*background-image:url(images/gernikafondo.jpg);
  background-repeat:repeat-x;*/
}

#cabecera{
  width: 100%;
  height: 120px;
  *height: 135px;
  background-image:url(images/iratxoak1.jpg);
  background-repeat:no-repeat;
  background-position:right;
  
}

#cuerpo{
  width: 100%;
  padding: 20px 0 40px 0;
  }

#pie{
  width: 100%;
  text-align:center;
  padding:10px;
  }
  
#submenu{
  width: 100%;
  text-align:center;
  padding:3px;
  text-decoration: none;
}
#submenu a {
	text-decoration:none;
}
#submenu a:link{
    color: #4B088A;
    text-decoration: none;
}
#submenu a:visited{
    color: #4B088A;
    text-decoration: none;
}
#submenu a.seleccionado {
	color:DF7401;
}
#submenu a.seleccionado:link{
    color: DF7401;
    text-decoration: none;
}
#submenu a.seleccionado:visited{
    color: DF7401;
    text-decoration: none;
}

  
#submenuPrincipal{
  width: 100%;
  text-align:center;
  padding:3px;
  text-decoration: none;
}
#submenuPrincipal a {
	text-decoration:none;
	font-weight: bold;
	color: #4B088A;
}
#submenuPrincipal a.seleccionado{
	background-color:#DF7401;
	color:#4B088A;
} 
#submenuPrincipal a:link{
    color: #4B088A;
    text-decoration: none;
}
#submenuPrincipal a:visited{
    color: #4B088A;
    text-decoration: none;
}
  
#titulo{
	float:rigth;
	background-color:transparent;
	height:95px;
	font-size:40px;
	color: #FFFF00;
	text-align: center;
	width:600px;
	margin-left:125px;
	*margin-left:30px;

	vertical-align:middle;
	font-family: "Bauhaus 93",Arial Black;
	text-shadow: 2px;
}


#logo{
	height:5px;
	float:left;
	width:110px;
	background-image:url(images/logo.png);
	*background-image:url(images/logo.jpg);
	background-repeat: no-repeat;
	margin-left:3px;
	*margin-left:3px;
	margin-right:10px;
	margin-top:2px;
	*margin-top:2px;
	text-align:center;
	vertical-align:bottom;
	padding: 115px 0px 0px 0px;
}
#logo a {
	text-decoration:none;
	font-weight: bold;
	color: #DF7401;
}
#logo a:link{
    color: #DF7401;
    text-decoration: none;
}
#logo a:visited{
    color: #DF7401;
    text-decoration: none;
}
#logo a.seleccionado{
	background-color:#DF7401;
	color:#4B088A;
} 

/*menu desplegable*/
#menu{
  float:rigth;
  z-index:1000;
}

#topmenu{position:relative;height:23px;font-size:13px;*margin-top:11px;}
#topmenu li{float: left;}
#topmenu li a{color: white;display: block;margin: 0 0px 0 0;padding: 0 9px;text-decoration:none;font-weight:bold;}
#topmenu li a:hover,#topmenu li.active a{color: white;text-decoration: none;background-image:url(images/barramenua3.jpg);}	
	
#topmenu ul{padding:0;float:left;list-style: none;text-decoration: none;}

#topmenu, #topmenu a {display: block;}
#topmenu li {float: left;line-height:25px; background-image:url(images/barramenua.jpg);background-repeat: no-repeat;border-right:1px solid #dedbd1;border-left:1px solid #dedbd1;}
#topmenu li:hover, #topmenu li.sfhover, #topmenu li ul li.sfhover{background-image:url(images/barramenua3.jpg);background-repeat: no-repeat;}
#topmenu li ul {position: absolute;width: 15em;left: -999em;padding-top:1px;}
#topmenu li:hover ul, #topmenu li.sfhover ul{left: auto;z-index:1000; }
#topmenu li ul li {background-image:url(images/barramenua.jpg);border-bottom:1px solid #dedbd1; border-left:1px solid #dedbd1; border-right:1px solid #dedbd1; line-height:25px; width:11em;}

#topmenu ul li.primero {border-left:0px;}
#topmenu ul li.ultimo {border-right:0px; }


/*fin menu desplegable*/


/*Tabla actuaciones*/
#actuaciones{
	padding: 0 60px;
	text-align:center;
	
}
#actuaciones td{
	font-size:76%;
	text-align:center;
}

/*partaideak*/
#partaideak{
	background-image:url(images/partaideak.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:550px;
	margin-left:90px;
	font-family:Comic Sans MS, Bradley Hand ITC;
	font-size:120%;
	text-align:center;
	font-weight:bold;
}

#eneko{
	width:120px;
	height:160px;
	margin-left:50px;
	float:left;
	cursor:pointer;
	*margin-left: 25px;
}

#enekoText{
	visibility:hidden;
	margin-top:145px;
	margin-left:5px;
}

#goizane{
	width:120px;
	height:160px;	
	float:left;
	cursor:pointer;
}

#goizaneText{
	visibility:hidden;
	margin-top:145px;
	margin-left:5px;
}

#araitz{
	width:130px;
	height:160px;
	float:left;
	cursor:pointer;
}

#araitzText{
	visibility:hidden;
	margin-top:145px;
	margin-left:5px;
}

#mj{
	width:140px;
	height:80px;
	float:left;
	cursor:pointer;
}

#mjText{
	visibility:hidden;
	margin-top:10px;
	margin-left:5px;
}

#diana{
	width:140px;
	height:80px;
	float:left;
	cursor:pointer;
}

#dianaText{
	visibility:hidden;
	margin-top:65px;
	margin-left:5px;
}

#arantxi{
	width:70px;
	height:160px;
	margin-left:100px;
	margin-top:30px;
	float:left;
	cursor:pointer;
	*margin-left:30px;
	*margin-top:20px;
	*width:80px;
}

#arantxiText{
	visibility:hidden;
	
	margin-left:-50px;
	*margin-left:0px;
}

#eneritz{
	width:90px;
	height:160px;	
	margin-top:30px;
	float:left;
	cursor:pointer;
	*margin-top:20px;
}

#eneritzText{
	visibility:hidden;
	margin-top:150px;
	margin-left:10px;
}

#letraR{
	width:140px;
	height:80px;
	margin-top:30px;
	float:left;
	*margin-top:10px;
}

#iera{
	width:140px;
	height:70px;
	float:left;
	cursor:pointer;
	*height:80px;
	*margin-top:0px;
}

#ieraText{
	visibility:hidden;
	margin-top:-15px;
	margin-left:5px;
	*margin-top:0px;
}

#nago{
	width:140px;
	height:90px;
	float:left;
	cursor:pointer;
}

#nagoText{
	visibility:hidden;
	margin-top:80px;
	margin-left:5px;
}

#ernesto{
	width:140px;
	height:160px;
	margin-top:30px;
	float:left;
	cursor:pointer;
	*margin-top:20px;
}

#ernestoText{
	visibility:hidden;
	margin-top:150px;
	margin-left:-35px;
	
}

#eguz{
	width:140px;
	height:190px;
	margin-left:70px;
	float:left;
	cursor:pointer;
	*height:180px;
	*margin-left:35px;
}

#eguzText{
	visibility:hidden;
	margin-top:180px;
	*margin-top:170px;
	margin-left:10px;
	
}

#eva{
	width:110px;
	height:160px;
	margin-top:30px;
	float:left;
	cursor:pointer;
	*margin-top:20px;
}

#evaText{
	visibility:hidden;
	margin-top:150px;
	margin-left:0px;
}

#raul{
	width:120px;
	height:160px;
	margin-top:30px;
	float:left;
	cursor:pointer;
	*margin-top:20px;
}

#raulText{
	visibility:hidden;
	margin-top:150px;
	margin-left:0px;
}

#vicky{
	width:120px;
	height:160px;
	margin-top:30px;
	float:left;
	cursor:pointer;
	*margin-top:20px;
}

#vickyText{
	visibility:hidden;
	margin-top:150px;
	margin-left:0px;

}
/*partaideak*/

/*agenda*/
#agenda {
	margin-left: 50px;
	height:400px;
	width: 700px;
	overflow-y: scroll;
	background-image: url(images/foto_logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#agenda .titulo{
	font-weight:bold; 
	background: url(images/barramenu.jpg);
}

#agenda table{
	width: 675px;
}

#agenda td{
	font-size:13px;
	text-align:center;
	font-weight:500;
	height: 35px;
}

#agenda a {    
   padding: 2px;
   color: #FFFF00;
   font-weight:bold;
   font-size:12px;
   text-align:center;
}
/*agenda*/

/*pertsonaiak*/
#pertsonaiak {
	margin-left: 40px;
	width: 700px;
	font-size:13.5px;
}

#pertsonaiak  td{
	text-align:center;
	font-size:13.5px;
	font-family: Comic Sans MS, Bradley Hand ITC;
	padding:10px;
}
/*pertsonaiak*/

/*sinopsia, historia, beste batzuk*/
#textuak {
	margin-left: 70px;
	margin-top:20px;
	width:650px;
	font-size:13.5px;
}

#textuak td{
	margin-left: 70px;
	margin-top:20px;
	width:650px;
	font-size:13.5px;
	text-align: center;
}
/*sinopsia, historia, beste batzuk*/

#sinopsia {
	margin-left: 70px;
	margin-top:20px;
	width:650px;
	background-image: url(images/SugaarIzaro1.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;

}
#sinopsia td{ 
	text-align:center;
	font-size:13.5px;
}

/*kontaktua*/
#kontaktua {
	margin-left: 70px;
	margin-top:20px;
	width:650px;
	font-size:13.5px;
}
/*kontaktua*/

/*datuteknikoak*/
#datuteknikoak{
	margin-left: 70px;
	margin-top:20px;
	width:650px;

}
#datuteknikoak td{ 
	margin-left: 70px;
	margin-top:20px;
	font-size:13.5px;
}
/*datuteknikoak*/

/*galeria/
/*tamaņo de las fotos: 500x355  -- Programa VSO Image Resizer*/
#gallerycontainer{
	margin-left:30px;
	*margin-left:0px;
	height:650px;
	text-align:center;
}

#gallerycontainer a.texto{
	color:yellow;
	font-weight:bold;
	font-size:14px;
}


#fotoMostrar{
	background-color:#51FF79;
	padding:7px;
	float:left;
	margin-top:20px;
	/*para primera foto en vertical*/
	margin-left:165px;
	*margin-left:90;
	text-align:center;
	color:black;
	font-size:13px;
}

.thumbnail img{
	border: 2px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;

}

.thumbnail:hover img{

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
/*background-color: lightyellow;*/
padding: 5px;
left: -1000px;
/*border: 1px dashed gray;*/
visibility: hidden;
color: black;
text-decoration: none;
}

img.vertical{
	width:66px;
	height:90px; 
	border:0; 
	padding:3px;
}
img.horizontal{
	height:66px;
	width:90px; 
	border:0; 
	padding:3px;
}


#gallerycontainer a.enlaceboton {    font-family: verdana, arial, sans-serif;
   padding: 2px;
   background-color: #ffffcc;
   color: #632F19;
   text-decoration: none;
   font-weight:bold;
   font-size:14px;
}
#gallerycontainer a.enlaceboton:link,
#gallerycontainer a.enlaceboton:visited {
   border-top: 1px solid #cccccc;
   border-bottom: 2px solid #666666;
   border-left: 1px solid #cccccc;
   border-right: 2px solid #666666;
}
#gallerycontainer a.enlaceboton:hover {
   border-bottom: 1px solid #cccccc;
   border-top: 2px solid #666666;
   border-right: 1px solid #cccccc;
   border-left: 2px solid #666666;
} 
/*galeria*/

/*bideoak*/
#bideoak{
	z-index: 0;
	width:500px;
	margin-left: 90px;
}
/*bideoak*/

/*loturak*/
#loturak{
	text-align:center;
	font-weight:bold;
	font-size: 13px;
}

#loturak a{
	color:yellow;
	text-decoration:none;
	font-size: 14px;
}
/*loturak*/

/*gernika*/
#gernika{
	background-image:url(images/gernika.jpg);
	background-repeat:no-repeat;
	width:650px;
	height:350px;
	margin-left:65px;
}
/*gernika*/

/*index*/
#index td{
	font-size:11px;
}
/*index*/