@charset "utf-8";
/* CSS Document */

/*ZIGZAG*/
#header_zigzag {
	width: 100%;
	height: 27px;
    background: url('../images/header_zigzag.gif') repeat-x top center;
}


/*CONTENT*/
#content{
  background-color: #FFFFFF;
  width: 100%;
}

/*CONTENT A*/
#content_a{
  margin: 0 auto;
  width: 990px;
  height: 60px;
  display: block;
}
#column_a1{
  margin: 20px 0 0 0;   
  padding: 0;  
  width: 339px; 
  float: left;
  background: url('../images/ico_agencia.jpg') no-repeat top right;
}
#column_a2{
  margin: 20px 0 0 0;   
  padding: 0;  
  width: 340px;
  float: left;
  background: url('../images/ico_proyecto_online.jpg') no-repeat top right;
}
#column_a3{
  margin: 20px 0 0 0;   
  padding: 0;  
  width: 310px; 
  float: left;
  background: url('../images/ico_red.jpg') no-repeat top right;
}
/*div.spacer, permet de faire deux colonne dans #contents*/
div.spacer{
  clear: both;
  height: 0px; 
  display: block;
}  


h3{
  padding: 0 0 0 33px;
  font: 14px Tahoma, Arial, Helvetica, sans-serif;
  color: #161616;
  background: url('../images/punto_gris.gif') no-repeat top left;
}
#h3_text{
  padding: 5px 0 7px 33px;
  width: 190px;
  font: 11px Tahoma, Arial, Helvetica, sans-serif;
  color: #6e6e6e;
  line-height: 120%;
}
#h3_link_active{
  padding: 0 0 1px 33px;
  width: 200px;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  color: #bababa;
  font-weight: bold;
}
#h3_link_active a{
  color: #72c7d2;
  text-decoration: underline;
}
#h3_link_active a:hover{
  color: #6e6e6e;
  text-decoration: underline;
}
#h3_facebook{
  padding: 0 0 7px 0;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  color: #bababa;
  line-height: 120%;
  font-weight: bold;
  float: left;
}
#h3_facebook a{
  color: #72c7d2;
  text-decoration: underline;
}
#h3_facebook a:hover{
  color: #6e6e6e;
  text-decoration: underline;
}


