.contenidoDistribuidores{
	width: 100%;
	height: 200px;
}

.skinInteriores{
	background-image: url('../img/fondoInteriores.png');
	background-repeat: no-repeat;
	float: left;
	width: 855px;
	height: auto;
	position: relative;
	margin: 40px 0px 0px 28px;
}

.lima{
	background-image: url('../img/fondoInterioresLima.png');
}

.provincia{
	background-image: url('../img/fondoInterioresProvincia.png');
}

.botoneraDistribuidores{
	position: absolute;
	margin: -36px 0px 0px 320px;
}

.botoneraDistribuidores a{
	text-decoration: none;
	font-size: 14px;
	color: #ccc!important;
}

.botoneraDistribuidores a:hover{
	color: #fff!important;	
}

.botoneraDistribuidores a:last-child{
	margin-left: 140px;
}


.distribuidor{
	margin: 20px 0px 20px 20px;
	background: url('../img/bordeBotton.png') no-repeat center bottom;
	height: auto;
	position: relative;
	width: 500px;
	padding-bottom: 10px;
}

.distribuidor p{
	font-family: 'Arial';
	font-size: 12px;
	margin: 0;
	width: 600px;
}

.distribuidor h1{
	color: #f0a000;
	font-size: 22px;
	font-family: 'Arial';
	margin: 0;
}

.distribuidor h2{
	color: #f0a000;
	font-size: 16px;
	font-family: 'Arial';
	margin: 0;
	margin-top: 6px;
}

p img{
	position: relative;
	top: 4px;
}

.verMapa{
	width: 62px;
    height: 18px;
    background-color: #f0a000;
    color: white!important;
    padding: 4px 10px;
    border-radius: 3px;
    text-decoration: none;
    margin: 3px 0px 10px 0px;
    position: absolute;
    font-size: 14px;
    margin-left: 12px;
    line-height: 18px;
    text-align: center;
}

.ligtbox{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 56;
	display: none;
}


.ligtbox .baseLightBox{
	width: 100%;
	height: 100%;
	background-color: black;
	position: absolute;
	opacity: .7;
	z-index: 1;
}

.ligtbox .baseMapa{
	width: 620px;
	height: 470px;
	position: absolute;
	left: 50%;
	margin-left: -310px;
	z-index: 2;
	margin-top: -235px;
	top: 50%;
	background-color: white;
	border-radius: 20px;
	border: 1px solid black;
}

.ligtbox .baseMapa iframe{
	width: 600px;
	height: 450px;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	z-index: 2;
	margin-top: -225px;
	top: 50%;
}