/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30-mar-2017, 20:14:47
    Author     : adrian
*/

#footer .registros {
	
	text-align: right;
	font-size: 0.9em;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
}

#footer .registros a:link {
    color: #999999;
	text-decoration: none;
}
#footer .registros a:visited {
    color: #999999;
	text-decoration: none;
}
#footer .registros a:hover {
    color: #999999;
	text-decoration: underline;
}
#footer .registros a:active {
    color: #999999;
	text-decoration: none;
}