.container{
    font-family: '__Cerebri Sans_5';
    color: #414042;
}
.div-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.div-img.hidden {
  overflow: hidden;
}
.div-img .img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}
.div-img:hover .img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
a{
	font-size: 12px; 
  text-align: center;
  font-family: 'arial';
}
.titulosg{
  color: #414042;
  font-size: 45px;    
  font-family: '__Core Serif N_5';
}
#btn{
  z-index: 50000;
  cursor: pointer;
  height: 35px;
  width: 100%;
  margin-top: 7px;
  background-color: #414042;
  border: transparent;

}
#btn:hover{
 background-color: #a97c50;
}
.i-am-centered { margin: auto; max-width: 300px;}

label{
 color: #414042;
 line-height: 14px;
}
#pbtn{
    margin-block-start: 0.5em;
    margin-block-end: 1em;
  line-height: 14px;
      letter-spacing: 3px;
      display: block;
    text-align: center;
    color: #FFFFFF;
    font-family: 'arial';
    border-color: transparent;
    line-height: 14px;
}
.parrafo{
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
  text-align: justify;

}
.ppeque{

}
#s124f{
    height: 400px;  
    background-image: url('../img/tray.jpg');
    background-position: center center;
    background-color: transparent;
    z-index: 21;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
}
#smapa{
    height:610px;  
    background-image: url('../img/map.jpg');
    background-position: center center;
    background-color: transparent;
    z-index: 21;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
}
.subt{
   color: #414042;
    text-align: center;
    z-index: 21;
    font-size: 20px;
    line-height: 24px;
    font-family: '__Sackers Gothic Std_5';
    background-color: transparent;
    font-weight: 300;
    min-height: 35px;
    letter-spacing: 3px;
}
.w3-animate-fading{animation:fading 8s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-left{position:relative;animation:animateleft 1.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 1.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 1.2s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}

.aref{
	color: #414042;
	border-left: 1.3px solid #000;
    padding-left: 12px;
    border-bottom: 1.3px solid #000;
	transition: 0.3s;
}
.aref2{
	color: #a97c50;
	border-left: 1.3px solid #a97c50;
    padding-left: 12px;
    border-bottom: 1.3px solid #a97c50;
	transition: 0.3s;
}

.aref:hover{
	color: #414042;
	border-left: 2px solid #000;
    padding-left: 12px;
    border-bottom: 2px solid #000;
	transition: 0.3s;
	text-decoration: none;
}
.aref2:hover{
	color: #a97c50;
	border-left: 2px solid #a97c50;
    padding-left: 12px;
    border-bottom: 2px solid #a97c50;
	transition: 0.3s;
	text-decoration: none;
}
 
.nav-link:hover{
	    font-size: 14px;
	 border-bottom: 1px solid #a97c50;
}



