/*----------------------------------Geral-----------------------------*/

*{
	margin: 0;
	padding: 0;
	text-decoration:none;
}

body{	
	width:100%;
	font-family:Arial;
	font-size:14px;
	color:#263420;
	background:#fff url(../imgNew/bg-body.gif) top center repeat-y;
	overflow-x:hidden;
} 

html {  
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}  
a img { border:0;}
a, input { outline:none; color:#333;}
a { 
	cursor:pointer; 
	-webkit-transition-property: background-color, color;
  	-webkit-transition-duration: 300ms;
  	-transition-timing-function: ease-out;
}

a:hover {
	color:#4E8439;
}

a.btnMais .text {  
	background: #096;
	color: #fff;
	padding: 0px 5px;
	display: inline-block;
	height: 22px;
	vertical-align: top;
	line-height: 22px;
}
a.btnMais .ico {  
	background:url(../imgNew/ico-btnmais.gif) no-repeat;
	display:inline-block;
	width:20px; height:22px;
	margin-left:0px;
}

a.btn-green .text { background: #096; }
a.btn-greenDark .text { background: #297449; }
a.btn-yellow .text { background: #ffb933; }
a.btn-red .text { background: #ff6633; }
a.btn-greenLight .text { background: #7aa3a3; }
a.btn-blue .text { background: #5ebecf; }
a.btn-purple .text { background: #c570c0; }

.tit { text-transform:lowercase; }
.tit-green { color: #096; }
.tit-greenDark { color: #297449; }
.tit-yellow { color: #ffb933; }
.tit-red { color: #ff6633; }
.tit-greenLight { color: #7aa3a3; }
.tit-blue { color: #5ebecf; }
.tit-purple { color: #c570c0; }

.bg-grey { background:#eee; border-radius:10px; }

.link {
	margin-top:7px;
	display:block;
}

.transparente {
	_behavior: url("js/iepngfix.htc");
}

.clr{
	clear:both; height:0; line-height:0;
}
.clearfix:after { clear:both; display:block; height:0; line-height:0; visibility:hidden; content:""; }

h1 {
	font-weight:bold;
	display:none;
}

h2 { 
	font-size:20px;
	color: #60685D;
}

h3 {
	margin-bottom:10px;
	font-size:40px;
	color: #60685D;
}

h4 {
	margin-bottom:3px;
}

h5 {
	margin-bottom:12px;
	float:left;
}

h6 {
	color:#555;
	margin-bottom:10px;
	font-size: 33px;
	letter-spacing:-1px;
	line-height:1;
}

a h4:hover, h5:hover {
	filter:alpha(opacity=60); /*IE*/
	-moz-opacity:0.60; /*Firefox Antigo*/
	opacity:0.60; /*Firefox e Opera*/
	-khtml-opacity: 0.60; /*Safari e Chrome*/
}

hr {
	color:#84BC6E;
	border:1px solid #84BC6E;
	margin-bottom:16px;
}

.data {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}

.texto {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
	text-align:justify;
}

.texto ul {
	margin-left:16px;
	line-height:14px;
	margin-bottom:10px;
}

.texto ul li {
	margin-bottom:0px;
}

.imgPaginas {
	float:left;
	margin-right:5px;
	margin-bottom:15px;
	width:100%;
	border-radius:6px;
}

.imgPaginasFund2 {
  float: inherit;
  margin-right: 5px;
  margin-bottom: 27px;
  width: 45%;
  border-radius: 6px;
  margin: 0 auto;
  display: table;
  margin-bottom: 11px;
}

.barraRolagem {
	max-height:565px;
	overflow-y:auto;
	overflow-x: hidden;
	border: 0px solid #E6E6E6;
}

.box { margin-bottom:20px; position:relative; }
.p10 { padding:10px; }

.col { float:left; width:100%; }
.col2>.col { width:50%; }
.col2 { position:relative; }
.col2.home { margin-left:50px; float:right; }

.col-home-dir { margin-top:-43px; float:left; width:300px; }

/*-----------------------------Topo------------------------------------*/

#topo {
	width:970px;
	margin:0 auto 30px;
}

#topo .centro {
	background:#fff url(../imgNew/bg-topo-2018.jpg) top center no-repeat;
	width:950px;
	height:334px;
	margin:0 auto;
	position:relative;
}

#topo .centro #logo {  
	position:absolute;
	left:80px;
	top:55px;
	z-index:2;
}

#topo .centro #btnContato {  
	    position: absolute;
    right: 21px;
    top: 3px;
}
#topo .centro #btnContato>a { margin-right:5px; }

#topo .centro #slide-topo {  
	position: absolute;
	bottom: 0px;
	right: 67px;
	width: 367px;
	height: 298px;
	z-index:1;
}

/*-----------------------------Menu------------------------------------*/

#boxMenu {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(top, #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	height:60px;
	width:970px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
#boxMenu:after {
	background:#fff url(../imgNew/sombra-menu.gif) top center no-repeat;
	height:15px;
	display:block;
	content:"";
}

#boxMenu ul {
	height:60px;
	width:930px;
	margin:0 auto;
	list-style:none;
}

#boxMenu ul li {
	float:left;
	height:100%;
	margin-right:1px;
}

#boxMenu ul li a {
	color:#256742; 
	padding:0 21px;
	display:block;
	height:100%; line-height:60px;
	font-family:"Trebuchet MS";
	font-size:15px;
}
#boxMenu ul li a:hover { background:#256742; color:#fff; }

#boxMenu ul li a.menu-ativo { background:#256742; color:#fff; }

#boxMenu ul li a#home.menu-ativo { background: url(../imgNew/bg-menu-home.png) top center no-repeat; height:70px; }


/*-----------------------------Conte�do------------------------------------*/
#conteudo {
	width:100%;
	padding-bottom: 30px;
	overflow:hidden;
}

#conteudo .centro {
	width:950px;
	margin:0 auto;
	background:white;
}

#conteudo .centro .divMateria {
	float:left;
	font-size:16px;
	font-weight:bold;
	height:13px;
	margin-left:8px;
	margin-right:8px;
	margin-top:-5px;
}

#conteudo .centro .selecionadoMateria {
	filter:alpha(opacity=60); /*IE*/
	-moz-opacity:0.60; /*Firefox Antigo*/
	opacity:0.60; /*Firefox e Opera*/
	-khtml-opacity: 0.60; /*Safari e Chrome*/
}

#conteudo .centro .icoBaixar {
	background:url(../img/icoBaixar.png) no-repeat;
	padding:7px;
	padding-left:37px;
	display:block;
	margin:8px 0px;
}

#conteudo .centro .imgTopoConteudo {
	background:url(../img/topo-conteudo.jpg) no-repeat;
	width:999px;
	height:22px;
}

/*FOTOS*/
#conteudo .centro .boxGaleria {
	background:url(../imgNew/linha-dashed.png) bottom center no-repeat;
	//float:left;
	padding-bottom: 20px;
}

#conteudo .centro .boxGaleria .textoFoto {
	float:left;
	width:130px;
	color:#FFF;
}

#conteudo .centro .boxGaleria .linkFoto {
	float:right;
	margin-top:10px;
	margin-right:2px;
	font-weight:bold;
	color:#81d853;
}

#conteudo .centro .boxGaleria .linkFoto:hover {
	color:#fff;
}

#conteudo .centro .boxGaleria .imgFoto {
	float: left;
	overflow: hidden;
	width: 160px;
	height: 120px;
	margin-right: 10px;
	border-radius: 10px;
}

#conteudo .centro .boxGaleria .imgFoto:hover {
	
}

#conteudo .centro .boxGaleria .imgFoto img {
	width:100%;	
}

#conteudo .centro .imgFotoMenuLateral {
	/*float:left;
	background:url(../img/borda-foto-lateral.png) no-repeat;
	position:absolute;*/
	width:100%;
	height:140px;
	border-radius: 6px;
	display:block;
	overflow:hidden;
}

#conteudo .centro .areaGaleria>hr {
	margin:0px !important;
}

#conteudo .centro .galeria {
	margin-bottom:0px;
	padding:10px 0;
	width:100%;
}

#conteudo .centro .txtGaleria {
	margin-top: 4px;
	float: left;
	width: 235px;
}

#conteudo .centro .imgFotoAlbum {
	width:100px;
	height:75px;
	float:left;
	margin-right:10px;
	border-radius:6px;
	overflow:hidden;
	-webkit-transition:none;
}
#conteudo .centro .imgFotoAlbum:hover {
	border:3px solid #84BC6E;
	width:94px;
	height:69px;
}
#conteudo .centro .imgFotoAlbum img {
	width:100px;
}
#conteudo .centro .imgFotoAlbum:hover img {
	margin:-3px;
}

#conteudo .centro .imgFotoGaleria {
	width:117px;
	height:85px;
	float:left;
	margin:0 10px 10px 0;
	border-radius:6px;
	overflow:hidden;
	-webkit-transition:none;
}
#conteudo .centro .imgFotoGaleria:hover {
	/*border:3px solid #84BC6E;
	width:111px;
	height:79px;*/
}
#conteudo .centro .imgFotoGaleria img {
	width:117px;
}
#conteudo .centro .imgFotoGaleria:hover img {
	/*margin:-3px;*/
}
/*FIM FOTOS*/

/*DESTAQUE*/
#conteudo .centro .boxDestaqueSoledade {
	float: right;
	width:600px;
	margin-bottom: 25px;
	position:relative;
}
.boxDestaqueSoledade .slider-home .img-link .mascara-banner {
	background:url(../imgNew/faixas-banner.png) no-repeat;
	width:600px;
	height:300px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:999;
}
.boxDestaqueSoledade .slider-home .img-link {
	display:block;
	width:600px;
	height:300px;
	overflow:hidden;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.boxDestaqueSoledade .slider-home .imgDestaque {
	width:100%; height: 250px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#conteudo .centro .boxDestaqueSoledade .txtDestaque {
	height: 45px;
	width: 500px;
	position: absolute;
	bottom: 5px;
	right: 15px;
	z-index: 9999;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	color: #444;
}
/*FIM--DESTAQUE*/

#conteudo .centro .boxMultimidia .box-ico {
	position:absolute;
	right: -21px;
	top:-17px;
	width:148px; height:106px;
}

#conteudo .centro .boxReligiao .box-ico {
	position:absolute;
	right:40px;
	top:5px;
	width:82px; height:61px;
}

.menuTabs {
	
}
.menuTabs a {
	background: #009865;
	color: white;
	font-weight: bold;
	padding: 0px 8px;
	font-size: 18px;
	margin-top: 10px;
	float: left;
	margin-right: 5px;
	cursor: pointer;
	border-radius:4px;
}
.menuTabs a:hover { background: #f63; }
.menuTabs a.activeSlide { 
	background: #f63;
}

#conteudo .boxBaseSite {
	background:url(../img/bgBaseSite.png) no-repeat;
	width:998px;
	height:47px;
	display:block;
	margin:0 auto;
	overflow:hidden;
}

/*------Box Conte�do------*/
.boxConteudo {
	width:950px;
}

.boxConteudoInterno {
	background:none;
}

.boxConteudo .colEsq {
	float:left;
	width:300px;
}

.boxConteudo .colEsqInterno {
	width:165px;
	margin-top:100px;
}

.boxConteudo .colEsqFoto {
	width:135px;
	margin-top: 40px;
}
.boxConteudo .colEsqFoto img {
	width:100%;
}

.boxConteudo .boxTwitter {
	background:url(../img/meio-twitter.png) repeat-y;
	width:306px;
	padding-bottom:10px;
	min-height:178px;
	*margin-top:-3px;
}

.boxConteudo .colConteudo {
	float:left;
	width:386px;
	margin-left:50px;
	margin-top:40px;
}

.boxConteudo .colPopUp {
	margin-left:50px;
}

.boxConteudo .colMeio {
	float:left;
	width:295px;
	margin-top:40px;
	margin-left:5px;
}

.boxConteudo .boxMultimidia {
	position:relative;
	margin-left:10px;
}

.boxConteudo .boxComunidade {
	margin-left:10px;
}

.boxConteudo .boxPaisAlunos {
	width:280px;
}

.boxConteudo .boxProfessores {
	margin-bottom:25px;
	width:280px;
}

.boxConteudo .barra-colorida-home:before { 
	background: url("../imgNew/barra-colorida.png") repeat-y scroll 0 0 transparent;
    content: "";
    float: left;
    height: 330px;
    margin-right: 13px;
    width: 37px;
}

.boxConteudo .barra-colorida:before { 
	background: url("../imgNew/barra-colorida.png") repeat-y scroll 0 0 transparent;
    content: "";
    float: left;
    height: 315px;
    margin-right: 13px;
    width: 37px;
}

.boxConteudo .boxPaisAlunos .bgPreto {
	background:url(../img/bgPretoPaisAlunos.png) no-repeat;
	width:243px;
	height:276px;
	margin:0 auto;
	display:block;
	margin-top:11px;
	margin-left:14px;
}

.boxConteudo .boxPaisAlunos .bgPais {
	background:url("../img/bgPais.png") no-repeat scroll 0 0 transparent;
	float:left;
	height:136px;
	margin:2px auto 0 4px;
	width:238px;
}

.boxConteudo .boxPaisAlunos .bgAlunos {
	background:url("../img/bgAlunos.png") no-repeat scroll 0 0 transparent;
	float:left;
	height:136px;
	margin:0px auto 0 4px;
	width:238px;
}

.boxConteudo .boxPaisAlunos .linkPaisAlunos {
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin-left:20px;
	margin-top:50px;
	width:104px;
}

.boxConteudo .boxPaisAlunos .btPaisAlunos {
	background:url("../img/btPaisAlunos.png") no-repeat scroll 0 0 transparent;
	height:39px;
	margin-left:102px;
	margin-top:47px;
	position:absolute;
	width:37px;
}

.boxConteudo .colDir {
	float:right;
	width:650px;
}

.boxConteudo .colDirInterno {
	float:right;
	width:306px;
	margin-right:20px;
	margin-top:40px;
}

.boxConteudo .boxTitTxt {
	float:left;
	width:155px;
}

.boxConteudo .colDir .imgPapeis {
	float:right;
}

.boxConteudo .colDir .boxBoletim {
	width:295px;
	height:122px;
	margin-top:40px;
}

.boxConteudo .colDir .boxBoletim .titBoletim {
	background:url(../img/tit-boletim.png) no-repeat;
	width:138px;
	height:58px;
	display:block;
	margin-bottom:7px;
}

.boxConteudo .colDir .boxQuadro {
	width:300px;
	height:122px;
	margin-top:40px;
}

.boxConteudo .colDir .boxQuadro .titQuadro {
	
}

/*-----------------------------Box Menu------------------------------------*/
.boxMenu {
	float:left;
	width:165px;
	position:relative;
}

.boxMenu .menuLateral {
	float:left;
	text-align:right;
	width:150px;
	margin-bottom:15px;
	font-size:16px;
	color:#60685d;
}

.boxMenu .ico {
	background:#84bc6e;
	width:9px;
	height:13px;
	float:right;
	margin-top:2px;
}

.boxMenu .bgMenuLateral {
	background:url("../img/bgMenuLateral.png") no-repeat scroll 0 0 transparent;
	height:31px;
	margin-left:23px;
	position:absolute;
	width:144px;
	z-index:1;
	left: 0px;
}

.boxMenu .bgMenuLateraVideo {
	margin-top:-40px;
}

.boxMenu .bgMenuLateral000 {
	margin-top:-74px;
}

.boxMenu .bgMenuLateral00 {
	margin-top:-74px;
}

.boxMenu .bgMenuLateral01 {
	margin-top:-7px;
}

.boxMenu .bgMenuLateral02 {
	margin-top:26px;
}

.boxMenu .bgMenuLateral03 {
	margin-top:59px;
}

.boxMenu .bgMenuLateral04 {
	margin-top:92px;
}

.boxMenu .bgMenuLateral05 {
	margin-top:125px;
}

.boxMenu .bgMenuLateral06 {
	margin-top:158px;
}

.boxMenu .bgMenuLateral07 {
	margin-top:191px;
}

.boxMenu .bgMenuLateral08 {
	margin-top:308px;
}

.boxMenu .bgMenuLateral09 {
	margin-top:356px;
}

.boxMenu .bgMenuLateral10 {
	margin-top:271px;
}

.boxMenu .bgMenuLateral11 {
	margin-top: 374px;
}

.boxMenu .bgMenuLateralInf01 {
	margin-top:290px;
}

.boxMenu .bgMenuLateralInf02 {
	margin-top:324px;
}

.boxMenu .bgMenuLateralInf03 {
	margin-top:357px;
}

.boxMenu .bgMenuLateralInf04 {
	margin-top:390px;
}

.boxMenu .bgMenuLateralInf05 {
	margin-top:424px;
}

.boxMenu .bgMenuLateralInf06 {
	margin-top:412px;
}

.boxMenu .bgMenuLateralInf07 {
	margin-top:443px;
}

.boxMenu .bgMenuLateralInf08 {
	margin-top:474px;
}

.boxMenu .bgMenuLateralSome {
	display:none;
}

.bgMenuLateralInterno {
	background:url("../img/bgMenuLateral.png") no-repeat scroll 0 0 transparent;
	height:31px;
	margin-left:-193px;
	position:absolute;
	width:144px;
}

.bgMenuLateralInternoProfInterno01 {
	margin-top:-25px;
}

.bgMenuLateralInternoProfInterno02 {
	margin-top:8px;
}

.bgMenuLateralInterno01 {
	margin-top:108px;
}

.bgMenuLateralInterno02 {
	margin-top:142px;
}

.bgMenuLateralInterno.c-docente {
	margin-top:175px;
}

.bgMenuLateralInterno.c-prog {
	margin-top:5px;
}

.bgMenuLateralInterno.h-aula {
	margin-top:39px;
}

.bgMenuLateralInterno.c-aval {
	margin-top:176px;
}

.bgMenuLateralInterno.l-mat {
	margin-top:73px;
}

.bgMenuLateralInterno04 {
	margin-top:209px;
}

.bgMenuLateralInterno05 {
	margin-top:232px;
}

.bgMenuLateralInterno06 {
	margin-top:277px;
}

.bgMenuLateralInterno.c-docente {
	margin-top:-29px;
}

.bgMenuLateralInternoSerie01 {
	margin-top:93px;
}

.bgMenuLateralInternoSerie02 {
	margin-top:125px;
}

.bgMenuLateralInternoSerie03 {
	margin-top:156px;
}

.bgMenuLateralInternoSerie04 {
	margin-top:187px;
}

.bgMenuLateralInternoSerie05 {
	margin-top:217px;
}

.bgMenuLateralInternoSerie06 {
	margin-top:248px;
}

/*-----------------------------Twitter------------------------------------*/

#tweet-container {
	overflow:hidden;
}

#tweet-container ul li {
	list-style:none;
}

.icoTwitter {
	background:url("../img/ico-twitter.png") no-repeat scroll 0 0 transparent;
	float:left;
	height:30px;
	margin-left:8px;
	margin-right:5px;
	padding-left:34px;
	padding-top:8px;
}

.icoTwitter a {
	font-weight:bold;
}

#tweet-container .txtTwitter {
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin-left:34px;
	line-height:15px;
	color:#263420;
	margin-top:4px;
	float:left;
	width:250px;
}

#tweet-container .dataTwitter {
	color:#4E8439;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:17px;
	overflow:hidden;
	width:121px;
	margin-left:34px;
	margin-bottom:7px;
}

/*-----------------------------Box Acordeon------------------------------------*/
.boxAcordeon {
	background:url(../img/bgAcordeon.jpg) no-repeat;
	width:386px;
	height:31px;
	display:block;	
}

.boxAcordeon .btSeta {
	background:url("../img/seta.png") no-repeat scroll 0 0 transparent;
	float:left;
	height:20px;
	margin-left:9px;
	margin-top:6px;
	margin-bottom:10px;
	width:20px;
}

.boxAcordeon .btSetaAtivo {
	background:url("../img/setaAtivo.png") no-repeat scroll 0 0 transparent;
}

.boxAcordeon .dados {
	cursor:pointer;
	float:left;
	font-weight:bold;
	margin-top:0px;
	padding-left:24px;
	width:342px;
	font-size:16px;
	color:#FFF;
}

.boxAcordeon .boxInfo {
	float: left;
	width: 376px;
	margin-left: 8px;
	margin-bottom: 6px;
}



/*-----------------------------Form------------------------------------*/
form {
	width:386px;
	display:block;
}

form .campo {
	width:97%;
	height:20px;
	border:1px solid #84bc6e;
	background:none;
	margin-bottom:5px;
	display:block;
	padding:5px;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#60685d;
}

form .campoAVA {
	width:50%;
	height:20px;
	border:1px solid #84bc6e;
	background:none;
	margin-bottom:5px;
	display:block;
	padding:5px;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#60685d;
}

form #setor {
	width:386px;
	height:30px;
	padding-left:1px;
}

form .textarea {
	height:150px;
}

form .btEnviar {
	padding:3px;
	margin-left:344px;
	border:1px solid #84bc6e;
	background:none;
	color:#60685d;
	font-weight:bold;
	cursor:pointer;
}

form .btEnviarContato {
	margin-left:332px;
}

form .btEnviar:hover {
	background:#84BC6E;
	border:1px solid #60685d;
}

form .btEnviarAVA {
	padding:3px;
	/* margin-left:344px; */
	border:1px solid #84bc6e;
	background:none;
	color:#60685d;
	font-weight:bold;
	cursor:pointer;
}

form .btEnviarContatoAVA {
	/* margin-left:332px; */
}

form .btEnviarAVA:hover {
	background:#84BC6E;
	border:1px solid #60685d;
}



form .btAcessar {
	padding:3px;
	/*margin-left:319px;*/
	border:1px solid #84bc6e;
	background:none;
	color:#60685d;
	font-weight:bold;
	cursor:pointer;
}
form .btAcessar:hover {
	background:#84BC6E;
	border:1px solid #60685d;
}

/*-----------------------------Rodap�------------------------------------*/
#rodape {
	background:#f5f5f5;
	font-size:13px;
	width:100%;
	display:block;
	clear:both;
	display:block;
	padding:20px 0 30px;
}

#rodape .centro {
	margin:0 auto;
	display:block;
	width:950px;
}

#rodape .centro .colParceiros {
	width:50%;
}
#rodape .centro .colParceiros>.logo {
	margin-right:10px;
	display:inline-block;
	vertical-align:middle;
}

#rodape .centro .colRede {
	width:50%;
	text-align:right;
}
#rodape .centro .colRede>.logo {
	margin-right:5px;
	display:inline-block;
	vertical-align:middle;
}

#rodape .centro .colEnd {
	width:33%;
}
#rodape .centro .colCopy {
	width:33%;
	text-align:center;
	margin-top:15px;
}
#rodape .centro .colInovamidia {
	width:33%;
	text-align:right;
	margin-top:15px;
}

#rodape .centro .colInovamidia .logoInovamidia {
	
}

.link-pdf {
	display:block;
	margin-bottom:5px;
	color:#4E8439;
	font-size:14px;
	text-align:left;
}

.link-pdf:hover {
	color:#60685d;
}

.link-pdf span {
	color:#60685d;
	font-size:12px;
}