/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */


#registrate {
	position: absolute ; 
	left: 0px ; 
	top: 0px ; 
	display: none ; 
	padding: 20px ; 
}

#login {
	position: absolute ; 
	left: 0px ; 
	top: 0px ; 
	padding: 20px ; 
}

#centro_ficha { 
	padding: 20px ;
}
#centro_ficha a:hover { 
	color: #000000 ;
}

