.boxTheme{
  border-style:solid;
  border-width:1px 1px 1px 1px;
  -webkit-border-radius:5px;
  border-radius:5px;
  position:relative;
  padding:10px;
  margin:10px 0px 10px 0px;
  height:100px;
  border-color:lightgrey;
  background:white;
  cursor:pointer;
}

.boxTheme:hover{
  background:#ececec;
}

/*a.theme{
  color: #000000;
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}

a.theme:hover{
  color: #000000;
  text-decoration:none;
}*/


.textTheme{
    display:inline-block;
  float:left;
  width:50%;
  margin-top:30px;
  font-size:12px;
}

.textTheme h1{
    color:#555;
}

.textTheme p{
    margin:0;
}

.pictureTheme{
    display:inline-block;
    position:relative;
    width:50%;
    margin-top:30px;
    text-align:right;
}


.leftBoxTheme{
  display:inline-block;
  float:left;
  width:240px;
}

.rightBoxTheme{
  display:inline-block;
  width:580px;
  margin-left:10px;
}

.rightBoxTheme h3{
  font-size:1.4em;
  margin:0px 5px 15px;
  text-align:left;
}

.rightBoxTheme p{
  margin:5px;
}

.link_home{
  margin-top:30px;
  margin-bottom:30px;
  text-align:center;
}

.softwareTheme{
  font-size:12px;
  margin-top:30px;
  margin-bottom:30px;
}
