/* CSS Document */

/* ELEMENTOS GENERALES DE LA PÁGINA */
body {
	background-color: #FFF;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.6em;
	color: #535353;
	margin: 0;
	padding: 0;
	text-align: right;
}
body, input, select {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
p, ul, li, dl, dt, dd, form, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul, li, dl {
	list-style: none;
}
.print {
	display: none;
}
.segundonivel {
	display: none;
}
img {
	border:0;
	}

/* APOYO A LOS LECTORES DE TEXTO */
.ayuda {
	position: absolute;
	left: -1000px;
	width: 1px;
	font-size: 1px;
	line-height: 1%;
}
a.ayuda:active {
	position: static;
	width: auto;
	height: auto;
}


/* SECCION: COLORES FONDO SECCION */

body.intro {
	background-color: #EB9C00;
	}
body.servicios {
	background-color: #62A9E8;
	}
body.hacediferentes {
	background-color: #0087FF;
	}
body.casosexito {
	background-color: #9FB5C8;
	}
body.zosmagazine {
	background-color: #D1761A;
	}
body.empleo {
	background-color: #EB9C00;
	}


/* SECCION : GENERAL */
#web {
	text-align: left;
	width: 945px;
	/*float: right; Para poner la web a la derecha de la pantalla*/
	margin: 0 auto; /*Añadido para centrar la página*/
	}
	


	
/*Nabigazio menua*/
#menu {
	position: relative;
	height: 120px;
	}
#menu-navega{
	position: absolute;
	min-height: 25px;
	bottom:0;
}
#menu-navega ul{
	width: 830px;
}
#menu-navega ul li {
	position:relative;
	float: left;
	width: auto;
	z-index: 10000;
	background: url(../images/men_separador.gif) right 0.2em no-repeat;
	padding-right: 5px;
}
#menu-navega ul li.ultimo {
	background: none;
	}
#menu-navega ul li ul li {
	background: none;
	}
table {
	position:absolute;
	bottom:0;
	left:0;
}
#menu-navega a, #menu-navega a:visited {
	display:block; 
	text-decoration:none;
	height:25px;
	line-height:20px;
	padding: 0 5px 0 0;
	width: auto;
	color:#FFF;
	text-indent:5px;
	margin: 0 1px;
	float: left;
}
#menu-navega table.intro a, #menu-navega table.intro a:visited{
	width:110px;
}
#menu-navega table.servicio a, #menu-navega table.servicio a:visited{
	width:110px;
}
#menu-navega table.diferentes a, #menu-navega table.diferentes a:visited{
	width:230px;
}
#menu-navega table.contacto a, #menu-navega table.contacto a:visited{
	width: 70px;
}
#menu-navega a:hover{
	color:#004D91; 
}
#menu-navega :hover > a{
	color:#004D91; 
}
#menu-navega ul ul {
	visibility:hidden;
	position:absolute;
	/*bottom: 20px;*/
	bottom: 25px;
	left:0; 
	width: auto;
}
#menu-navega ul :hover ul{
	visibility:visible;
}
#menu-navega ul ul.abierto {
	visibility: visible;
	}
#menu-navega ul ul.abierto li.seleccionado a {
	font-weight: bold;
	color: #004D91;
	cursor: text;
	}
#menu-navega ul li ul.submenu li a{
	height:17px !important;
	line-height:17px !important;
	}

#menu-navega ul li.separar {
	line-height: 0.4em;
	height: 7px;
	}

/*  SECCIÓN : PIE PAGINA */

#pie {
	width: 945px;
	text-align: center;
	font-size: 90%;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 4px 0;
	}
#pie a {
	color: #FFF;
	text-decoration: none;
	}
#pie a:hover {
	text-decoration: underline;
	color: #004D91;
	}
#pie .menupie {
	float: right;
	}
#pie ul li {
	display: inline;
	}
#pie ul li a {
	background: url(../images/css-ul-li-pie.gif) right 0.5em no-repeat;
	padding-right: 8px;
	color: #FFF;
	text-decoration: none;
	}
#pie ul li a:hover {
	color: #004D91;
	}
#pie ul li a.ultimo {
	background: none;
	}
#pie .innobasque {
	float: left;
	margin-left:8px;
	}
#pie img.mediaEdge {
	margin-top:5px;
	}
	
/* SECCION : CONTENIDO */
#contenido {
	position: relative;
	width: 935px;
	/*height: 394px;*/
	min-height: 394px;
	background-color:#FFFFFF;
	padding-right: 10px;
	}
#contenido .blanco {
	width: 600px;
	}	
#contenido .blanco_equipotrabajo {
	width: 475px;
	}	
#contenido .txt_izda {
	margin-left: 20px;
	margin-right: 70px;
	text-align: justify;
	}
#contenido .txt_grafico {
	margin-left: 20px;
	text-align: justify;
	}
#contenido .txt_izda425 {
	margin-left: 20px;
	width: 400px;	
	text-align: justify;
	}
	
/* SECCION : TITULOS */

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #004D91;
	padding: 23px 0 15px 0;
	}
h2.exito {
	font-size: 190%;
	color: #E09500;
	padding: 23px 0 8px 0;
	}
h2.titexito {
	padding-top: 5px;
	font-size: 160%;
	color: #004D91;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #E09500;
	padding: 5px 0;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #004D91;
	padding: 5px 0;
	}

/*  SECCION : APARTADO INTRODUCCION */

.foto_fnd_right{
	background: right 10px no-repeat;
	}
.foto_fnd_left {
	background: 0 10px no-repeat;
	}
.intro_destacado {
	position: absolute;
	width: 520px;
	background-color:#004D91;
	color: #FFF;
	padding: 0 10px;
	vertical-align: middle;
	bottom: 8px;
	}
	
.clearall {
	clear: right;
	height: 0.00001em;
	font-size: 0.00001em;
	}

.limpiar {
	clear:both;
	height: 0.00001em;
	font-size: 0.00001em;
	line-height:0.0001em;
	}
#contenido ul li {
	background: url(../images/css-ul-li.gif) left 0.8em no-repeat;
	padding-left: 10px;
	padding-bottom: 5px;
	 }

/* SECCIÓN : ORGANIZACIÓN */

.bot_grafico {
	float: right;
	margin-top: 10px; 
	background-color: #004D91;
	}
.bot_grafico a {
	display: block;
	background: url(../images/css-ul-li.gif) 0.8em 1.2em no-repeat;
	padding: 3px 15px 5px 20px; 
	font-weight: bold;
	color: #FFFFFF;
	}
.bot_grafico a:hover {
	background-color: #508FC6;
	}

/* SECCIÓN : EQUIPO TRABAJO */

.bot_grafico_equipotrabajo {
	position: absolute;
	bottom: 8px;
	left: 380px;
	background-color: #004D91;
	/*width:100px Anchura en IE*/
	}
.bot_grafico_equipotrabajo a {
	display: block;
	background: url(../images/css-ul-li.gif) 0.8em 1.2em no-repeat;
	padding: 3px 15px 5px 20px; 
	font-weight: bold;
	color: #FFFFFF;
	}
.bot_grafico_equipotrabajo a:hover {
	background-color: #508FC6;
	}
	
/* SECCION : LOCALIZACION */
#contenido .centrar {
	text-align: center;}

#contenido .localizacion {
	float: left;
	margin: 10px 0 0 8px;
	padding:0;
	background: #f7f7f7;
	height:376px;
	width: 303px;
	}
#contenido .todaDireccion {
	height:120px;
	}
#contenido .localizacion .ciudad {
	float: left;
	}
#contenido .localizacion .direccion {
	float: left ;
	margin: 20px 0 0 0;
	line-height: 1.2em;
	}
#contenido .localizacion ul.bilbao  {
	
	}
#contenido .localizacion ul.bilbao li {
	background: none;
	}
#contenido .localizacion ul li a {
	color: #EB9C00;
	}
#contenido .localizacion ul li a:hover {
	color: #004D91 
	}
a.google {
	display:block;
	background: url(../images/google.gif) left top no-repeat;
	color: #535353;
	font-weight: bold;
	padding: 5px 0 20px 90px;
	line-height:1.1em;
	}
a.google:hover {
	color: #EB9C00;
	}
	
/**** SECCION : CONOCIMIENTO GLOBAL Y LOCAL ********/

#contenido .Divdiferentes {
	float: right;
	width: 430px;
	}

#contenido .Divdiferentes a.spain {
	display: block;
	background: #F2F2F2 url(../images/css-mapa-spain.gif) 0 0 no-repeat;
	width: 97px;
	height: 69px;
	color: #000000;
	padding: 10px 0 0 10px;
	border: 1px solid #FFFFFF;
	}
#contenido .Divdiferentes a.spain:hover {
	text-decoration: none;
	color: #96AF0B;
	border: 1px solid #DFDFDF;
	}

#contenido .Divdiferentes a.mundo {
	display: block;
	background: #F2F2F2 url(../images/css-mapa-mundi.gif) 0 0 no-repeat;
	width: 97px;
	height: 69px;
	color: #000000;
	padding: 10px 0 0 10px;
	border: 1px solid #FFFFFF;
	}
#contenido .Divdiferentes a.mundo:hover {
	text-decoration: none;
	color: #96AF0B;
	border: 1px solid #DFDFDF;
	}
#contenido .Divconocimiento {
	 float:left;
	 width: 265px;
	 text-align:justify;
	 }
#contenido .mapas {
	float:right;
	width: 105px;
	margin-right: 20px;
	/*margin-right: 10px;*/
	}
#contenido .bordemapa {
	width: 423px; 
	border:1px solid #cccccc;
	}
#contenido .Divdiferentes div.cerrar {
	float: right;
	margin: 5px 5px 0 0;
	}
#contenido .Divdiferentes div.cerrar a {
	display: block;
	background: url(../images/bot-cerrar.gif) right no-repeat;
	color: #000000;
	padding-right: 25px;
	font-size: 90%;
	}
#contenido .Divdiferentes div.cerrar a:hover {
	background: url(../images/bot-cerrarR.gif) right no-repeat;
	color: #cccccc;
	}
	
#contenido .Divdiferentes ul.dir_mundo {
	}
#contenido .Divdiferentes ul.dir_mundo li {
	background: none;
	float: left;
	width: 49%;
	padding: 0 0 15px 0;
	font-weight: bold;
	color: #535353;
	}
#contenido .Divdiferentes ul.dir_mundo li span {
	color: #849C00; 
	}

/* SECCIÓN : CASOS DE EXITO */

#contenido .casosexito {
	margin: 0 0 0 20px;
	}
#contenido .casosexito .exito_left {
	float:left; 
	width: 380px; 
	height: 312px; 
	border-right: 1px solid #A8C2D9; 
	background:url(../images/efi.jpg) bottom right no-repeat; 
	padding-right: 20px;
	}
#contenido .casosexito .exito_right {
	float:left;
	width: 360px;
	height: 312px;
	border-right: 1px solid #A8C2D9;
	background:url(../images/soloro.jpg) bottom no-repeat;
	margin-left: 15px;
	}
.titulo {	
	font-weight: bold;
	font-size: 110%;
	color: #535353;
	margin-bottom: 10px;
	}
	
#contenido .newExito {
	background: url(../images/css-fnd-exito.gif) 0 0 no-repeat;
	height: 394px;
	padding-left:20px;
	}
#contenido .newExito li {
	margin-bottom: 7px;
	}
#contenido .newExito .exito_left {
	float:left; 
	width: 485px; 
	padding-right: 20px;
	background:url(../images/premio2009.gif) right bottom no-repeat;
	height:385px;
	}
#contenido .newExito .exito_left ul.txt {
	float:left;
	width:195px;
	margin-top: 15px;
	}
#contenido .newExito .exito_left ul.txt li{
	padding-right: 20px;
	}

#contenido .newExito .exito_left .fotoLeft {
	float: left;
	margin-top: 20px;
	}
#contenido .newExito .exito_right {
	background:url(../images/premio2.jpg) right bottom no-repeat;
	float:left;
	width: 315px;
	height: 385px;
	margin: 0 0 0 35px;
	}
#contenido .newExito .exito_right ul {
	width:240px;
	}
#contenido .newExito .otrospremios {
	position: absolute;
	right:0;
	top:120px;
	}
#contenido .newExito h3 {
	padding-top: 5px;
	font-size: 150%;
	color: #004D91;
	}
#contenido .newExito h2 {	
	font-size: 160%;
	color: #eb9c00;
	padding:0;
	margin:30px 0 5px 0;
	}
	
#contenido .newExito.anteriores {
	background: url(../images/css-fnd-exito-anteriores.gif) 445px 80px no-repeat;
	}	
	
#contenido .newExito.anteriores h2 {
	color:#EB9C00;
	font-size:160%;
	margin:30px 0 5px;
	padding:0;
}
#contenido .newExito.anteriores .anterior_left {
	margin-top:10px;
	background:url(../images/efi.gif) right bottom no-repeat;
	float:left; 
	width: 430px; 
	padding-bottom:30px;
	margin-right:20px;
	}
#contenido .newExito.anteriores .anterior_left ul {
	margin-right:180px;
	}
#contenido .newExito.anteriores .anterior_right {
	margin-top:10px;
	background:url(../images/soloro.gif) right bottom no-repeat;
	float:left; 
	width: 400px; 
	padding-bottom:60px;
	}
#contenido .newExito.anteriores .anterior_right ul {
	margin-right:180px;
	}

/*-----------------------------------------------------------estilos boletin*/
.txt_magazine { 
	margin: 20px 0 0 0; 
	float: left; 
	padding: 0 0 0 320px; 
	width: 480px;
	}
.txt_magazine h2 {
	margin-top: 0;
	padding-top: 0;
	}
.txt_magazine ul {
	margin-left: 30px;
	}
.txt_magazine ul li a {
	color: #535353;
	}
.txt_magazine ul li a:hover {
	color: #D1761A;
	}
body#boletin form{
	margin: 20px 0 0 30px;
}

body#boletin .info_datos {
	float: left;
	width: 300px;
	margin-top: 5px;
	}
	
body#boletin .info_errores {
	float: left;
	}
	
body#boletin div.filaform{
	clear: both;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
body#boletin div.filaform label{
	width: 62px;
	display: block;
	float: left;
	background: url(../images/css-ul-li.gif) 0 0.7em no-repeat;/*---cambia-*/
	padding-left: 8px;
	cursor: pointer;
}
body#boletin input.texto {
	border: 1px solid #858585;
	width: 200px;
	float: left;
}

body#boletin div.politicaprivacidad {
	clear: both;
	}
body#boletin div.politicaprivacidad label {
	cursor: pointer;
	}
body#boletin div.politicaprivacidad a {
	color: #000000;
	}
body#boletin div.politicaprivacidad a:hover {
	color: #004186;
	}
#botones{
	clear: both;
	height: 30px;
	margin: 20px 0 0  100px;
}
#botones input{
	margin-right: 10px;
}
#botones input.enviar {
	float: left;
	border: 1px solid #D1761A; 
	background-color:#FFFFFF;
	cursor: pointer; 
	padding: 1px 5px;
	font-size: 90%; 
	color: #D1761A;
	font-weight: bold;
	margin-bottom: 0;
	height: 20px;
	/*height: 20px;*/
	}
#botones input.enviar:hover {
	border: 1px solid #000000; 
	color: #000000;
	}
#botones a.borrar {
	float: left;
	border: 1px solid #D1761A; 
	/*background-color:#F0B579; */
	padding: 0 10px 2px 10px;
	font-size: 90%; 
	font-weight: bold;
	text-decoration: none;
	color: #D1761A;
	height: 16px;
	}
#botones a.borrar:hover {
	border: 1px solid #000000; 
	color: #000000;
	}
div#idiomas {
	float: left;
}
div#idiomas label {
	width: 62px;
	display: inline;
	float: none;
	background: none;
	padding-left: 0;
	cursor: pointer;
}
body#boletin div#errores{
	width: 330px;
	border: 1px solid #E80004;
	margin: 0 0 10px 0;
	clear: left;
	padding: 10px;
	line-height: 1.2em;
}
body#boletin div#errores p{
	color: #E80004;
	font-weight: bold;
	margin: 0 0 4px 0;
}
body#boletin div#errores ul{
	margin: 0 0 0 20px;
}
body#boletin div#errores li{
	background: url(../images/css-ul-li.gif) 0 0.4em no-repeat ;
	padding-left: 10px;
	color: Black;
	margin: 0;
	line-height: 1em;
}
body#boletin div#errores li strong{
	color: #E80004;
}
body#boletin input.error{
	background: #FBDBDC; 
	border: 1px solid #E80004;
}
textarea.error{
	background: #FBDBDC; 
	border: 1px solid #E80004;
	float: left;
	width: 300px;
}


.botones_dcha {
	float: right; 
	margin:20px 5px 0 0;
	}
.botones_dcha a {
	display: block;
	background: url(../images/css-ul-li.gif) 0.7em 1.3em no-repeat;
	color: #535353;
	background-color: #f2f2f2;
	padding: 10px 10px 10px 13px;
	font-weight: bold;
	line-height: 1.1em;
	border: 1px solid #FFF;
	}
.botones_dcha a:hover {
	border: 1px solid #DFDFDF;
	color: #D1761A;
	}
	
/*********** PAGINA DE INICIO *************/

body#index {
	text-align: center;
	}

#content_flash {
	width: 777px;
	margin: 50px  auto 0 auto;
	text-align: left;
	}
#content_flash ul.submenu_index {
	float: right;
	margin-top: 20px;
	list-style-type: none;
	border-top: 1px solid #B0C8DD;
	
	}
#content_flash ul.submenu_index li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/css-ul-li-pie.gif) right no-repeat;
	font-size: 90%;
	display: inline;
	color: #004D91;
	padding: 0 7px;
	}
#content_flash ul.submenu_index li.ultimo {	
	background: none;
	padding-right: 0;}
#content_flash ul.submenu_index li a {
	color: #004D91;
	text-decoration: none;
	}
#content_flash ul.submenu_index li a:hover {
	color: #FE860C;
	}


#menu-navega-index{
	/*position: absolute;
	min-height: 25px;
	bottom:0;*/
}
#menu-navega-index ul{
	margin: 10px 0;
}
#menu-navega-index ul li {
	display: inline;
	background: url(../images/men_separador.gif) left 0 no-repeat;
	padding: 0 5px 0 9px;
}

#menu-navega-index ul li a {
	text-decoration: none;
	}
#menu-navega-index ul li.primero {
	background: none;
	padding-left: 0;
	}
	
/*****  SECCIÓN : EMPLEO  *****/

body.empleo .txt_izda425 a {
	background: url(../images/css-ul-li.gif) 0 0.5em no-repeat;
	color: #535353;
	font-weight: bold;
	padding-left: 8px;
	}
body.empleo .txt_izda425 a:hover {
	color: #E09500;
	}

/****** POLITICA DE PRIVACIDAD ***********/

.txtpoliticaprivacidad {
	margin: 20px;
	text-align: left;
	padding: 10px 30px 30px 30px;
	background-color: #EB9C00;
	color:#000;
	}
.txtpoliticaprivacidad h1 {
	margin: 20px 0;
	font-size: 150%;
	color: #FFF;
	}
.txtpoliticaprivacidad p {
	margin: 0 0 25px 0;
	}
.txtpoliticaprivacidad a {
	color: #FFFFFF;
	}
.txtpoliticaprivacidad a:hover {
	color: #000000;}
	
	
/************ noticias *************/

.lista_noticias { 
	margin: 20px 0 0 320px; 
	float: left; 
	width: 500px;
	line-height: 1.4em;
	overflow: auto;
	height:364px;
	}
.noticia {
	margin-bottom: 25px;
	}
.noticia .foto {
	float: right;
	text-align: right;
	width:115px;
	margin:5px 15px 5px 20px;
	}
.noticia .tit_new {
	font-size: 130%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#304d91;
	}
.noticia .tit_new a {
	text-decoration: none;
	color:#304d91;
	}
.noticia .tit_new a:hover {
	color:#d1761a;}
	

.detalle_noticia { 
	margin: 20px 0 0 320px; 
	float: left; 
	width: 480px;
	line-height: 1.4em;
	overflow: auto;
	height:364px;
	padding-right: 20px;
	}
.detalle_noticia p {
	margin-bottom: 15px;
	}
.detalle_noticia .foto {
	float: right;
	text-align: right;
	margin:0 15px 10px 20px;
	}
.detalle_noticia .tit_new {
	font-size: 130%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#304d91;
	margin-bottom: 20px;
	}


a.volver {
background:#004D91 url(../images/css-ul-li.gif) no-repeat scroll 0.8em 1.2em;
color:#FFFFFF;
display:block;
font-weight:bold;
padding:6px 15px 8px 17px;
}
#contenedor_flash {
	position:absolute;
	right:10px;
	bottom:7px;
	background-color:#cccccc;
	padding:4px;
	}

