/*
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
*/


/* Media query para Imagens das parcerias */
@media (max-width: 1200px) {
  .parcerias img
  {
    margin: 5px;
  }
}




.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;
}
#tabela_1 table,#tabela_1 table td{
	border:1px solid #cccccc;
	padding:10px;
}
#tabela_1 table td.header{
	background: #eeeeee;
}
#tabela_1 table td.header1{
	background: #aaaaaa;
	color: #ffffff;
}

.rslides
{
	background-image: none;
}

/* Botão Ver mais notícias */
.btnVerMaisNoticias {
  padding:1em 0; margin-bottom: 1em; font-size: 1.2em; text-align: right 
} 
.btnVerMaisNoticias a {
  border: 4px solid #CF2123; 
  background-color: white; 
  color: black; 
  padding: 1em; 
  font-family:'Oswald', sans-serif; 
  font-weight: 400; 
  transition: 0.3s ease-in-out all;
}
.btnVerMaisNoticias a:hover  {
  background-color: #CF2123; 
  color: white; 
}

