.accesos {
	background: transparent none repeat scroll 0 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	width: 95%;
}

.contenido {
	border-style: solid;
	border-width: 0 1px;
	display: block;
	height: auto;
	font-size: 1em;
}

.accesos .titulo,.informacion h2,.participacion h2,.cartas h2,.fondo h2 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0 10px 5px;
}

.contenido ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.contenido ul li,.contenidobiblio ul li {
	background: transparent url(../images/menu/fons_menu_main.gif) repeat-x scroll center top;
	border-top: 1px solid #DFD9D9;
	font-weight: bold;
	margin: 0;
	padding: 4px .4em;
}

#menuiz .seccion {
  font-family: arial, sans-serif;
  display:block;	
  padding: 0.3em 0.3em;
  color: #fff;
 
/*  OJO GENERAL,... */
  background: #2F598B;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 3px;
}

#menuiz .creditos {
  font-family: arial, sans-serif;
  display:block;	
  padding: 0.3em 0.3em;
  text-decoration: none;
  font-size: 0.85em;
  margin-bottom: 3px;
  text-align: center;
}

#menuiz ul ul a:hover
{
  color: #000;
/* OJO HOVER GENERAL,...; */
  background-color: #598BC8;
  text-decoration: none;
  font-weight: normal;
}

#menuiz a {
	font-weight: normal;
	text-decoration: none;
}

.contenido ul li a {
	background: transparent url(../images/menu/bullet.gif) no-repeat scroll 0 0.4em;
	padding: 0 0 0 0.6em;
	text-decoration: none;
}

.xtop,.xbottom {
	display: block;
	background: #EFEFEF;
}

.xb1 {
	margin: 0 5px;
}

.xb1,.xb2,.xb3,.xb4,.xb1b,.xb2b,.xb3b,.xb4b {
	display: block;
	overflow: hidden;
}

.xb1,.xb2,.xb3,.xb1b,.xb2b,.xb3b {
	height: 1px;
}

.xb2,.xb3,.xb4 {
}

.xb2b,.xb3b,.xb4b {
	background: #5689B6;
	border-left: 1px solid #5689B6;
	border-right: 1px solid #5689B6;
}

.xb1 {
	margin: 0 5px;
}

.xb1b {
	margin: 0 5px;
	background: #5689B6;
}

.xb2,.xb2b {
	margin: 0 3px;
	border-width: 0 2px;
}

.xb3,.xb3b {
	margin: 0 2px;
}

.xb4,.xb4b {
	height: 2px;
	margin: 0 1px;
}

.color_a {
	color: #FFFFFF;
}

.ComboIdioma {
	width: 150px;
	margin: 2px 10px 0px 0px;
	padding: 0px;
	border: 1px solid rgb(0,0,0);
	font: normal 1em Arial, Helvetica, sans-serif;
	background-color: #D3D3D3;
}

#inputIdioma {
	font: normal 1em Arial, Helvetica, sans-serif;	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: "Trebuchet MS", Arial;
	font-size: 1em;
	background-color: #ffffff;
	width: auto;
}

/* ------------------------------- */ 
/* Ajustes para pantallas de móvil */
/* ------------------------------- */

@media only screen and (max-width: 500px){
	#menuiz{
		display: flex;
		width: 100% !important;
		position: relative;
		font-size: 28px;
		box-sizing: border-box;
		text-align: center;
	}
	
	#menuiz ul{
		display: none;
		position: absolute;
		left: 10%;
		right: 10%;
	}
	
	#menuiz .accesos{
		background: aliceblue;
		border: 1px solid;
	}
	
	#menuiz ul a{
		font-size: 45px !important;
	}
	
	#menuiz ul li{
		background: aliceblue;
		border-top: 1px solid gray;
	}
	
	#menuiz div.titulo{
		min-height: 74px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	#menuiz ul li img{
		height: 35px;
		width: auto;
	}
	
	center{
		display: none;
	}
	
}