/* REPRODUCTOR */
div.reproductor {
	position: relative;
	width: 45%;
	height: 170px;
	font-size: 10pt;
	display: inline-block;
	margin: 15px;
}


div.reproductoraudio {
	width: 93%;
}

div.reproductor_fons {
	position: absolute;
	top: 20px;
	width: 100%;
	height: 150px;
	background-color: #d2d3d5;
	/* -moz-box-shadow: 1px 2px 10px 0px #888;
	-webkit-box-shadow: 1px 2px 10px 0px #888;
	box-shadow: 1px 2px 10px 0px #888; */
	z-index: 3;
}

.efecto2
{
  position: relative !important;
}

.efecto2:before, .efecto2:after
{
/* Posiciona la sobora por detras del color de la caja*/
                  z-index: 0;
                  position: absolute;
                  /* no aplico ningún contenidos HTML */
                  content: "";
                  /* posiciona la sombra con respecto al borde inferior, izquierdo y superior */
                  bottom: 15px;
                  left: 10px;
                  top: 80%;
                  /* configura el ancho */
                  width: 50%;
/* color de fondo */
                  background: #777;
                  /* definicion de la sombra estandar para box-shadow */
                  -webkit-box-shadow: 0 15px 10px #777;
                  -moz-box-shadow: 0 15px 10px #777;
                  box-shadow: 0 15px 10px #777;
                  /* rotacion de la sombra */
                  -webkit-transform: rotate(-3deg);
                  -moz-transform: rotate(-3deg);
                  -o-transform: rotate(-3deg);
                  -ms-transform: rotate(-3deg);
                  transform: rotate(-3deg);
}


.efecto2:after
{
                  /* rotacion de la sombra */
                  -webkit-transform: rotate(3deg);
                  -moz-transform: rotate(3deg);
                  -o-transform: rotate(3deg);
                  -ms-transform: rotate(3deg);
                  transform: rotate(3deg);
                  /* posiciona la sombra con respecto al borde izquierdo y derecho */
                  right: 10px;
                  left: auto;
}

div.socialtabs {
	/*position: absolute;*/
	/* width: 370px; */
	z-index: 0;
}

.socialtab {
	position: absolute;
}

div.nomprograma {
	font-size: 8pt;
	position: absolute;
	top: 10px;
	right: 15px;
}

span.datapodcast {
	font-weight: bold;
}

div.logoprograma {
	position: absolute;
	left: 22px;
	top: 25px;
	height: 90px;
	width: 90px;
}

div.divider {
	position: absolute;
	height: 90px;
	left: 125px;
	top: 30px;
	width: 3px;
	background-color: #98999b;
	opacity: 0.7;
}

div.descripcioprograma {
	position: absolute;
	top: 35px;
	left: 150px;
	height: 80px;
	padding-right: 15px;
	overflow-y: hidden;
	text-align: left;
}

div.reproductoraudio {
	position: absolute;
	top: 120px;
	left: 25px;
}

/* REPRODUCTOR FI */
