<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */


/**** ====== IE8 ====== ****/

/* ---- HOME ---- */
.ie8 .slides-content {
   top: 50%;
   margin-top: -210px;
}
.ie8 .link-home {
   margin-top: 40px;
}
.ie8 .link-home-songs, .ie8 .link-home-chords {
   width: 50%;
   float: left;
}  
.ie8 .link-home-songs a {
   background: #cc0000;
   width: 50%;
   float: right;
   margin-right: 10px;
}
.ie8 .link-home-chords a {
   background: #cc0000;
   width: 50%;
   float: left;
   margin-left: 10px;
}
.ie8 .slider-playlist-prominent, .ie8 .slider-prominent {
   width: 1100px;
   margin: 60px auto;
}
.ie8 .prominent-images {
   width: 385px;
   float: left;
   height: 300px;
   background: none;
}
.ie8 .prominent-songs {
   width: 62%;
   float: right;	
}
.ie8 .next-box {
   background: url(../images/arrow-ie.png) center center no-repeat;
}
.ie8 .slides-content-home h1, .ie8 .slides-content-home h2 {
   filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=0, Strength=1);
}


/* ---- RESTO ---- */
/*.ie8 .header-container {
   width: 1100px;	
}*/
.ie8 .list-bg, .ie8 .intro-bg {
   width: 100%;
   height: 200px;
   background: url(img/img2.jpg) center center no-repeat;
   background-size: cover;
   -ms-behavior: url(patch/backgroundsize.htc);
   behavior: url(patch/backgroundsize.htc);
}
.ie8 .nav-container ul li .children {
   background: #000000;	
}
.ie8 .btn-list-container a, .ie8 .btn-intro-container a {
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9cc0000, endColorstr=#d9cc0000)";
} 
.ie8 .btn-list-container a:hover, .ie8 .btn-intro-container a:hover {
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcc0000, endColorstr=#ffcc0000)";
} 
/*.ie8 .list-songs-container {
   width: 1100px;      ESTE ES EL QUE DA ERROR CON EL SLIDER PEQUEÑO DE HOME
}*/
.ie8 .selectCapoPanel:after, .ie8 .barreUniqueChordPanel:after {
   display: none;	
}
.ie8 .selectCapoPanel select, .ie8 .barreUniqueChordPanel select, .ie8 .account-information-label-input select {
   padding: 0;
} 
.ie8 .select-tabSubmit:after {
	display: none;
}
.ie8 .nav-container ul li a.li-search:after {
   content: "▼";
   font-size: 12px;
   line-height: 1.6;
}
.ie8 .btn-chordDiagramListPanel:after {
   content: "▼";
   font-size: 12px;
   line-height: 1.8;
}
.ie8 .desplegable h2:after {
   content: "▼";
   font-size: 14px;
   line-height: 2.8;
}
.ie8 .animate span:after, .ie8 .intro-article #listado .youtubeHyperHyperlink:before {
	content: '►';
}
.ie8 .intro-article #listado .youtubeHyperHyperlink:before {
	line-height: 1.3;
}
.ie8 .favorite span:after {
	content: '☆';
	font-size: 30px;
	line-height: 0.6;
	margin-left: -4px;
}
.ie8 #content_similarSongsHiperlink, .ie8 .intro-article-info ul.ul-theoryChords li a, .ie8 .intro-article .nextStepHyperLink, .ie8 .intro-article #listado .playlist-name, .ie8 .intro-article .AmCEmGSongsHyperlink, .ie8 #content_easierVersionHyperlink, .ie8 #content_similarSongsHiperlink {
	padding-left: 28px;
}
.ie8 #content_similarSongsHiperlink:before, .ie8 .intro-article-info ul.ul-theoryChords li a:before, .ie8 .intro-article #listado .playlist-name:before, .ie8 .intro-article .AmCEmGSongsHyperlink:before, .ie8 #content_easierVersionHyperlink:before, .ie8 #content_similarSongsHiperlink:before {
    width: 80px;
	content: '⥱';
	font-size: 35px;
	line-height: 0.4;
}
.ie8 .acordeQueToco input[type="checkbox"] {
    width: 19px !important;
    height: 17px !important;
	display: block;
	position: absolute;
	z-index: 555;
}
.ie8 .intro-article .nextStepHyperLink:before {
	content: '➟';
    width: 80px;
	font-size: 35px;
	line-height: 0.4;
}
.ie8 .icono-capo:after {
	line-height: 1.5;
}
.ie8 .account-container, .ie8 .intro-container {
	width: 1100px;
}
.ie8 .my-favorite-tabs-hits span:after {
	content: '★';
	font-size: 30px;
	line-height: 0.4;
}
.ie8 .favorite .active span:after {
	content: '★';
	font-size: 30px;
	line-height: 0.6;
}

	

















/**** IE7 ****/

.ie7 .nav-container ul li .children {
   background: #000000;
   z-index: 99999999999;
}
.ie7 .nav-container ul li {
	display: inline;
}
.ie7 .button-generic {
	margin-top: -45px !important;
}
.ie7 .list-bg, .ie7 .intro-bg {
   width: 100%;
   height: 200px;
   background: url(img/img2.jpg) center center no-repeat;
   background-size: cover;
   -ms-behavior: url(patch/backgroundsize.htc);
   behavior: url(patch/backgroundsize.htc);
   z-index: -2 !important;
}
.ie7 .slides-content {
   top: 50%;
}
.ie7 .link-home {
   margin-top: 40px;
}
.ie7 .link-home-songs, .ie7 .link-home-chords {
   width: 50%;
   float: left;
} 
.ie7 .btn-list-container a, .ie7 .btn-intro-container a {
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d9cc0000, endColorstr=#d9cc0000);
   zoom: 1 !important;
} 
.ie7 .btn-list-container a:hover, .ie7 .btn-intro-container a:hover {
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcc0000, endColorstr=#ffcc0000);
   zoom: 1 !important;
} 
.ie7 .link-home-songs a {
   background: #cc0000;
   width: 50%;
   float: right;
   margin-right: 10px;
}
.ie7 .link-home-chords a {
   background: #cc0000;
   width: 50%;
   float: left;
   margin-left: 10px;
}
.ie7 .slider-playlist-prominent, .ie7 .slider-prominent {
   width: 1100px;
   margin: 60px auto;
}
.ie7 .prominent-images {
   width: 385px;
   float: left;
   height: 300px;
   background: none;
}
.ie7 .prominent-songs {
   width: 62%;
   float: right;	
}
.ie7 .next-box {
   background: url(../images/arrow-ie.png) center center no-repeat;
}
.ie7 .playlist-name-band, .ie7 .playlist-name, .ie7 .playlist-band, .ie7 .playlist-chords, .ie7 .icono-capo, .ie7 .playlist-difficulty, .ie7 .icono-noCapo {
   vertical-align: top;
   zoom: 1;
   display: inline;
}
.ie7 .playlist-name {
   width: 299px;
}
.ie7 .playlist-band {
   width: 256px;	
}
.ie7 .playlist-details article {
   position: relative;	
}
.ie7 .playlist-difficulty {
   float: none;
   position: absolute;
   right: 15px;
   top: 14px;	
}
.ie7 .list-songs-container, .ie7 .account-container, .ie7 .intro-container {
	width: 1100px;
}
.ie7 .selectDifficultyPanel {
	margin-top: -45px;
}
.ie7 .acordeQueToco input[type="checkbox"] {
    width: 19px !important;
    height: 17px !important;
	display: block;
	position: absolute;
	z-index: 555;
}
.ie7 .acordeQueToco label {
	margin-right: 0;
	padding-left: 18px;
}











/**** IE6 ****/

.ie6 .nav-container ul li .children {
   background: #000000;
}
.ie6 .nav-container ul li {
   display: inline;
}
/*.ie6 .list-bg, .ie6 .intro-bg {
   width: 100%;
   height: 200px;
   background: url(img/img2.jpg) center center no-repeat;
   background-size: cover;
   -ms-behavior: url(patch/backgroundsize.htc);
   behavior: url(patch/backgroundsize.htc);
   z-index: -2 !important;
}*/
.ie6 .slides-content {
   top: 50%;
}
.ie6 .link-home {
   margin-top: 40px;
}
.ie6 .link-home-songs, .ie6 .link-home-chords {
   width: 50%;
   float: left;
}
.ie6 .button-generic {
	width: 95px !important;
	padding: 2px !important;
	margin-top: 0 !important;
}  
.ie6 .link-home-songs a {
   background: #cc0000;
   width: 50%;
   float: right;
   margin-right: 10px;
}
.ie6 .link-home-chords a {
   background: #cc0000;
   width: 50%;
   float: left;
   margin-left: 10px;
}
.ie6 .slider-playlist-prominent, .ie6 .slider-prominent {
   width: 1100px;
   margin: 60px auto;
}
.ie6 .prominent-images {
   width: 385px;
   float: left;
   height: 300px;
   background: none;
}
.ie6 .prominent-songs {
   width: 62%;
   float: right;	
}
.ie6 .next-box {
   background: url(../images/arrow-ie.png) center center no-repeat;
}
.ie6 .playlist-name-band, .ie6 .playlist-name, .ie6 .playlist-band, .ie6 .playlist-chords, .ie6 .icono-capo, .ie6 .playlist-difficulty, .ie6 .icono-noCapo {
   vertical-align: top;
   zoom: 1;
   display: inline;
}
.ie6 .playlist-name {
   width: 299px;
}
.ie6 .playlist-band {
   width: 256px;	
}
.ie6 .playlist-details article {
   position: relative;	
}
.ie6 .playlist-difficulty {
   float: none;
   position: absolute;
   right: 15px;
   top: 14px;	
}
.ie6 .list-songs-container {
   width: 1100px;      
}
.ie6 .selectDifficultyPanel {
	margin-top: -40px;
}
.ie6 .acordeQueToco input[type="checkbox"] {
    width: 19px !important;
    height: 17px !important;
	display: block;
	position: absolute;
	z-index: 555;
}
.ie6 .acordeQueToco label {
	margin-right: 0;
	padding-left: 18px;
}









</pre></body></html>