@font-face{
	font-family: Florencesans;
    src: url(../../fonts/florsn01.ttf);
	}

.container{
	width:100%;
	/*background-color:#0F0;*/
	margin:0px auto;
	font-family: 'Titillium Web', sans-serif;
	
}

.title{
color:#fff;

padding:10px 10px 30px 10px;
background-image:url(/radio/img/logo-radiouaem-2.png);
/*background: #25074c; 
background: -moz-linear-gradient(left, #25074c 0%, #20b1b7 100%); 
background: -webkit-linear-gradient(left, #25074c 0%,#20b1b7 100%); 
background: linear-gradient(to right, #25074c 0%,#20b1b7 100%); */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25074c', endColorstr='#20b1b7',GradientType=1 ); /* IE6-9 */
font-weight:200;

	
}
.date{
font-size:12px;
opacity:0.5;
	
}

.name{
font-size:28px;
text-align:center;
margin-top:95px;
padding-bottom:70px;

}

.name img{
height:30px;
width:auto;


}

/*.name::after { 
    content: "AL AIRE";
	COLOR:#900;
	FONT-weight:400;
	border-radius:30px;
	background-color:#f9320c;
	font-size:14px;
	color:white;
	padding:6PX 12PX;
	font-family: 'Titillium Web', sans-serif;
	display:block;
	width:70px;
	margin:85px auto 0;
	
}*/

#plList{
	padding:0px 5px;
}
#plList li:first-child{
	opacity:1;
	background-image:url(../img/list.png);
	}
	
	#plList li:first-child .plTitle::after { 
    content: "AL AIRE";
	background-color:#f9320c;
	PADDING:6PX 12PX;
	border-radius:30px;
		font-size:12px;
		color:#FFF;
		vertical-align:top;
	margin-left:15px;
	
}
	
	
	
#plList li{
	padding:33px 0px;
	border-bottom:1px #edeff0 solid;
	font-size:18px;
	background-image:url(../img/list-gris.png);
	background-repeat:no-repeat;
	background-position-y:33px;
	padding:33px 0px 33px 25px;
	opacity:0.5;
	}
	
	
	.plTitle{
	font-weight:400;
	color:#74808a;
	display:inline-block;
	}
	.plInicio{
	display:inline-block;
		font-size:14px;
	color:#bec4ca;
	float:right;
	}
	
	
	.plLocutor{
		
	font-size:14px;
	color:#2dcccd;
	margin-top:10px;
	
	}
	
.plLength{
	font-size:14px;
	color:#3c4f5e;
	line-height:20px;
	margin-top:10px;
	
	}
	
.link{
background-color:#b0b9c2;
border-radius:30px;
padding:7px 13px 7px;
text-align:center;
color:#fff!important;
cursor:default;
width:200px;
font-family:"Florencesans";
	font-size: 14px;
	
float:right;
margin:20px 0;
}


.link a{
color:#fff;
text-decoration:none;
}


.link:hover{
background-color:#2bc9cb;
color:#fff;
text-decoration:none;
}

.link:hover a{
color:#fff;
}	

/*.plSel,
.plSel:hover {
background-color:rgba(0,0,0,.1);
color:#fff;
cursor:default !important;
}*/



 @media screen and (min-width: 565px) {
	.container{
		width:525px;
		margin:20px auto;
	}
	
 }



