@charset "utf-8";
#general {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E6E6E6;
	border: 1px solid #333333;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	display: inline;
}
#menu li a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding-right: 13px;
	padding-left: 12px;
	height: 20px;
	line-height: 20px;
	background-color: #666666;
	float: left;
}

#cierre {
	clear: both;
}
#pie {
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	background-color: #003399;
	color: #FFFFFF;
	clear: both;
}
#musicos #col1 {
	float: left;
	width: 380px;
}
#musicos #col2 {
	float: right;
	width: 380px;
}
#cierre_musicos {
	clear: both;
}

#cierre_cuerpo {
	clear: both;
}


#cuerpo {
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#menu li a:hover {
	text-decoration: underline;
}
#cabecera {
	background-image: url(../img/cabecera.gif);
	background-repeat: no-repeat;
	text-align: right;
	margin: 0px;
	padding-top: 110px;
	padding-bottom: 8px;
	padding-right: 10px;
}
.imagen_noticias {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#noticias_cuerpo img {
	padding-bottom: 5px;
}

#noticias_cuerpo {
	width: 460px;
	float: right;
	margin-bottom: 10px;
	overflow: auto;
	height: 425px;
}
#cabecera_noticias {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	float: right;
	width: 460px;
}
#imagen_cuerpo {
	width: 300px;
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h1 {
	font-size: 13px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: underline overline;
	font-weight: bold;
}

a {
	font-weight: bold;
	text-decoration: underline;
	color: #003399;
}
input {
	border: 2px double #000000;
}

