@import url('main.css');
@import url('sidebar.css');
@import url('footer.css');


#vox_empresa{
  padding-left:30px;
  color:#aaaaaa;
}

/***************************/

h1{
  font-size:16px;
  color:orange;
}

p{
  color: #aaaaaa;
}

#aboutus{
  margin-bottom:40px;
}

#aboutus h1, #staff h1, #facilities h1{
  margin-bottom:5px;
}

#aboutus p, #staff p,#facilities p{
 margin-bottom:20px;
}

/**************************/

.photos_container{
  margin-bottom:40px;
}

.photo{
  width:250px;
  margin:0 20px 20px 0;
  float:left;
}

.photo a{
  margin-right:5px;
  border: solid 2px gray;
  float:left;
}

.photo a:hover{
  border: solid 2px #ff6600;
}

.photo .title{
 margin:0;
 color:white;
 font-size:14px;
}

.photo .desc{
  margin:0;
  font-size:12px;
}
