@charset "utf-8";
.clear {
	clear: both;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	visibility: hidden;
}
.hidden {
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -999999px;
}	
.negrita {
	font-weight:bold;
}
body {
	background: #FFFFFF url(../img/interfaz/fondo_gr.jpg);
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0 0;
	padding: 0 0;
}
#container {
	width: 780px;
	margin: 0 auto;
	padding: 0px 3px;
	font-size: 0.8em;
	border-left:#CCC solid 1px;
	border-right:#CCC solid 1px;
	background:rgba(255, 255, 255, 0.7);
}

#header {
	margin: 0 0 0 0;
	background: url(../img/interfaz/cabecera.gif) no-repeat;
	height: 118px;
}
img {
	border: 0;
}

h1 {
	margin: 0px 0 0 20px;
	padding: 20px 0 0;
}
a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background-color:transparent;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
	}
#menu_dcha {
	float:right;
	width: 120px;
}
#menu {
	width: 780px;
	margin: 0 auto;
	text-align: center;
}
#seccion {
	width: 780px;
	margin: 0 auto;
}
h2 {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	text-align:right;
	width: 720px;
	border-bottom: 1px solid #000;
}
#mainContent {

}
#contenido p {
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	color: #000000;
	text-indent: 15pt;
	width: 720px;
}
#footer {
		padding: 10px 0;
		width: 780px;
		text-align:center;
}
#repertorio {
	margin: 20px 0 0 0;
}
#repertorio p {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	color: #000000;
	width: 720px;
}
#conciertos p {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	width: 720px;
	margin: 1px;
}

h3 {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FF0000;
	width: 720px;
	font-weight: bold;
}

