@charset "UTF-8";
/* CSS Document */

/*Propiedades del TEXTO de los MENUS*/

ul.menuc {
	color:#000000;
	margin:0;
	padding:0.4em;
	list-style:none;
	font-family: black "Frutiger 45 Light", "Frutiger LT std 45 Light", Arial;
	font-size: 1em;
}
ul.menuc li {
	border-bottom:1px dotted #666666;
	padding:0.3em;
	text-indent: -7px;	
	line-height: 1em;
}
ul.menuc li a:link {
	text-decoration:none;
	color:#666666;
	text-indent: -7px;
}
ul.menuc li a:visited {
	text-decoration:none;
	color:#333333;
	text-indent: -7px;
}
ul.menuc li a:hover {
	text-decoration:none;
	color:#ffffff;
	text-indent: -7px;
}	
	
/* MENU GRANATE*/
	.menugranate {
	/*background-image:url(../imagenes/menucolores/fnd_menu_grana.png);*/
	background-position:bottom;
	background-repeat:no-repeat;
	margin:10px 14px 10px 10px;
	position:relative;
	float:left;
	width:190px;
	height:18em;
	background-color:#ffc8c8;
	overflow:visible;
	border-radius:8px; /*propiedad CSS3-En espera a que los navegadores la apliquen*/
	-ms-border-radius:8px; /*para IE8.0*/
	-moz-border-radius:8px; /*para FireFox y Netscape 7.1*/
	-webkit-border-radius:8px; /*para WebKit y Safari*/
	-khtml-border-radius:8px; /*para Konqueror*/
	}
.bot_menugranate {
	position:relative;
	width:180px;
	height:auto;
	margin:5px;
	}
#titulogranate {background-image:url(../imagenes/menucolores/tit_menu_grana.jpg);height:28px;width:190px;}
#titulogranate_e {background-image:url(../imagenes/menucolores/tit_menu_grana_e.jpg);height:28px;width:190px;}
#titulogranate_i {background-image:url(../imagenes/menucolores/tit_menu_grana_i.jpg);height:28px;width:190px;}

/* MENU AMARILLO*/
	.menuamarillo {
	/*background-image:url(../imagenes/menucolores/fnd_menu_amari.png);*/
	background-position:bottom;
	background-repeat:no-repeat;
	margin:10px 14px 10px 10px;
	position:relative;
	float:left;
	width:190px;
	height:18em;
	background-color:#ffe69c;
	overflow:visible;
	border-radius:8px; /*propiedad CSS3-En espera a que los navegadores la apliquen*/
	-ms-border-radius:8px; /*para IE8.0*/
	-moz-border-radius:8px; /*para FireFox y Netscape 7.1*/
	-webkit-border-radius:8px; /*para WebKit y Safari*/
	-khtml-border-radius:8px; /*para Konqueror*/
	}
.bot_menuamarillo {
	position:relative;
	width:180px;
	height:auto;
	margin:5px;
	}
#tituloamarillo {background-image:url(../imagenes/menucolores/tit_menu_amari.jpg);height:28px;width:190px;}
#tituloamarillo_e {background-image:url(../imagenes/menucolores/tit_menu_amari_e.jpg);height:28px;width:190px;}
#tituloamarillo_i {background-image:url(../imagenes/menucolores/tit_menu_amari_i.jpg);height:28px;width:190px;}

/* MENU NEGRO*/
	.menunegro {
	/*background-image:url(../imagenes/menucolores/fnd_menu_negro.png);*/
	background-position:bottom;
	background-repeat:no-repeat;
	margin:10px;
	position:relative;
	float:left;
	width:190px;
	height:16em;
	background-color:#000000;
	overflow:visible;
	border-radius:8px; /*propiedad CSS3-En espera a que los navegadores la apliquen*/
	-ms-border-radius:8px; /*para IE8.0*/
	-moz-border-radius:8px; /*para FireFox y Netscape 7.1*/
	-webkit-border-radius:8px; /*para WebKit y Safari*/
	-khtml-border-radius:8px;
	vertical-align: middle;
	}
.bot_menunegro {
	position:relative;
	width:180px;
	height:auto;
	margin:5px;
	}
#titulonegro {background-image:url(../imagenes/menucolores/tit_menu_negro.jpg);height:28px;width:190px;}
	/*No hay titulonegro para ingles ni euskera, se ha suprimido la serie negra y las imagenes de fondo están sin hacer*/
	
.imgcentro {
	margin:auto;
	vertical-align:middle;}
	
/* MENU VERDE*/
	.menuverde {
	/*background-image:url(../imagenes/menucolores/fnd_menu_verde.png);*/
	background-position:bottom;
	background-repeat:no-repeat;
	margin:10px 14px 10px 10px;
	position:relative;
	float:left;
	width:190px;
	height:28em;
	background-color:#aadc8c;
	overflow:visible;
	border-radius:8px; /*propiedad CSS3-En espera a que los navegadores la apliquen*/
	-ms-border-radius:8px; /*para IE8.0*/
	-moz-border-radius:8px; /*para FireFox y Netscape 7.1*/
	-webkit-border-radius:8px; /*para WebKit y Safari*/
	-khtml-border-radius:8px; /*para Konqueror*/
}
.bot_menuverde {
	position:relative;
	width:180px;
	height:auto;
	margin:5px;
}
#tituloverde {background-image:url(../imagenes/menucolores/tit_menu_verde.jpg);height:28px;width:190px;}
#tituloverde_e {background-image:url(../imagenes/menucolores/tit_menu_verde_e.jpg);height:28px;width:190px;}
#tituloverde_i {background-image:url(../imagenes/menucolores/tit_menu_verde_i.jpg);height:28px;width:190px;}

/* MENU AZUL*/
	.menuazul {
	/*background-image:url(../imagenes/menucolores/fnd_menu_azul.png);*/
	background-position:bottom;
	background-repeat:no-repeat;
	margin:10px 14px 10px 10px;
	position:relative;
	float:left;
	width:190px;
	height:28em;
	background-color:#a0c8e1;
	overflow:visible;
	border-radius:8px; /*propiedad CSS3-En espera a que los navegadores la apliquen*/
	-ms-border-radius:8px; /*para IE8.0*/
	-moz-border-radius:8px; /*para FireFox y Netscape 7.1*/
	-webkit-border-radius:8px; /*para WebKit y Safari*/
	-khtml-border-radius:8px; /*para Konqueror*/
}
.bot_menuazul {
	position:relative;
	width:180px;
	height:auto;
	margin:5px;
}
#tituloazul {background-image:url(../imagenes/menucolores/tit_menu_azul.jpg);height:28px;width:190px;}
#tituloazul_e {background-image:url(../imagenes/menucolores/tit_menu_azul_e.jpg);height:28px;width:190px;}
#tituloazul_i {background-image:url(../imagenes/menucolores/tit_menu_azul_i.jpg);height:28px;width:190px;}

/* MENU GRIS*/
	.menugris {
	/*background-image:url(../imagenes/menucolores/fnd_menu_gris.png);*/
	background-position:bottom;
	background-repeat:no-repeat;
	margin:10px;
	position:relative;
	float:right;
	width:190px;
	height:30em;
	background-color:#e3ddd5;
	overflow:visible;
	border-radius:8px; /*propiedad CSS3-En espera a que los navegadores la apliquen*/
	-ms-border-radius:8px; /*para IE8.0*/
	-moz-border-radius:8px; /*para FireFox y Netscape 7.1*/
	-webkit-border-radius:8px; /*para WebKit y Safari*/
	-khtml-border-radius:8px; /*para Konqueror*/
}
.bot_menugris {
	position:relative;
	width:180px;
	height:auto;
	margin:5px;
}
#titulogris {background-image:url(../imagenes/menucolores/tit_menu_gris.jpg);height:28px;width:190px;}
#titulogris_e {background-image:url(../imagenes/menucolores/tit_menu_gris_e.jpg);height:28px;width:190px;}
#titulogris_i {background-image:url(../imagenes/menucolores/tit_menu_gris_i.jpg);height:28px;width:190px;}

	
/*MENU DISTRIBUIDORES, REVISTAS...*/
#distribuidor, #revistas, #info {
	margin:10px;
	position:relative;
	float:left;
	width:190px;
	height:5em;
	background-color:#ffc8c8;
	overflow:visible;
	border-radius:8px; /*propiedad CSS3-En espera a que los navegadores la apliquen*/
	-ms-border-radius:8px; /*para IE8.0*/
	-moz-border-radius:8px; /*para FireFox y Netscape 7.1*/
	-webkit-border-radius:8px; /*para WebKit y Safari*/
	-khtml-border-radius:8px; /*para Konqueror*/
	}
/*MENU CALIDAD*/
#calidad {vertical-align:baseline;
			padding-bottom:5px;
			padding-top:5px;}
#aenor {float:left;
		text-align:right;
		width:80px;
		padding-top:10px;
		vertical-align:baseline;}
#iqnet {float: right;
		text-align:left;
		width:90px;
		padding-top:20px;
		vertical-align:baseline;}
#referencia {padding:5px;
		color:#000;
		text-align:center;
		}
.texto_calidad {
		color: #000;
		padding-left:5px;
		}
/* MENU CATALOGOS */
#catalogospdf {
		padding-top:7px;
		padding-bottom:7px;
		border-bottom:1px dotted #0087e6;
		border-top:1px dotted #0087e6;
		margin-top:5px;
		margin-bottom:10px;
		font-size:0.9em;
		}
#catalogo_cast {float:left; width:87px;}
#catalogo_eusk {float:right; width:87px;}

/* MENU REVISTASFLASH */
#revistasflash {
	text-align:center;
/*	margin-bottom:10px;*/
	}
#revistas_2009, #revistas_2010 {
	text-align:center;
	margin-bottom:10px;
	}

#titulo_revistas_2009, #titulo_revistas_2010 {
	width:175px;
	height:10px;
	padding-left:5px;
	padding-top:5px;
	margin-top:15px;
	margin-bottom:5px;
	background-color:#A4C8DE;
	vertical-align:bottom;
	color:#FFF;
	font-size:1.1em;
	letter-spacing:0.5em;}

#openaccess {margin-bottom:10px;}
