@charset "utf-8";
/* CSS Document */

.barra{
	position:fixed;
	width:100%;
	height:30px;
	background:#E7D3B8;
	bottom:0;
	text-decoration:none;
	
}

.barra p{
	color:#FFF;
	text-align:center;
	margin-top:5px;
	text-decoration:none;
}

.barra a {
	text-decoration:none;
}

@media (max-width:1024px){
	
.barra{
    height:11%;
	background:#E7D3B8;

}	

.barra p{
	font-size:46px;
	margin-top:8px;
}
    
.barra{
	height:70px;
	
}
}