/* Alambre Estudio Gráfico
   www.alambre.net
   //
   Estilos Musikagileak CSS+XHTML
   Estructura
   Marzo 2009
*/

/* fondo y general*/

body{
	background: #ffffff;
	color: #686657;
}

#wrap{
	text-align:left;
	width: 960px; 
	display: block;
	font: 11px/18px Verdana, Arial, sans-serif;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 29px;
}

#contenido{
	margin-bottom: 20px;
	}

#col_der{
	margin-bottom: -9px;
}

/* Columnas */

#col_izq{
	width: 635px;
	float: left;
}

#col_der{
	width: 315px;
	float: right;
}

/* Cabecera */

#cabecera{
	width: 960px;
	clear: both;
}

h1{
	margin-bottom: 20px;
	}

.claims{
	clear: left;
	font-size: 10px;
	line-height: 11px;
	color: #210100;
	clear:left;
	margin-bottom: 20px;
	}

	.claims ul{
	float: none;
	clear: left;
}

	.claims ul li{
	list-style-type: none;
	float: left;
	margin-right: 10px;
	border-right: 1px solid #210100;
	padding-right: 10px;
}

	.claims ul li a{
	color: #210100;
}

	.claims ul li a:hover{
	color: #9E462A;
	text-decoration: none;
}

	.claims ul li.ult{
	margin-right: 10px;
	border-right: none;
}


/* Pie */

#pie{
	width: 960px;
	clear: both;
	margin-top: 9px;
	border-top: 1px solid #ECECE7;
	font-size: 10px;
	line-height: 11px;
}

#pie div{
	margin-top: 5px;
}

	#idiomas{
		float: left;
	}

	#idiomas ul{
		float: none;
		clear: left;
	}

	#idiomas ul li{
		list-style-type: none;
		float: left;
		margin-right: 10px;
	}
	
	#copy{
		float: right;
	}

	#copy h5{
		font-size: 10px;
		line-height: 11px;
	}

	#copy .sep{
		margin-left: 5px;
		margin-right: 5px;
	}

/* menu */

#menu{
	width: 315px;
	margin-bottom: 9px;
	background: #F3F3ED url(../img/general/fondo_seccion_top.gif) repeat-x;
}

	#menu ul{
	padding-top: 3px;
	padding-bottom: 4px;
	margin-left: 20px;
	line-height: 1px;
}

	#menu ul li{
	margin-bottom: 8px;
	margin-top: 0px;
}

	#menu ul li.st{
	margin-bottom: 0px;
}

/* Columnas */

#col_izq{
	width: 635px;
	float: left;
}

#col_der{
	width: 315px;
	float: right;
}


/* Enlaces */
a{
color: #9E462A;
text-decoration:none;
}

a:link, a:visited {
	color: #9E462A;
}

a:hover, a.sel {
	color: #9E462A;
	text-decoration: underline;
}

a:active{
	color: #9E462A;
	text-decoration: underline;
}