@charset "utf-8";
/* CSS Document */

body {
	background-image:url(mesoimages/tepantitla.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}
.imgTopAlign {
		vertical-align: top;
		}
	
.pronounce {
	text-decoration:underline;
	font-weight: bold;
	background-color: #ffc2b3;
	text-decoration-color: #2b882b;
	-moz-text-decoration-color: #2b882b;
}

.thumbnail {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.mesoStickyHeader {
  position: fixed;
  top: 0;
  width: 81.5%;
  z-index: 5;
  background-color: transparent;
  background-color: rgba(255,255,255,0.9);
}

.mesoStickyHeader + .buffer {
    padding-top: 80px;
}
