/* CSS Document */
body
	{
	SCROLLBAR-FACE-COLOR: #CCCCCC;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #999999; 
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #000000; 
	SCROLLBAR-TRACK-COLOR: #FFFFFF; 
	SCROLLBAR-DARKSHADOW-COLOR: #999999;
	margin: 0; /* margin and padding only necessary to cater for Mac IE5 */
	padding: 0;
	/*\*/	overflow: hidden; /* because Mac IE5 don't understand */
	}
	
	div
	{
	margin: 0;
	padding: 0;
	}
#content
	{
	/*\*/
	position: absolute;
	top: 114px;
	right:150px;
	bottom: 0px;
	left: 129px;
	/* Exclude all previous props for Mac IE5 */
	/*margin: 125px 305px 5px 155px; /* Cater for Mac IE5 */
	/*\*/ margin: 0; /* Put back for all the rest */
	/*\*/ overflow: auto; /* no need for Mac IE5 to see this */
	/*height:100%;
	width:100%;*/
	}
#sidebar-left
	{
	position: absolute;
	top: 114px;
	bottom: 0;
	left: 0;
	width: 129px;
	overflow: auto;
	height:100%;
	}

#sidebar-right
	{
	position: absolute;
	top: 114px;
	bottom: 0;
	right: 0px;
	width: 150px;
	overflow: auto;
	height:100%;
	padding-left:2px;
	}

#header
	{
	position: absolute;
	top: 0;
	/*\*//*right: 305px;*/
	left: 0px;   /* Exclude right and left props for Mac IE5 */
	right: 0px;
	/*margin: 0 305px 0 155px;*/
	/*\*/ margin: 0; /* */
	height: 114px;
/*	width:100%;*/
	}

.imagen {
	margin:15px;
}
.texto2 {
	text-align:right;
	text-decoration:none;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px;
	padding:15px;
	font-style: italic;
	color: #666666;	
}
.texto3 {
	text-decoration:none;
	font-size: 12px;
	font-family:Arial;
	margin:10px;
	padding:15px;
	font-style: normal;
	color: #000000;	
}
.prueba01 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;}
.style5 {
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 15px;
	font-style: normal;
	color: #000000;
	font-weight: bold;
}
	
	
	

	

	
/*
*
* Listado de discos 
*
*/

.listado-nombre {
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#336667;
	text-align: left;
}
.listado-interprete {
	font-family:Arial;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	color:#336799;
}
.estilos-html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFCC33;
	color: #000000;
	background-color: #FFCC33;
	/*width: 100%;*/
	display:block;
	text-decoration:none; 
}
.estilos-html:hover {
	background-color: #0099FF;
	color: #FFFFFF;
}


/* DETALLES 1 y " */

.Estilo4 {
	font-size: 1px;
	color: #FFFFFF;
}
.Estilo6 {
	font-family: Arial, Helvetica, sans-serif; font-size: 10px;
	letter-spacing:5px;
	display:block;
	padding-top:4px;
	padding-left:6px;
	font-weight:bold;
}
.detalles-interprete {
	font-family: Arial;
	font-weight:bold;
	font-size: 18px;
}
.detalles-nombre {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}
.detalles-datos {
	font-size: 12px;
	font-family: Arial;
}
.Estilo7 {
	font-size: 11px;
	font-family: Arial;
	display:block;
	padding-left:5px;
	
}
.Estilo8 {color: #CCCCCC}

/*********************
*
* NOVEDADES
*
*/

.lanzamiento-titulo {
	display: block;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-size: 16px;
	font-weight: bold;
}
.lanzamiento-texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	}
	
body { background: #666666; }
#content { background: #FFFFFF; }
#sidebar-left { background-image: url(images/menu/fondo2.jpg); }
#sidebar-right { background: #FFFFFF; }
#header { background-image: url(images/encabezado/fondo.jpg) }
#footer { background: #99cc99; }
#footer h4 { background: #ccffcc; }	