/*
Theme Name: Starmag
Theme URI: http://starmag.wp-theme.pro/
Author: NORDiX
Author URI:  http://wp-theme.pro
Description: A Premium Wordpress Blog / Magazine Theme. Author page Themeforest <a href="http://themeforest.net/user/NORDiX?ref=NORDiX">NORDiX</a>.
Version: 1.1
License: GNU General Public License
License URI: license.txt
Tags: light, white, gray, two-columns, fixed-width, editor-style, featured-images, theme-options
*/
.cleared {
	float: none;
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
}
#biblioteca{
    width:100%;
}
#biblioteca div{
    width:300px;
	height:225px;
    float:left;
    background:#cecece;
    margin:0px 20px 20px 0px;
    background-position: center;
}
#biblioteca div{
    position:relative;
    width:300px;
	height:225px;
    float:left;
    background:#cecece;
    margin:0px 20px 20px 0px;
    background-position: center;
    border-radius:10px;
}
#biblioteca div a{
    position: absolute;
    bottom: 0px;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    width: 100%;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
}
#biblioteca div:hover a{
    height:225px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
    background-image:url(http://185.31.159.11/~associa2/NOVO/galeriabiblioteca/sbicon.png);
    background-position:center;
    background-repeat:no-repeat;
}