
body
{
	background-image:url(../img/texture.png)
}
.whatsapp:{
    position:fixed;
    right:0;
    bottom:0;
    width:70px;
    height:70px;
    z-index:100;
}
.div {margin-bottom:20px;}         
.div {margin-bottom:15px;}  
.div {margin-bottom:15px;}  

.logo { 
	background-image: url(../img/header/header.png);
	background-repeat: no-repeat;
	margin: 0px 60px ;
	height:60px;
}

.menu { 
	margin: 0px 60px ;
	height:40px;
}

.slider { 
	margin: 0px 60px;
	font-family:"Source Sans Pro",Segoe UI,Arial;
	height:380px;

}
.menu-2 { 
	margin:0px 60px ;
	height:320px;
	
}

.noticias2 { 
	margin: 380px 60px -180px 60px ;
	
}





.footable {
  width: 100%;
  font-family: "Source Sans Pro",Segoe UI,Arial;
  font-size: 14px;
  color: #444;
  border: solid #ccc 0px;
  padding: 0 60px;
  border-collapse: separate;
  border-spacing: 0;
}

.footable th{
	background:#000;
	color:#FFF;}
	
 
 
 
.footable > thead > tr > th, .footable > thead > tr > td {
  background-color: #000;
}

.footable > thead > tr > th {
	
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
  background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: linear-gradient(to bottom, #ebf3fc, #dce9f9);
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
  border-top: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.footable > tbody > tr a
{
	color:#000;
	text-decoration:none;
	font-family: "Source Sans Pro",Segoe UI,Arial;
  font-size: 14px;

}
.footable > tbody > tr a:hover {
	color:#00F;
	font-family: "Source Sans Pro",Segoe UI,Arial;
  font-size: 14px;

}