#animation {
  width:800px; 
  margin-top:5px;
}

#concepto {
  width:800px;
  color:#444444;
  text-align:left;
  margin:2px 0;
}

#concepto a{
  color:#ee9a16;
  font-size:14px;
  padding:0px 0px;
  font-weight:bold;
  text-decoration:none;
}

#concepto a:hover{
  color:#ffffff;
  /* border-bottom:#ee9a16 1px dotted  */
}

#concepto span{
  color:#ee9a16;
  font-weight:bold; 
}

#porque {
  padding-top:10px;
}

#porque a {
  /*background: #ffffff url(/imagenes/text_bg2.png) top repeat-x;*/
  display: block;
  width: 100%;
  background-color: #555555;
  padding: 10px 0;
  text-align:center;
}

#porque div{
  background-color: #FFFFFF; 
  vertical-align:top;
  margin:10px 0px 0px;
  padding:20px;
  text-align: justify;
  line-height: 1.5em;
}

#bienvenida {
  width:800px;
  overflow: hidden;
  margin: 10px 0 0;
  background-color: #555555;
  padding-bottom:10px;
}

.rest {
  margin-left: 2%;
  /* border-left: 1px solid #eeeeee; */
}

.services {
  width: 32%;
  float: left;
  /*background-color:#000000; /* */
  text-align:center;
  padding-top:10px;
  color: #ffffff;
}

.services a{
  color:#ee9a16; 
  font-size:14px;
  font-weight:bold; 
  text-decoration:none;
}

.services a:hover{
  color:#ffffff;
  border-bottom:#ee9a16 1px dotted
}

.services div{
  /*background-color:#ffffff; /* */
  margin:10px 0px 0px;
  padding:10px 17px;
  text-align: justify;
  line-height: 1.5em;
  /*border:#D4D4D4 1px solid;  /* */
}

.float-fix {
  clear:both;
}



