
* {
	margin: 0;
	padding: 0;
}

html, body {
	color: #000;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	padding-bottom: 10px;
}

li, dd, blockquote {
	margin-left: 15px;
}

form, label {
	font-size: 90%;
}

fieldset {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}

img {	border: 0;}

h1 {
	display: inline;
	color: #7d0000;
	font-size: 185%;
}

strong {
	color: #7d0000;
}

a {
	color: #C47A0A;
}

a:hover {
	color: #000;
}


/* --------------- CONTENEDORES ---------------  */

body {
	text-align: center;
	background-color: #ffffff;
}
#contenedor {	width: 778px;	margin-left: auto;	margin-right: auto;
	text-align: left;
	background-color: #fff5b2;
	border: solid 1px #828282;}

#cabecera {
	width: 778px;
	height: 170px;
	background: url(../img/cabecera.jpg) center no-repeat;
}

#muerdago {
	float: left;
	margin-left: 5px;
	margin-top: 10px;
}

#pentagrama {
	float: right;
	margin-top: 10px;
	padding-right: 10px;
}


#ruta {
	margin-top: 20px;
	padding-left: 10px;
	list-style-type: none;
}

#ruta li {

}

#menu {
	margin-left: 15px;
	margin-top: 0px;
}

#menu li {
	list-style-type: none;
	float: left;
	margin-left: 3px;
}

#menu li a {
	display: block;  	height: 21px;
  	width: 121px;
  	text-align: center;	text-decoration: none;
	font-weight: bold;	background: #fff url(../img/menu.gif) no-repeat;
	padding-top: 3px;}

#menu a:link {
	color: #fff;	
}
	#menu li a:hover {	background: url(../img/menu.gif) 0 -24px;
	color: #fff;}

#menu a:visited {
	color: #bbb;
}

#menu li#resaltemenu a {
	color: #000;	background: url(../img/menu.gif) 0 -48px;
}


#contenidos {
	width: 725px;
	height: 372px;
	background: url(../img/fondo.jpg) no-repeat right;
	margin-left: 25px;
	margin-bottom: 10px;
}

.especial {
	text-align: center;
}

#texto {
	width: 450px;
	margin: 25px;
	padding-right: 10px;
	height: 325px;
	float: left;
	overflow: auto;
}

#texto ul, #textosolo ul {
	margin-top: 15px;
	margin-left: 50px;
}

#texto ol {
	margin-left: 50px;
}

#texto span {
	font-weight: bold;
}

#fotos {
	border-left: dashed 1px #828282;
	float: left;
	width: 185px;
	padding: 10px;
	margin-top: 20px;
}

#fotos ul {
	margin-left: 20px;
}

#fotos span {
	display: block;
	font-size: 90%;
	margin-bottom: 5px;
}


.disco {
	vertical-align: middle;
	margin-bottom: 10px;
}

.discogrande {
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 13px;
}

.fotoscom {
	vertical-align: middle;
	margin-top: 15px;
	margin-left: 2px;
}

#pie {
	text-align: center;
	color: #888;
	font-size: 80%;
	margin-bottom: 10px;
	clear: both;
}

#pie a {
	font-size: 130%;
}

#desarrollo {
	font-size: 80%;
	margin-top: 20px;
	text-align: center;
	color: #888;
	padding-bottom: 5px;
}

#desarrollo img {
	vertical-align: middle;
}

