<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Font Face*/

@font-face {
    font-family: 'Roboto-Bold';
    src: url('Roboto-Bold-webfont.eot');
    src: url('Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Bold-webfont.woff') format('woff'),
         url('Roboto-Bold-webfont.ttf') format('truetype'),
         url('Roboto-Bold-webfont.svg#Roboto-Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

div#arma_programacion {
	width: 620px;
/*	min-height: 500px;*/
	float:left;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:20px;
}

h2#header_programacion {
font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
text-shadow: 0px 0px 1px #b93447;
padding:0px;
margin:0px;
width: 620px;
height: 63px;
background-color: #292b27;
color: #ff3e58;
font-size: 30px;
text-transform: uppercase;
line-height: 30px;
position: relative;
padding-left:70px;
padding-top:6px;
font-weight: 300;
background-image: url(../imagenes/icono_programacion.png);
background-repeat: no-repeat;
background-position: 5px 5px;
}

h2#header_programacion span {
font-size: 24px;
}

h2#header_programacion p {
text-shadow: none;
color: #fff;
font-size: 12px;
position: absolute;
right: 20px;
top:18px;
text-transform: none;
}

ul#tabs_programacion {
	list-style-type: none;
	width: 620px;
	float:left;
	clear:both;
	margin-top:9px;
	margin-bottom:-1px;
	position: relative;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ac67d1;
}

ul#tabs_programacion li {
float:left;
color: #fff;
background-color: #7252b6;
margin-left: 22px;
height: 27px;
line-height: 27px;
font-size: 19px;
font-weight: bold;
padding: 0px 22px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

ul#tabs_programacion li:hover {
cursor: pointer;
background-color: #9352b6;
color: #fff;
}

ul#tabs_programacion li.activo {
background-color: #9352b6;
color: #fff;
}

table.tabla_programacion {
	width: 620px;
	border-spacing: 1px;
	border-collapse: separate;
	margin-bottom:10px;
}

table.tabla_programacion thead th {
background-color: #292b27;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
height: 34px;
line-height: 18px;
width: 148px;
height:50px;


}

table.tabla_programacion thead th:first-child {
width: 65px;
}

table.tabla_programacion tbody td {
	background-color: #ececec;
	height: 30px;
	line-height: 17px;
	text-align: center;
	color: #000;
	padding: 0px 8px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

table.tabla_programacion tbody td.prog_artista div {
position: relative;


}

table.tabla_programacion tbody td:first-child {
background-color: #808080;
color:#FFFFFF;


}

table.tabla_programacion tbody td.prog_artista {
	background-color: #00d4f3;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
/*	cursor: pointer;*/
	line-height: 20px;
}



table.tabla_programacion tbody td.prog_artista.reproduciendo {
	background-color: #9c89c4;
	cursor: pointer;
}


.prog_artista_audio {
	width:20px;
	height:20px;
cursor: pointer;
	margin-bottom: 5px;
}



table.tabla_programacion tbody td.prog_artista2 {
	background-color: #00d4f3;
	font-size: 12px;
	font-weight: bold;
	color: #fff;

	line-height: 15px;
}

table.tabla_programacion tbody td.prog_artista.artista_recortar {
font-size: 16px;
}

table.tabla_programacion tbody td.prog_artista span {
font-weight: normal;
font-size: 10px;

}


table.tabla_programacion tbody td.prog_artista2 span {
font-weight: normal;
font-size: 10px;

}
table.tabla_programacion tbody td.prog_artista.activo, table.tabla_programacion tbody tr:hover td.prog_artista.activo {
background-color: #62469d;
}

table.tabla_programacion tbody tr:hover td {
background-color: #c6c6c6;

}

table.tabla_programacion tbody tr:hover td.prog_artista {
background-color: #00d4f3;
}

table.tabla_programacion tbody tr td.prog_artista:hover {
background-color: #9c89c4;
}

table.tabla_programacion tbody td a {
font-size: 10px;
display: none;
text-decoration: none;

}

table.tabla_programacion tbody td a.info_grupo {
position:absolute;
bottom:-5px;
left:3px;
width: 16px;
height: 16px;
background-image: url(../img/boton-informacion.png);
background-repeat: no-repeat;
}

table.tabla_programacion tbody td a.check_grupo {
position:absolute;
bottom:-5px;
right:4px;
width: 17px;
height: 17px;
background-image: url(../img/boton-seleccionar.png);
background-repeat: no-repeat;
}

table.tabla_programacion tbody td a.uncheck_grupo {
position:absolute;
bottom:-5px;
right:4px;
width: 17px;
height: 17px;
background-image: url(../img/boton-deseleccionar.png);
background-repeat: no-repeat;
display: none;
}

table.tabla_programacion tbody td:hover a.check_grupo, table.tabla_programacion tbody td:hover a.info_grupo {
display: block;
}

table.tabla_programacion tbody td a:hover {
opacity: 0.7;
filter: alpha(opacity=70);
}

table.tabla_programacion tbody td.activo:hover a.uncheck_grupo, table.tabla_programacion tbody td:hover a.info_grupo {
display: block;
}

#limpiar_programacion {
position: absolute;
right: 260px;
top:0px;
}

#limpiar_programacion:hover {
opacity: 0.8;
filter: alpha(opacity=80);
cursor: pointer;
}

#compartir_redes-sociales {
position: absolute;
right:0px;
top:0px;
height: 29px;
line-height: 28px;
width: 197px;
font-weight: bold;
font-size: 12px;
}

#compartir_redes-sociales img {
float:right;
margin-left:5px;
}

#compartir_redes-sociales img:hover {
opacity: 0.8;
filter: alpha(opacity=80);
cursor: pointer;
}

/*PopBox Grupos*/

#fichagrupolive {
display: none;
position: absolute;
top:0px;
left:0px;
width: 100%;
height: 230%;
background-color: #000;
background-color: rgba(0,0,0,0.8);
overflow: hidden;
z-index: 20;
}

div.fichagrupo {
	width: 620px;
	min-height: 400px;
	background-color: #f5f5f5;
	border: 1px solid #000000;
	position: fixed;
	top:120px;
	left:150px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.9);
	padding:8px;
}

div.fichagrupo div.live_cerrar {
position: absolute;
right:-15px;
top:-15px;
background-image: url(../img/boton-cerrar.png);
background-repeat: no-repeat;
width: 50px;
height: 49px;
}

div.fichagrupo div.live_cerrar:hover {
cursor: pointer;
background-image: url(../img/boton-cerrar-h.png);
}

div.fichagrupo_col_izq {
width: 485px;
position: relative;
float:left;
}

div.fichagrupo h3 {
background-color: #00d4f3;
color: #fff;
font-size: 40px;
font-weight: bold;
padding-left:14px;
height: 50px;
line-height: 50px;
letter-spacing: -2px;
}

div.fichagrupo ul.fichasgrupo_redes {
position: absolute;
top: 244px;
height: 32px;
line-height: 32px;
border: 1px solid #00d4f3;
background-color: #b3f5ff;
list-style-type: none;
padding-right: 4px;
}

div.fichagrupo ul.fichasgrupo_redes div {
font-weight: bold;
padding: 0px 8px;
float:left;
}

div.fichagrupo ul.fichasgrupo_redes li {
float:left;
margin-top:4px;
margin-right:4px;
}

div.fichagrupo ul.fichasgrupo_redes li img {
border: none;
}

div.fichagrupo ul.fichasgrupo_redes li a img:hover {
box-shadow: 0px 1px 4px #00d4f3;
margin-top:-1px;
}

div.fichagrupo div.fichasgrupo_integr {
float:left;
margin-top:20px;
width: 218px;
margin-right: 24px;
}

div.fichagrupo div.fichasgrupo_datos {
float:left;
margin-top:20px;
width: 218px;
}

div.fichagrupo div.fichasgrupo_integr p {
font-size: 11px;
padding: 4px 0px;
}

div.fichagrupo div.fichasgrupo_datos p {
padding-top: 4px;
padding-bottom: 8px;
font-size: 11px;
}

div.fichagrupo h5 {
width: 207px;
height: 18px;
line-height: 18px;
border-left: 7px solid #00d4f3;
font-size: 12px;
background-color: #e8e8e8;
padding-left:4px;
}

div.fichagrupo div.fichagrupo_col_der {
float:left;
width: 280px;
margin-left:7px;
}

div.fichagrupo div.fichagrupo_col_der h5 {
width: 269px;
}

div.fichagrupo ul.fichagrupo_musica {
margin-top:6px;
}

div.fichagrupo ul.fichagrupo_musica li {
background-color: #d1d1d1;
list-style-type: none;
color: #444444;
height: 21px;
line-height: 21px;
position: relative;
margin-bottom:3px;
padding-left:27px;
}

div.fichagrupo ul.fichagrupo_musica li.activo {
background-color: #ff3e58;
color: #fff;
}

div.fichagrupo ul.fichagrupo_musica li div.botonreprindividual {
background-image: url(../img/mini_play.png);
background-repeat: no-repeat;
position: absolute;
top:2px;
left:2px;
width: 16px;
height: 17px;
}

div.fichagrupo ul.fichagrupo_musica li.activo div.botonreprindividual {
background-image: url(../img/mini_stop.png);
}

div.fichagrupo ul.fichagrupo_musica li div.botonreprindividual:hover {
opacity: 0.8;
filter: alpha(opacity=80);
cursor: pointer;
}

div.fichagrupo p.fichagrupo_dato {
margin-top:30px;
padding:20px 11px;
line-height: 18px;
position: relative;
background-color: #fff;
}

div.fichagrupo p.fichagrupo_dato span.prev {
width: 100%;
height: 100%;
position: absolute;
display: block;
top:-10px;
left:4px;
background-color: #d1d1d1;
transform:rotate(3deg);
  -webkit-transform:rotate(3deg);
  -moz-transform:rotate(3deg);
  -ms-transform:rotate(3deg);
  -o-transform:rotate(3deg);
  z-index: -1;
}

div.fichagrupo p.fichagrupo_dato span.sig {
width: 100%;
height: 100%;
position: absolute;
display: block;
top:5px;
left:-7px;
background-color: #e8e8e8;
transform:rotate(-3deg);
  -webkit-transform:rotate(-3deg);
  -moz-transform:rotate(-3deg);
  -ms-transform:rotate(-3deg);
  -o-transform:rotate(-3deg);
  z-index: -2;
}

.tabla_programacion {display: none;}</pre></body></html>