*{
	margin: 0;
	padding: 0;
}
* a img { border: none; }
body{
	font-size: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", arial, Helvetica, sans-serif;
	background-color: #f4f4f4;
}
#contenedor {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	padding: 0 3px 0 2px;
	background: #fff url(../img/layout/degradado.jpg) repeat-y top left;
	color: #000;
	font-size: 0.73em;
}

#cabecera {
	background: transparent url(../img/layout/cabecera.jpg) no-repeat top left;
	color: #fff;
	height: 182px;
}
	#cabecera ul#idiomas{
		margin: 0;
		padding: 0;
	}
	#cabecera ul#idiomas li {
		display: inline;
		float: right;
		padding: 0 10px;
		margin: 0;
		background-color: #fff;
		color: #000;
	}
	#cabecera ul#idiomas li a {
		background-color: #fff;
		color: #000;
	}
	#cabecera ul#idiomas li a:hover {
		background-color: #000;
		color: #fff;
	}

	#cabecera h1 {
		position: absolute;
		top: 0;
		width: 128px;
		/*position: relative;*/
		z-index: 1;
		margin-bottom: 1em;
		font-size: 0.7em;
	}
	#cabecera h1 a { 
		width: 178px;
		height: 178px;
		display: block;
		color: #000;
		background: transparent url(../img/layout/logo.png) no-repeat top left;
	}
	#cabecera h1 a span {
		position: absolute;
		z-index: -1;
		visibility: hidden;
	}
	
	#cabecera #menu {
		padding-top: 148px;
		font-size: 1.2em;
	}
	#cabecera #menu ul {
		height: 37px;
		background: transparent url(../img/layout/transparente.png) repeat top left;
	}
	#cabecera #menu ul li {
		display: inline;
		float: left;
	}
	#cabecera #menu ul li.izquierda {
		margin-left: 11em;
	}
	#cabecera #menu ul li a {
		display: block;
		float: left;
		padding: 0.8em 0.7em 0.7em 0.7em;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}

	#cabecera #menu ul li a:hover {
		background-color: #0087AC;
	}
	
	
#contenido {
	clear: both;
	margin: 1em;
	background-color: #fff;
	color: #000;
}
#contenido h2 {
	background-color: #0087AC;
    color: #fff;
    padding: 0.3em 0.5em 0.3em 0.5em;
    margin-bottom: 1em;
    font-size: 1.2em;
}
	#contenido #sidebar {
		float: left;
		width: 27.4%;
		padding: 1em;
	}
	
	#contenido #sidebar h3 { 
		width: 128px;
		position: relative;
		z-index: 1;
		margin-bottom: 1em;
		font-size: 0.7em;
	}
	#contenido #sidebar h3 a { 
		width: 200px;
		height: 150px;
		display: block;
		color: #000;
	}
	#contenido #sidebar h3 a span {
		position: absolute;
		z-index: -1;
	}
	#contenido #sidebar h3 a.jabier {
		background: url(../img/fotografias/artistas/jabier-muguruza/home.jpg) no-repeat;
	}
	#contenido #sidebar h3 a.benito {
		background: url(../img/fotografias/artistas/benito-lertxundi/home.jpg) no-repeat;
	}
	#contenido #sidebar h3 a.luar {
		background: url(../img/fotografias/artistas/luar-na-lubre/home.jpg) no-repeat;
	}
	#contenido #sidebar ul {
		margin-left: 2em;
	}
	#contenido #sidebar ul a {
		color: #0087AC;
	}
	#contenido #sidebar ul a:hover {
		text-decoration: none;
	}
	
	#contenido #informacion {
		float: right;
		width: 63%;
		padding: 1em;
	}
	#contenido #informacion p{
		margin-bottom: 1em;
	}
	#contenido #informacion address{
		margin-bottom: 1em;
		font-style: normal;
	}
	#contenido #informacion ul {
		margin: 2em;
	}
	#contenido #informacion h3 {
		color: #0087AC;
	}
	#contenido #informacion a {
		color: #0087AC;
	}
	#contenido #informacion a:hover {
		text-decoration: none;
	}
	#contenido #informacion .snippet {
		margin-bottom: 1.2em;
	}
	#contenido #informacion p.fecha {
		color: #888;
		font-size: 0.9em;
	}
	#contenido #informacion table {
		width: 100%;
		border-collapse: collapse;
	}
	#contenido #informacion table tr th {
		background-color: #91DCF6;
		padding: 0.6em;
	}
	#contenido #informacion table tr td {
		padding: 0.6em;
	}
	#contenido #informacion table tr.alternativo {
		background-color: #e3e3e3;
	}
	
	
#contenido hr {
	clear: both;
	visibility: hidden;
}
#pie {
	background-color: #f4f4f4;
	text-align: center;
	padding: 1em;
}

	
	
	