/* Os estilos de cada info vão neste CSS */
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);

body{
	/*background-image:url(img/fundo.jpg)!important;
	background-repeat:no-repeat!important;
	background-position:0px 34px!important;*/
}

/*capa*/
#abertura{
	background:url(img/bg-texto.png);
	color:#FFFFFF;
	border:1px solid #ffffff;
	box-shadow: 1px 2px 6px rgba #000;
	-moz-box-shadow: 1px 2px 6px #000;
	-webkit-box-shadow: 1px 2px 6px #000;
}
#abertura h1{
	font-family: 'Fjalla One', sans-serif;
	font-size:35px!important;
	color:#ffe400!important;
	text-shadow:2px 2px #000!important;
	/*line-height:28px;*/
	padding:5px 10px;
	line-height:50px;
}
#abertura p{
	color:#ffffff!important;
	font-size:13px!important;
	line-height:18px;
	/*width:290px!important;*/
	text-align:justify;
	padding:5px 10px;
}
#abertura b,
#abertura strong{color:#ffffff!important;}
#abertura i{color:#ffffff!important;}
a.veja{margin:5px 10px 10px 10px;}

/*internas*/
body.black #imagem-grande #legenda{
	background:url(img/bg-texto.png)!important;
	color:#FFFFFF!important;
	border:1px solid #2f2f2f;
	box-shadow: 1px 2px 6px rgba #000;
	-moz-box-shadow: 1px 2px 6px #000;
	-webkit-box-shadow: 1px 2px 6px #000;
}
body.black #imagem-grande #legenda h3 {
	font-size:36px!important;
	color:#ffe400;
	line-height:34px!important;
	border-bottom:1px solid #2f2f2f;
}
body.black #imagem-grande #legenda b,
body.black #imagem-grande #legenda strong,
body.black #imagem-grande #legenda i{color:#ffffff!important; font-size:14px!important;}
