@charset "utf-8";
/* CSS Document */

*{
  margin: 0;
  padding: 0;
}

body{
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Cervo Neue Neue' !important;
  background: none !important;
  }
.geral  {
  float: left;
  width: 100%;
  }
.meio  {
  margin: auto;
  width: 980px;
  }


.topo{
  /*background: url(../img/topo-bg.png) repeat-y center;*/
    background: #efefef;
    border-bottom: solid 5px #c5c5c5;
}
.topo .inteiro{
  margin: 0;
}
.topo h1{
  background: url(../img/FCSMA.png) no-repeat left top;
  width: 220px;
  height: 68px;
  position: relative;
  float: left;
  margin: 30px 0;
  z-index: 999;
}
.topo h1 span{
  position: relative;
  top: -99999px;
  visibility: hidden;
}
.topo h1 a{
  float: left;
  width: 100%;
}
.topo nav{
  /*float: right;*/
  background:  white;
}


.linha  {
  height: 16px;
  background: url(../img/slide-linha.jpg) repeat-y center;
  margin: 4px 0 0 0;
}





h2 {
  font-size: 36px !important;
    color: #04668c;
  margin: 0 0 35px 0 !important;
      float: left;
      width: 100%;
}
h3 {
  font-size: 28px;
    color: #4289b3;
  margin: 0 0 20px 0;
      float: left;
      width: 100%;
}
p {
  font-size: 16px;
    color: #4e4e4e;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif" !important;
  line-height: 1.5;
  margin: 0 0 20px 0;
  float: left;
}



.revista a{
  height: 145px !important;
  text-align: center;
  text-decoration: none;
  padding: 12px 0;
  color: #4e4e4e;
  /*background:  url(../img/slide-linha.jpg) repeat-y center;
  background-size: 100%;*/
  background: #e4e4e4;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif" !important;
}
.revista a:hover{
  background: #62b7b3 !important;
  color: #fff;
}
.revista a span{
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 21px;
  font-family: 'Cervo Neue Neue';
}
.revista a p{
  font-size: 13px;
  line-height: 1.4;
  padding: 0 15px;
}

hr{
  height: 3px;
  background: #f2c002;
  border: 0;
  float: left;
  width: 100%;
  margin: 10px 0 30px 0;
}
a.b{
  background: #f7ba00 !important;
  text-decoration:  none;
  padding: 10px 15px;
  color: #fff;
  float: left;
  margin: 0 10px 0 0;
}
a.b:hover{
  background: #fe465b !important;
  color: #fff;
}


.index a	{
	margin: 0 0 50px 0;
	cursor: auto;
}
.index img	{
	width: 100%;
}