/* Estilos CD Interactivo
Corazones Inquietos */

*{
margin:0;
padding:0;
}

body{
	background-color:#fff;
	font-family:"Lucida Grande", arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	color: #000000;
}
/*------------letras------------*/
h1{
	font-size:2em;
	margin-bottom:5px;
	color:#8C8C40;
}
h2{
	font-size:1.5em;
	margin-bottom:5px;
}
h3{
	font-size:1.3em;
	margin-bottom:5px;
}

h4{
	font-size:1.1em;
	margin-bottom:5px;
}
p{
margin-bottom:7px;
}
.coro{
font-weight:bold;
color:#8C8C40;
}

a{
	text-decoration:none;
	color:#BC5C4E;
}
a:hover{
	text-decoration:underline;
	color:#B1AE7B;
}
div#container{
	position:absolute;
	top:50%;
	left:50%;
	width:834px;
	height:526px;
	margin-top:-263px;
	margin-left:-417px;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
} 

div#menu{
	position:absolute;
	top:122px;
	left:44px;
	width:171px;
	height:291px;
}
div#menu ul li{
	list-style:none;
}
* html div#menu ul li{
	margin-bottom:-3px;
}
div#menu ul li span{
	display:none;
}
div#menu ul li a{
	display:block;
	height:22px;
	width:171px;
}

div#menu ul li a#m1{
	background-image: url(../img/m1.png);
	background-repeat: no-repeat;
}

div#menu ul li a#m2{
	background-image: url(../img/m2.png);
	background-repeat: no-repeat;
}

div#menu ul li a#m3{
	background-image: url(../img/m3.png);
	background-repeat: no-repeat;
}

div#menu ul li a#m4{
	background-image: url(../img/m4.png);
	background-repeat: no-repeat;
}

div#menu ul li a#m5{
	background-image: url(../img/m5.png);
	background-repeat: no-repeat;
}

div#menu ul li a#m6{
	background-image: url(../img/m6.png);
	background-repeat: no-repeat;
}

div#menu ul li a#m7{
	background-image: url(../img/m7.png);
	background-repeat: no-repeat;
}

div#menu ul li a#m8{
	background-image: url(../img/m8.png);
	background-repeat: no-repeat;
}

div#menu ul li a#m9{
	background-image: url(../img/m10.png);
	background-repeat: no-repeat;
}

div#textos{
	position:absolute;
	width:575px;
	height:372px;
	top:125px;
	right:15px;
	background-image: url(../img/textojar.png);
	background-repeat: no-repeat;
	background-position: -15px 0px;
}

object#FLVPlayer{
	margin-left:42px;
	margin-top:2px;
	width:490px;
	height:368px;
}
div#mp3{
position:absolute;
width:111px;
height:15px;
top:94px;
right:142px;

}
/*-----------------Listado de letras-----------------*/
#tituloletras{
	width:200px;
	height:27px;
	position:absolute;
	top:115px;
	left:81px;
	background-image: url(../img/letrastitulo.png);
	background-repeat: no-repeat;	
}
* html #tituloletras{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/letrastitulo.png");
	background: none;
}
#tituloacordes{
	width:200px;
	height:27px;
	position:absolute;
	top:115px;
	left:290px;
	background-image: url(../img/acordestitulo.png);
	background-repeat: no-repeat;	
}
* html #tituloacordes{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/acordestitulo.png");
	background: none;
}
ol#letras{
	width:200px;
	position:absolute;
	top:150px;
	left:81px;
	z-index:1000;
	}
ol#letras li, ol#acordes li{
	margin-bottom:3px;
}

ol#letras li a, ol#acordes li a{
	color:#666666;
	font-weight:bold;
	cursor:help;
}
ol#acordes{
	position:absolute;
	top:150px;
	left:290px;
	width: 200px;
	z-index:1000;
}

ul#fotos{
	position:absolute;
	top:110px;
	left:20px;
	*left:35px;
	list-style:none;
	width:500px;
}

ul#fotos li{
display:block;
margin-right:15px;
margin-bottom:10px;
width:45px;
height:45px;
float:left;
}

ul#fotos li img{
background:#ccc;
border:1px solid #8C8C40;
padding:2px;
}

ul#links{
	position:absolute;
	top:110px;
	left:20px;
	*left:35px;
	list-style:none;
	width:500px;
}
ul#links li{
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
div#qTip {
  padding: 3px;
  border: 1px solid #8C8C40;
  border-top:3px solid #8C8C40;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: none;
  background-color: #FEFDF5;
  color: #7B6F51;
  font: bold 9px Tahoma, Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1500;
  -moz-opacity: .85;
	opacity: .85;
	filter: alpha(opacity=90);
	min-width:120px;
}


/*------------Las distintas páginas---------------*/
body#eldisco div#textos{
	background-image: url(../img/texteldisco.png);
	background-repeat: no-repeat;	
}

body#elvideo div#textos{
	background-image: none;	
}

body#lasletras div#textos{
	background-image: url(../img/lasletras.png);
	background-repeat: no-repeat;	
}
* html body#lasletras div#textos{
	background-image: url(../img/lasletras.gif);
}
body#lasdinamicas div#textos{
	background-image: url(../img/dinamicas.png);
	background-repeat: no-repeat;	
}
* html body#lasdinamicas div#textos{
	background-image: url(../img/dinamicas.gif);
}

body#lasfotos div#textos{
	background-image: url(../img/fotosbg.png);
	background-repeat: no-repeat;
}
* html body#lasfotos div#textos{
	background-image: url(../img/fotosbg.gif);
}

body#fotosgrabacion div#textos{
	background-image: url(../img/fotosbg2.png);
	background-repeat: no-repeat;	
}
* html body#fotosgrabacion div#textos{
	background-image: url(../img/fotosbg2.gif);
}
body#fotosjar div#textos{
	background-image: url(../img/fotosbg3.png);
	background-repeat: no-repeat;	
}
* html body#fotosjar div#textos{
	background-image: url(../img/fotosbg3.gif);
}
body#enlaces div#textos{
	background-image: url(../img/enlacesbg.png);
	*background-image: url(../img/enlacesbg.gif);
	background-repeat: no-repeat;	
}
