
body
{
	background-image: url(../../img/texture.png)
}



.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 70px ;
	height:60px;
}

.menu { 
	margin: 0px 70px ;
}

.slider { 
	margin: 0px 70px;
	font-family:"Source Sans Pro",Segoe UI,Arial;
	
	
	
	
}
.menu-2 { 
	margin: -65px 70px ;
	
}

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





.footable {
  width: 100%;
  font-family: "Source Sans Pro",Segoe UI,Arial;
  font-size: 14px;
  color: #444;
  border: solid #ccc 0px;
  padding: 0 70px;
  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:#E7AE18;
	font-family: "Source Sans Pro",Segoe UI,Arial;
  font-size: 14px;

}