.localizacion-izq{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	list-style-type: none;
	font-size: 13px;
}
.localizacion-izq ul{
	margin-bottom: 10px;
}
.localizacion-izq ul li{
	margin-bottom: 5px;
	line-height: 20px;
}
.localizacion-header{
	padding: 20px 0;
	vertical-align: middle;
	text-align: left;
	font-family: BebasNeue,"Lucida Grande", sans-serif;
}
.localizacion-header h1{
	font-size: 40pt;
	font-weight: normal;
	line-height: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0px;
}
@media (max-width: 767px){
.localizacion-header h1{
	font-size: 32pt;
	line-height: 45px;
}
}
.row-padding{
	display:table;
	padding: 20px 30px 0 30px;
	width:100%;
	height:auto;
}
.row-padding:last-child{
	padding-bottom: 20px;
}
.detalles-contacto{
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:20px
}
.link-obtener-dir{
	margin-top: 0px;
	margin-bottom: 20px;
}
.estilo-dir-tel{
	font-family: BebasNeue,"Lucida Grande", sans-serif;
	vertical-align: top;
	border-right: 1px solid #e9e6dc;
	padding-right: 5px;
}
.estilo-num-tel{
	font-size: 29px;
	line-height: 35px;
}
.estilo-dir{
	font-size:29px;
	line-height:35px;
}
.horario{
	vertical-align: top;
	padding-left: 5px;
	font-size: 12px;
	line-height: 20px;
}

@media(max-width:991px) and (min-width:768px){
	.estilo-num-tel{
		font-size:24px;
		line-height:25px;
	}
	.estilo-dir{
		font-size:24px;
		line-height:25px;
	}
}
@media(max-width:767px){
	.estilo-dir-tel{
	border-right: 0px solid #e9e6dc;
	padding-right: 0px;
}
	.horario{
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e9e6dc;
	}
}