html {
    min-height: 100%;
    position: relative;
}
body {
    margin-bottom: 10px;
}

.footer-bottom {
	font-size: 11px; 
	background: #383838;
  	color:#b2b2b2; 
  	padding-top: 15px;
  	padding-bottom: 15px;
  	margin-top: 50px;
  	width: 100%;  
  	position: absolute;
 	bottom: 0;
}


.footer {
	font-size: 11px; 
	background: #383838;
  	color:#b2b2b2;
  	padding-top: 15px;
  	padding-bottom: 15px;
  	width: 100%;  
   	bottom: 0;
  	margin-top: 50px;
}


.footer-private-bottom {
	font-size: 11px; 
	background: #383838;
  	color:#b2b2b2; 
  	font-family: Arial, sans-serif;  
  	padding-bottom: 15px;
  	width: 100%;  
  	position: absolute;
 	bottom: 0;
  	margin-top: 50px;

}

.footer-public{
	background: #383838;
	bottom: 0;
  	color:#b2b2b2; 
  	font-size: 11px; 
  	margin-top: 50px;
  	padding-bottom: 15px;
  	position: absolute;
  	width: 100%;
}


.footer-private {	
	background: #383838;
	bottom: 0;
  	color:#b2b2b2; 
  	font-size: 11px; 
  	margin-top: 50px;
  	padding-bottom: 15px;
  	position: absolute;
  	width: 100%;
}


.footer-top-menu-text {
    color: #383838;
    text-decoration: none; 
   
}


.footer-margin-bottom{
	margin-bottom: 10px;
}


.linea{
	border-bottom-color: #001f5b;
	border-bottom-width: medium; 
	border-bottom-style: solid;
}




