.back11{
	width: 100%;
	position: absolute;
	z-index: -1;
	opacity: 0.5;
	height: 751px;
}

.back1{
	height: auto;
	position: absolute;
	opacity: 0.5;
	width: 100%;
	top: -337px;
}

.back3{
	position: absolute;
	z-index: -1;
	opacity: .5;
	width: 100%;
	height: auto;
}

#ex.show{
	left: -60px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199.99px){
	.img_ultimas{
		width: 280px !important;
	}
}

.img_boletin_todos{
	width: 370px;
    height: 280px;
    background-size: cover;
    background-position-y: center;
    background-repeat: no-repeat;
    border-radius: 3px;
}


.img_ultimas{
	width: 370px;
	height: 280px;
	background-size: cover;
	background-position-y: center;
	background-repeat: no-repeat;
	border-radius: 5px;
	margin-top: 1em;
}

#cuadro_sala{
	text-align: center;
}

/*ESTILO PARA EL TEXTO DE PAGAR EL PREDIAL*/

.neon {
	color: #fff;
	margin-bottom: 0;
	/*text-shadow:
		0 0 5px rgba(0,178,255,1),
		0 0 10px rgba(0,178,255,1),
		0 0 20px rgba(0,178,255,1),
		0 0 40px rgba(38,104,127,1),
		0 0 80px rgba(38,104,127,1),
		0 0 90px rgba(38,104,127,1),
		0 0 100px rgba(38,104,127,1),
		0 0 140px rgba(38,104,127,1),
		0 0 180px rgba(38,104,127,1);*/

		text-shadow:
		0 0 5px rgba(68, 68, 68, 1),
		0 0 10px rgba(68, 68, 68, 1),
		0 0 20px rgba(68, 68, 68, 1),
		0 0 40px rgba(68, 68, 68, 1),
		0 0 80px rgba(68, 68, 68, 1),
		0 0 90px rgba(68, 68, 68, 1),
		0 0 100px rgba(68, 68, 68, 1),
		0 0 140px rgba(68, 68, 68, 1),
		0 0 180px rgba(68, 68, 68, 1);
}

.paga_predial{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#151d39+0,2c539e+100 */
	/*background: #151d39;
	background: -moz-linear-gradient(top,  #151d39 0%, #2c539e 100%);
	background: -webkit-linear-gradient(top,  #151d39 0%,#2c539e 100%);
	background: linear-gradient(to bottom,  #151d39 0%,#2c539e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151d39', endColorstr='#2c539e',GradientType=0 );
*/

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,454545+100 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top,  #000000 0%, #454545 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #000000 0%,#454545 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #000000 0%,#454545 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#454545',GradientType=0 ); /* IE6-9 */


	padding: 5px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.predial_link{
	color: silver;
}

.predial_link:hover{
	color: white;
	text-decoration: none;
	cursor: pointer;
}


@media (max-width: 500px) {
  .neon {
    font-size: 1.5rem;
  }
}
