/* Menu */
#header_menu {
	height:40px;
	width: 980px;
	background: url(../../img/home3.png) no-repeat 0px -162px ;
	margin: 0 auto;
	padding: 0 10px 0 10px;
}

#header_menu_left {
	display: inline;
	height: 40px;
	/* width: 680px; */
	float: left;
	margin: 0;
	padding: 0;
}
#header_menu_right {
	position:relative;
	height: 40px;
	padding: 0;
	float: right;
	/* width: 300px; */
	text-align: right;
	margin: 0;
}
/* Items del Menu */
#menu_inicio a {margin: 0; padding: 0;display: block;float: left;height: 40px;width: 89px;background:url(menu/inicio.png) no-repeat left top;cursor:pointer;}
#menu_inicio em {display: none;}
#menu_inicio a:hover {background-position: 100% -40px;}

#menu_instituciones a {margin: 0; padding: 0;display: block;float: left;height: 40px;width: 230px;background:url(menu/instituciones.png) no-repeat left top;cursor:pointer;}
#menu_instituciones em {display: none;}
#menu_instituciones a:hover {background-position: 100% -40px;}

#menu_medios a {margin: 0; padding: 0;display: block;float: left;height: 40px;width: 98px;background:url(menu/medios.png) no-repeat left top;cursor:pointer;}
#menu_medios em {display: none;}
#menu_medios a:hover {background-position: 100% -40px;}

#menu_bolsa a {margin: 0; padding: 0;display: block;float: left;height: 40px;width: 163px;background:url(menu/bolsa.png) no-repeat left top;cursor:pointer;}
#menu_bolsa em {display: none;}
#menu_bolsa a:hover {background-position: 100% -40px;}

#menu_contacto a {margin: 0; padding: 0;display: block;float: left;height: 40px;width: 100px;background:url(menu/contacto.png) no-repeat left top;cursor:pointer;}
#menu_contacto em {display: none;}
#menu_contacto a:hover {background-position: 100% -40px;}

/* FrontPage Banner */
#frontpage_banner {
	width: 940px;
	height: 345px;
	margin: 0 0 20px 0;
	background: url(frontpage_banner.jpg) no-repeat;
}
#btn_frontpage_banner a {margin: 0; padding: 0;display: block;float: right;height: 31px;width: 110px;background:url(btn_mainbanner.png) no-repeat left top;cursor:pointer;}
#btn_frontpage_banner em {display: none;}
#btn_frontpage_banner a:hover {background-position: 100% -31px;}
/* FrontPage Banner2 */
#frontpage_banner2 {
	width: 940px;
	height: 345px;
	margin: 0 0 20px 0;
	background: url(frontpage_banner2.jpg) no-repeat;
}
/* Subtitulos Cabeceras */
#box_leftWB_noticias {
	width: 680px;
	height: 28px;
	background: url(stit_noticias.png) no-repeat;
}
#box_leftWB_barra {
	width: 680px;
	height: 28px;
	background: url(stit_barra.png) no-repeat;
}
#box_rightWB_login {
	width: 220px;
	height: 28px;
	background: url(stit_usuariosb2d.png) no-repeat;
}

#box_rightWB_colocaempresa {
	width: 220px;
	height: 28px;
	background: url(stit_colocaempresa.png) no-repeat;
}

#box_rightWB_encuesta {
	width: 220px;
	height: 28px;
	background: url(stit_encuesta.png) no-repeat;
}
#box_rightWB_enviar {
	width: 220px;
	height: 28px;
	background: url(stit_sidebar.png) no-repeat;
}

#box_rightWB_donaciones {
	width: 220px;
	height: 28px;
	background: url(stit_sidebar.png) no-repeat;
}

/*login*/
.div_textfield_login {
	background: url(bg_user.png) no-repeat;
}

.div_textfield_password {
	background: url(bg_password.png) no-repeat;
}

