.TEXTOMENU {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-decoration: none;

}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 19px;


}
.txtizquierda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover.txtizquierda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ff0066;
	text-decoration: none;
}
.gris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	letter-spacing: 5px;

}
.enlace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	text-decoration: underline;
	letter-spacing: 1px;
	text-align: justify;
	font-weight:bold;

}
a:hover.enlace  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cc0000;
	text-decoration: underline;
	letter-spacing: 1px;
	text-align: justify;
	font-weight:bold;

}
.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
	background-image: url(images/fondoboton.gif);
	letter-spacing: 1px;
	border: 1px solid #666666;
}
.txtminimo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #0099cc;
	text-decoration: none;
}
.texto1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: justify;
	line-height: normal;
}
.tablaeuskotek {
	background-color: efefef;
	border: 1px solid #CCCCCC;
		padding: 4px;
}
.enlaceeuskotek {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: justify;
	font-weight: normal;

}
.euskotekimag{
margin:0px;
border: 1px solid #999;
}
/************************ MENU EUSKOTEK************************/
.menuhorizontal{
margin: 0;
padding: 0;
border-bottom: 1px solid #FFFFFF;
float:right;
background-color:#CCCCCC;

}

#navcontainer { /* none needed */ }

ul#navlist
{
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;

}

ul#navlist li
{
float: left;
font-family: verdana, arial, sans-serif;
font-size: 10px;
font-weight: bold;
margin: 0;
padding: 0;
background-color: #ccc;
list-style-type: none;


}

#navlist a, #navlist a:link
{
margin: 0;
padding: 5px;
color: #666;
border-left: 2px solid #ffffff;
text-decoration: none;

}

ul#navlist li#active
{
color: #fff;
background-color: #CC0000;
background-image: url(imagenes/cabecera/fondo_azul.gif);
background-repeat:repeat-x;
background-position:top;
margin: 0;
padding: 0px 5px;
border-left: 2px solid #ffffff;
}

#navlist a:hover
{
color: #666666;
background-color: #aaa;
}