/*--------- Layout  -------- */
.ppl_img{
	display:block;
	width:800px;
	height:638px;
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
}
.btn_boxer2{
	width:100%;
	text-align:left;
}
.ppl_izq2{
	display:block;
	float:left;
	width:370px;
	padding:10px 5px 0 0;
}
.ppl_der2{
	display:block;
	float:left;
	width:369px;
	height:294px;
	padding-top:20px;
}
.docs_izq{
	display:block;
	float:left;
	width:560px;
	padding-left:90px;
	position:relative;
}
.docs_izq .pdf{
	display:block;
	width:90px;
	position:absolute;
	top:2px;
	left:20px;
}
.docs_der{
	display:block;
	float:right;
	width:150px;
	text-align:center;
	padding-top:20px;
}
@media only screen and (max-width:769px){
	.ppl_img{ width:100%; height:100%; }
}
@media only screen and (max-width:481px){
	.ppl_img{ width:100%; height:100%; }
	.btn_boxer2{ text-align:center; margin-bottom:10px; }
	.ppl_izq2{ float:none; width:100%; height:100%; }
	.ppl_der2{ float:none; width:100%; height:100%; margin-bottom:20px; }
	.docs_izq{
		display:block;
		float:left;
		width:100%;
		padding-left:56px;
		position:relative;
		padding-bottom:20px;
	}
	.docs_izq .pdf{
		display:block;
		width:90px;
		position:absolute;
		top:2px;
		left:2px;
	}
	.docs_der{
		display:block;
		float:none;
		width:100%;
		text-align:center;
		padding-top:0;
	}
}