.personabar-visible #EDGAdminContent .topBarWrapper{
	transform: translateX(-40px); 
}

.ls-v6 .ls-bottom-nav-wrapper{
	top: -52px!important;
}

table.itinerante {
	width:100%;
	border-width: 1px;
	border-color: #AC9F8E;
	border-collapse: collapse;
	text-align:center;
	table-layout: fixed;
	margin-bottom: 20px;
	font-size:13px;
	line-height:14px;
}
table.itinerante th {
	background-color:#AC9F8E;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #AC9F8E;
	color:#fff;
	text-align: center;
	font-weight:600;

}
table.itinerante td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #AC9F8E;
}

.left, .left th{
	text-align:left!important;
}

.bookTitle {
    font-weight: 300;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: -0.015em;
    color: #1D2127;
    padding-left: 10px;
    font-style: italic;
    text-transform: uppercase;
}
/* POPUP */
.eventContainer {
	max-width: 1170px;
	margin: 0 auto;
	padding: 10px 20px 45px 20px;
	position:relative;
	
}

/* MAPA */
.map {
    width: 100%;
    height: 244px;
}
.home .map {
	height: 144px;
}

#mapa_container {
    position: relative;
	margin-bottom: 0;
	margin-top:0;
}
@media only screen and (min-width:767px) {
	#mapa_container {
		margin-bottom: 20px;
		margin-top:0;
	}
	
	.map {
		height: 344px;
	}
	.home .map {
		height: 152px;
	}

}

