#peq_his { 
	position:absolute;
	text-align:justify;
	margin:0 0 0 0;
	margin-left:80px;
	width: 300px;
	height:350px;
	top:170px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:0;
}

#peq_his_lug{
	position:absolute;
	text-align:left;
	margin:0 0 0 0;
	margin-left:80px;
	width:200px;
	top:410px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:0;
}

#peq_his_dist{
	position:absolute;
	text-align:right;
	margin:0 0 0 0;
	margin-left:280px;
	width:100px;
	top:410px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:0;
}

#dist_lug { 
	position:absolute;
	margin:0 0 0 0;
	margin-left:490px;
	width: 200px;
	height: 300px;
	text-align:left;
	top:170px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#000;
	z-index:0;
}

#dist_dist { 
	position:absolute;
	margin:0 0 0 0;
	margin-left:690px;
	width: 100px;
	height: 300px;
	text-align:right;
	top:170px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#000;
	z-index:0;
}

h1{
	font-size:18px;
	color:#fff;
}
h3{
	font-size:14px;
	color:#fff;
}
p{
	font-size:11px;
	color:#fff;
}