body {
	margin: 0px;
} 



form {margin:0px;}

#contenedor_cabecera {
	float:left;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	background: url("../imagenes/fondocabecerarojo.gif") repeat-x top left; 
	color: #FFFFFF;
}


#contenedor_cabecera a:link, #contenedor_cabecera a:visited, #contenedor_cabecera a:hover {
	text-decoration: none;
	color: #ffffff;
}


/* Logo */
/* ==== */

#contenedor_cabecera img {
	margin: 0px;
	border: none;
}

#imagen_logo_dipu_cabecera {
	width: 72px;
	border-right: 1px solid #FFFFFF;
	height: 21px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	background: url("../imagenes/logobizkaia_icono.gif") no-repeat top left;
	cursor: pointer; 
}

#imagen_logo_dipu_cabecera_imprimir {
	display: none;
}

/* Texto BFA-DFB */
/* ============= */

#texto_logo_dipu_cabecera {
	margin: 0px;
	padding: 0px 0px 0px 42px;
	float: left;
	margin-left: 31px;
}

#texto_logo_dipu_cabecera h1 {
	text-align: left;
	text-transform: uppercase;
	line-height: 2.2em;
	min-height: 24px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 0.95em;
	font-weight: bold;
	letter-spacing: -0.03em;
}

* html #texto_logo_dipu_cabecera h1 {
	line-height: 28px;
	margin-top: -4px;
}

#texto_logo_dipu_cabecera a:link,
#texto_logo_dipu_cabecera a:visited,
#texto_logo_dipu_cabecera a:hover {
	text-decoration: none;
}

/* opciones de la parte Derecha */
/* ============================ */

#opciones_cabecera {
	float: right;
	width: 500px;  
}


/* Formulario Buscar */
/* ================= */

#buscar {
	position: relative;
	float: right;
	margin-right:4px!important; /*Para mozilla*/
	margin-right:14px;
	margin-top: -1px!important;	/*Para mozilla*/
	margin-top: -1px;

}
#formulario_buscar {
}

#textBuscador {
	font-size:9px;
	border: 0px;
	color:#888888;
	margin-top: 0px!important;	/*Para mozilla*/
	margin-top: -20px;
}

#titulo_buscar {
	display: none;
}

#contenedor_boton_buscar {
	position: absolute;
	top: 2px;
	right: 2px;
}

#boton_buscar {
	text-align: center;
	width: 55px;
	border:0;
	height:21px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url("../imagenes/boton.gif") no-repeat top left;
	
}

* html #boton_buscar {
	margin: 1px 0px 2px 0px;
}

/* PARA LA ZONA DE IDIOMAS */
/* ======================= */
#idiomas {
	float: right;
	width:110px;
	min-height: 16px;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	margin-top: 0px!important;	/*Para mozilla*/
	margin-top: -1px;
}

* html #idiomas {
	padding-top: 2px;
}

#tit_idiomas {
	display: none;
}

#idiomas a:link, #idiomas a:visited {
	text-decoration: none;
}

#idiomas a:hover {
	text-decoration: underline;
}

#idioma_izq, #idioma_dch {
	text-align: center;
	font-size: 9px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

* html #idioma_izq,* html #idioma_dch {
	line-height: 17px;
	font-size:9px;
}

#idioma_izq {
	right: 49%;
	width: 50%;
	float: left;
	font-size:9px;
}

#idioma_dch {
	float: right;
	width: 49%;
	padding: 0;
	font-size:9px;
}

#contacto {
	float: right;
	min-height: 19px;	
	line-height: 19px;
	text-align: center;
	font-size:9px;
	margin:0px;
	padding-top:1px;
	padding: 0px 2px;
	background: url("../imagenes/contacto.gif") repeat-x top left;
}

* html body #contacto {
	line-height: 19px;
}

#contacto a:link, #contacto a:visited {
	text-decoration: none;
}

#contacto a:hover {
	text-decoration: underline;
}

#contiene_boton_salir {
	position: absolute;
	top:15px;
	right:15px;
}

.boton_salir, .boton_salir a, .boton_salir a:visited {
	width: 53px;
	height:16px;
	text-align: center;
	background: transparent url(./boton.jpg) no-repeat top left; 
	color:#000;
	font-weight: normal;
	text-decoration: none;	
}	

.boton_salir a:hover {
	color:#666;
	font-weight: normal;
	text-decoration: none;	
}