
#escudo{
	background-color: rgb(242, 228, 185.80);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 25px,rgba(251, 242, 214, 0.5) 25px, rgba(191, 174, 120, 0.5)40px);
}

#escudo::after{
	content: '';
	background-color: transparent;
	display: block;
	height: 20px;
	width: 50%;
	margin: 0 auto;
	position: relative;
	left: auto;
	margin-top: -40px;
}

#ayuntamiento{
	
	position: relative;
	margin-top: -20px;
	z-index: 10;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#ayuntamiento img{
	position: relative;
	margin-top: -30px;
}

.text-shadow{
	text-shadow: 0 5px 5px rgba(157, 49, 100, 1);
}


.card-border{
	border: solid 10px white;
	border-radius: 20px;
	overflow: hidden;
	transition: all ease-out 0.2s;
}

.card-border:hover{
	transform: scale(1.05);

}

#Notice{
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(242, 228, 185.80) 57%);
	background-repeat: repeat-x;
	background-size: 100%;
	
}

a {
	text-decoration: none;
	color: white;
}

a:hover{
	font-size: 105%;
	color: white;

}

.zoom:hover{
	transform: scale(1.1);
}

footer{
  margin-top: 50px;
  color: #fff;
  background-color: #ADA8AA;
}

nav{
  color: #fff;
  background-color: #ADA8AA;
}


.accordion a{
	text-decoration: none;
	color:#363434;
	
}

.accordion a:hover{
	font-size: 105%;
	color: burlywood;
}

.content-1 a{
	text-decoration: none;
	color:#363434;
	font-weight: bold
	
}

.content-1 a:hover{
	font-size: 105%;
	color: burlywood;
}

.content-2 a{
	text-decoration: none;
	color:#363434;
	
	
}
.content-3 a{
	text-decoration: none;
	color:#424141;
	font-size: 15px;
	font-weight: bold;
	
}

.content-3 a:hover{
	font-size: 101%;
	color: burlywood;

}
.content-3 table{
    border: 2px solid #838282
   
}
.conten-3 th, td {
   
   vertical-align: top;
   border: 1px solid #000;
}
.content-3 h6{
    color: #FFFFFF;
    background-color: #2E2C2C;
}
.content-3 strong{
    color: darkolivegreen;
}




.content-4 a{
	text-decoration: none;
	color:#1D1C1C;
	font-size: 15px;
	font-weight: bold;
	
}

.content-4 a:hover{
	font-size: 101%;
	color: burlywood;

}
.content-4 table{
    border:0px;
    border-color: #FFFFFF;
   
}
.conten-4 th, td {
   
   vertical-align: top;
   border: 0px;
}

.content-4 h6{
    color: #FFFFFF;
    background-color: #2E2C2C;
}