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


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


/*TITLE*/
#title{
  padding: 0 0 0 33px;
}

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

/*CONTENT A*/
#content_a{
  margin: 0 auto;
  width: 990px;
  display: block;
}
#column_a1{
  margin: 11px 0 0 0;   
  padding: 0;  
  width: 340px; 
  float: left;
  background: url('../images/ico_consultoria.jpg') no-repeat top right;
}
#column_a2{
  margin: 11px 0 0 0;   
  padding: 0;  
  width: 340px;
  float: left;
  background: url('../images/ico_marca.jpg') no-repeat top right;
}
#column_a3{
  margin: 11px 0 0 0;   
  padding: 0;  
  width: 310px; 
  float: left;
  background: url('../images/ico_packaging.jpg') no-repeat top right;
}

/*CONTENT B*/
#content_b{
  margin: 0 auto;
  width: 990px;
  display: block;
}
#column_b1{
  margin: 16px 0 0 0;   
  padding: 0;  
  width: 340px; 
  float: left;
  background: url('../images/ico_proyecto_online.jpg') no-repeat top right;
}
#column_b2{
  margin: 16px 0 0 0;   
  padding: 0;  
  width: 340px;
  float: left;
  background: url('../images/ico_video.jpg') no-repeat top right;
}
#column_b3{
  margin: 16px 0 0 0;   
  padding: 0;  
  width: 310px; 
  float: left;
  background: url('../images/ico_editorial.jpg') no-repeat top right;
}

/*CONTENT C*/
#content_c{
  margin: 0 auto;
  width: 990px;
  display: block;
}
#column_c1{
  margin: 16px 0 0 0;   
  padding: 0;  
  width: 340px; 
  float: left;
  background: url('../images/ico_online.jpg') no-repeat top right;
}
#column_c2{
  margin: 16px 0 0 0;   
  padding: 0;  
  width: 340px;
  float: left;
  background: url('../images/ico_offline.jpg') no-repeat top right;
}
#column_c3{
  margin: 16px 0 0 0;   
  padding: 0;  
  width: 310px; 
  float: left;
  background: url('../images/ico_posicionamiento.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: 210px;
  font: 11px Tahoma, Arial, Helvetica, sans-serif;
  color: #6e6e6e;
  line-height: 120%;
}
#h3_link_active{
  padding: 0 0 0 33px;
  width: 220px;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  color: #72c7d2;
  font-weight: bold;
}
#h3_link_active a{
  color: #72c7d2;
  text-decoration: none;
}
#h3_link_active a:hover{
  color: #6e6e6e;
  text-decoration: none;
}

  



