*{
	margin: 0;
	padding: 0;
	
}

/***** PIE DE PAGINA *****/
.pie{
	background-color:#213443;
  	height:40px;
	text-align: center;
	width:100%; 
	/*position: fixed;
	bottom: 0px !important;*/
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 16px;
	padding-top:5px;

}
.p1{font-size: 16px;}
.p2{font-size: 10px;}
/***** TERMINA PIE DE PAGINA *****/


/* RESPONSIVE*/

@media screen and (max-width: 520px){
	.pie{height:40px;}
	.p1{font-size: 9px;}
	.p2{font-size: 9px;}
}

@media screen and (max-width: 450px){
	.pie{height:40;}
	.p1{font-size: 9px;}
	.p2{font-size: 9px;}
}

@media screen and (max-width: 340px){
	.pie{height:40x;}
	.p1{font-size: 9px;}
	.p2{font-size: 9px;}
}