/*--------- Layout  -------- */
.pc_izq{
	display:block;
	float:left;
	width:250px;
	height:312px;
	margin-top:30px;
	margin-bottom:20px;
}
.pc_der{
	display:block;
	float:left;
	width:460px;
	padding:30px 0 0 10px;
}
.btn_boxer1{
	width:100%;
	text-align:left;
}
.pc_izq2{
	display:block;
	float:left;
	width:370px;
	padding:20px 0 0 0;
}
.pc_der2{
	display:block;
	float:left;
	width:369px;
	height:226px;
	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:481px){
	.pc_izq{ float:none; width:100%; height:100%; }
	.pc_der{ float:none; width:100%; padding:6px 0 0 0; }
	.btn_boxer1{ text-align:center; margin-bottom:10px; }
	.pc_izq2{ float:none; width:100%; height:100%; }
	.pc_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;
	}
}