html{ height:100%; }
body{ min-height:100%; padding:0; margin:0; position:relative; }

footer{ background:#009ee1; }



body::after {
  content: '';
  display: block;
  height: 50px; /* Set same as footer's height */
}

#separadorfooter {
  height: 55px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 55px;
}

.footer{
	text-align:center;
}

.datos{
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-align:center;
	margin-top:10px;
}

.enlaces{
	font-size:11px !important;
	font-weight:normal;
	color:#000000;
	line-height:45px;
	text-decoration:underline;
}

.enlaces:hover{
	color:#000000;
}
