/* *** CSS PARRILLA PROGRAMACIÓN RADIO MARCA ELCHE *** */

.parr-tabs .tab { 
	
	display: inline-block; 
	font-weight: bold;
	color: white;
	background: #c7c7c7;
	font-size: 14px;
	text-align: center; 
	cursor: pointer; 
	
	width: calc(98.6% / 7);
	margin-left: 0.1%;
	margin-right: 0.1%;
	padding: 3px 0; 

}

.parr-tabs { text-align: center; margin-bottom: 1em; }

.parr-tabs .tab.active, .parr-tabs .tab:hover {

	background: #e1251b;
	color: white; 

}

.parr-oculta, .parr-dia { display: none; }

.parr-hora { display: inline-block; width: 55px; font-size: 16px; }

.parrilla .tit { font-family: Montserrat; display: inline; font-weight: bold; }

.parrilla p {
	padding-left: 75px;
	font-weight: normal; 
	color: #808080;
	max-width: 70%;
	margin-bottom: 0; 
	padding-bottom: 18px;
	padding-top: 14px;
}

.parrilla p span { display: block; font-weight: bold; margin-top: 0.75em; }

.parrilla .imgprograma {
	position: absolute; 
	right: 0; 
	bottom: 0;
	width: auto; 
	max-height: 92px;
}

.parrilla .imgprograma.marcador { top: 5px; }

.parr-programa { 
	padding-bottom: 0;  
	position: relative; 
	border-bottom: 1px solid #045DB5; 
	border-top: 0; 
	padding-top: 18px; 
}

.parr-progdia > article:first-of-type {
	border-top: 1px solid #045DB5; 
}

@media only screen and (max-width: 959px) { 

	.imgprograma { display: none; }
	.parrilla p { max-width: none; }

}

@media only screen and (max-width: 767px) { 

	.parr-programa em {
		display: block;
		padding-left: 75px; 
		text-align: unset !important; 
	}
	
}

@media only screen and (max-width: 600px) { 

	.parr-tabs .finde { display: block; margin-top: 8px; }
	
	.parr-tabs .tab { width: 24%; }

}

