.header-fixed{
	display: flex;justify-content: center;
	align-items: center;
	background: #fff;
}
.header-fixed img{
	width: 6rem;
}
.header-tittle{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	text-align: center;
	box-shadow: 1px 1px 2px #AAA;
}
.header-tittle h1{
	color: #dd0000;		
	font-size: 1.5rem;
	text-shadow: 1px 1px 2px #000;
}
.header-tittle h2{
		font-size: 1em;
}


.img-wi img {
  width: 100%;
}
.img-wi:hover img{
  animation: 1s bounce;
}
.img-hover {
	transition: .5s all;
}.img-hover img{
	max-width:8rem;
	max-height:11rem; 
}

.tittle1{
	font-size: 2rem;
	font-style: italic;

}
.tittle2{
	color: #dd0000;
	font-size: 3rem;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
}
#directiva{
	margin-top: 1.5rem;
}
#directiva{
	margin-top: 1.5rem;
}
@media (max-width: 800px){
	#directiva{
	margin-top: 0;
}
}