body {
	margin: 0px;
	background-image: url(../images/fondo.jpg);
	font-family:"Trebuchet MS";
	font-size:.9em;
	line-height:1.4em;
	color:#FFFFFF;
}
a:link {
	/*font-weight: bold;*/
	color:#FFCC00;
	text-decoration:none;
	}
a:visited {
	font-weight:100;
	color:#FFCC00;
	text-decoration:none;
	}
a:hover {
	/*text-decoration:none;*/
	font-weight: bold;
}

#argazkiak {
	/*background-color:#b1ae7e;
	*/
	top: 15%;
	left: 70%;
	width: 100px;
	height: 100px;
	position:absolute;
	float:right;
	/*background-image: url(../images/fondoweb.jpg);
	background-repeat: no-repeat;
	background-position: top left;*/
	z-index:10;

	}
#contenedor {
	/*border: 1px solid black;*/
	margin: 0 auto;
	/*margin-top: 20px;*/
	width: 800px;
	position:relative;
	}

#cabecera {
	background-image: url(../images/cabecera.jpg);
	height: 182px;
}
#contenedormedio {
	/*background-color:#b1ae7e;
	border: 1px solid black;*/
	width: 800px;
	position:absolute;
	background-image: url(../images/fondoweb.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	z-index:5;
	background-color:#000000;
	}

.img_noticias {
	text-align:center;
}
.img_bandas {
	width: 160p;
	height: 160px;
	float:left;
	margin: 10px 10px 3px 3px;
		
	}
#menu {
	float: right;
	width: 263px;
	/*height: 550px;*/
	height: 100%;
	/*border: 1px solid red;*/
	position:relative;
	margin-top:0px;

}
.submenu {
	width: 263px;
	height: 91px;
	/*border:1px solid blue;*/
	float: right;
}

#contenido_sup {
	background-image:url(../images/fondo_contenido_sup.jpg);
	float:right;
	width:454px;
	height:19px;
	/*border:1px solid white;*/
	margin-right:10px;
	margin-top:20px;
	/*padding:20px;*/

}
.contenido_med {
	/*background-image:url(../images/transp_black.png);*/
	background-color:#000000;
	float:left;
	width:500px;
	height:auto;
	border:1px solid black;
	margin: 10px 10px 20px 20px;
	/*margin-right:10px;
	margin-top:20px;*/
	/*padding:20px;*/
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

}

#contenido_inf {
	background-image:url(../images/fondo_contenido_inf.jpg);
	float:right;
	width:454px;
	height:29px;
	/*border:1px solid white;*/
	margin-right:10px;
	/*padding:20px;*/

}
#pie {
	background-image:url(../images/pie.jpg);
	height: 78px;
	clear:both;
	/*position:absolute;*/
}
#titular {
	border-bottom: 1px solid white;
	font-family:"Arial Black";
	font-size:1.5em;
	letter-spacing: -0.1em;
	color:#003366;
	margin-left: 2px;
	padding: 5px;
	background-color:#FFCC00;
}
.titular_concert {
	border-bottom: 1px solid white;
	font-weight: bold;
	font-size:1em;
	margin-left: 20px;
	margin-top: 10px;
	color:#FFCC00;

}
.transparente
{
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
#fecha {
	border-bottom: 1px solid white;
	font-size:.7em;
}
