@import "baseStyle.less";
/* ------------------------------------------------------------------------ */

.content
{
  padding-top:20px;
}

#carrousel
{
  float:left;
  margin-left: 22px;
  width:540px;
  height:475px;
}

#gallery
{
  overflow: hidden;
}

#gallery img
{
  height:470px;
}


.right
{
  height:100%;
  position:relative;
  width: 360px;
  float: right;
  right:10px;
}

#newsContainer
{
/*   position:absolute; */
  top: 10px;
  width:100%;
  .fontText;
  font-size: 0.9em;
}


#newsContainer .news
{
  margin-bottom: 20px;
}

#newsContainer .news img
{
  height:110px;
  float:left;
  display: block;
  margin-right: 10px;
}


#newsContainer .news .title
{
  border-bottom: 1px solid black;
  text-align: right;
  font-size: 1.1em;
}


#newsContainer .news .newscontent
{
/*   text-align: justify; */
  padding-top:5px;
/*   float:left; */
}
