
#foto1 {
  width: 100%;
  height: 322px;
  display: block;
  background: transparent url('../imagenes/programacion/1.jpg') center top no-repeat;
}

#foto1:hover {
   opacity: 0.5;
}


#foto2 {
  width: 100%;
  height: 322px;
  display: block;
  background: transparent url('../imagenes/programacion/2.jpg') center top no-repeat;
}

#foto2: hover {
   opacity: 0.5;
}

#foto3 {
  width: 100%;
  height: 322px;
  display: block;
  background: transparent url('../imagenes/programacion/3.jpg') center top no-repeat;
}

#foto3: hover {
   opacity: 0.5;
}


#foto4 {
  width: 100%;
  height: 322px;
  display: block;
  background: transparent url('../imagenes/programacion/4.jpg') center top no-repeat;
}

#foto4: hover {
   opacity: 0.5;
}













.hora {
	float: left;
	padding: 0 7%;
	width: 26%
	 
}

.programa {
  float: left;
  background-color: #F3F3F4;
  padding: 0.5px 7%;
	width: 74%;
}

.descripcion {
	background-color: #F3F3F4;
	  padding: 0.2px 7%;
}

.grilla {
	margin-top: 20px;
}

.dias {
	margin-top: 20px;
}

a.link_p {
	text-decoration: none !important;
	color: #000;
	
}

.fin_p {
	border-bottom: 2px solid #fff;
}
