@charset "utf-8";
/* CSS Document */
	body {
		margin:0;
		font-size:62.5%;
		padding:0;
		overflow-x:hidden;
		background:#fff url(../imagenes/loading.gif) no-repeat;
		background-position: 60% 22%;
		font-family:Arial, Helvetica, sans-serif;
	} 
	h2 {
		font-size:14px;
	}
	p {
		margin:5px 0 5px 0;
	}
	img {
		border:0;
	}
	.fondo {
		width:1024px;
		height:680px;
		margin:0 auto;
		background:url(../imagenes/portada.jpg) no-repeat;
	}
	.contenedor {
		width:960px;
		height:680px;
		overflow:hidden;
		margin:0 auto;
	}
	.barra_superior {
		background:#737373;
		width:1024px;
		height:20px;
	}
	.barra_menu {
		background:#f3f2f1;
		margin-left:20px;
		width:200px;
		height:660px;
		float:left;
	}
	.menu {
		border-top:#9d9d9d 3px solid;
		border-bottom:#9d9d9d 3px solid;
		margin-top:10px;
		background:#cecbc6;
	}
	.listado {
		list-style:none;
		margin:0;
		padding:0 0 0 20px;
		font-size:10px;
	}
	.listado a:hover {
		color:#666666;
	}
	.idiomas {
		background:#c1beb7;
		height:15px;
		margin-top:15px;
		padding-left:15px;
		padding-top:2px;
		color:#FFFFFF;
	}
	.rayas {
		height:250px;
		background:#fff url(../imagenes/rayitas.jpg) repeat-y;
		border-right:#cecbc6 1px dashed;
	}
	.contenido {
		width:740px;
		height:355px;
		/*overflow:auto;*/
		/*overflow:hidden;*/
		/*float:left;*/
		background:#f3f2f1;
		color:#666666;
		/*margin-top:10px;*/
		display:none;
		position:relative;
		top:-355px;
		left:220px;
		/*border-top:#9d9d9d 3px solid;
		border-bottom:#9d9d9d 3px solid;
		border-right:#9d9d9d 3px solid;*/
	}
	/*.bolita {
		width:24px;
		height:24px;
		background:transparent url(../imagenes/bolita.png) no-repeat;
		float:right;
		margin-top:5px;
		margin-right:5px;
	}*/
	.tira_imagenes {
		 margin-top:20px;
		 background:#e0dfdb;
		 width:698px;
	}
	.tira_imagenes_beni {
		float:left;
	}
	.tira_imagenes_bcn {
		float:left;
		display:none;
	}
	.tira_imagenes_sk {
		float:left;
		display:none;
	}
	.mapa_beni {
		float:right;
	}
	.mapa_bcn {
		float:right;
		display:none;
	}
	.mapa_sk {
		float:right;
		display:none;
	}
	.cierre {
		margin-top:-25px;
		float:right;
		color:#c0122b;
		cursor:pointer;
		font-weight:bold;
		font-size:11px;
	}
	.bolita {
		width:50px;
		height:24px;
		background:transparent url(../imagenes/bolita.png) right no-repeat;
		float:right;
		margin-left:-5px;
		margin-top:-10px;
		padding-right:25px;
		padding-top:5px;
		/*margin-top:272px;*/
		/*display:none;*/
	}
	a.localizacion {
		color:#666666;
		text-decoration:none;
		font-weight:bold;
	}
	a:hover.localizacion {
		text-decoration:none;
		color:#c0122b;
		font-weight:bold;
	}
	.selected {
		text-decoration:none;
		color:#c0122b;
		font-weight:bold;
	}
	
