@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;
}

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

/*CONTENT A*/
#content_a{
  margin: 0 auto;
  width: 990px;
}
#column_a1{
  margin: 10px 0 0 0;   
  padding: 0;  
  width: 460px; 
  float: left;
}
#column_a2{
  margin: 0 0 0 0;   
  padding: 0;  
  width: 530px;
  float: left;
}

/*div.spacer, permet de faire deux colonne dans #contents*/
div.spacer{
  clear: both;
  height: 0px; 
  display: block;
}  


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

#text{
  padding: 5px 0 20px 33px;
  width: 380px;
  font: 12px Tahoma, Arial, Helvetica, sans-serif;
  color: #6e6e6e;
  text-align: justify;
  line-height: 130%;
}
#text a{
  color: #6e6e6e;
  text-decoration: underline;
}
#text a:hover{
  color: #72c7d2;
  text-decoration: none;
}
#h3_link_active{
  padding: 0 0 1px 33px;
  width: 200px;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  color: #bababa;
  font-weight: bold;
  background: url('../images/punto_azul.gif') no-repeat top left;
}
#h3_link_active a{
  color: #72c7d2;
  text-decoration: underline;
}
#h3_link_active a:hover{
  color: #6e6e6e;
  text-decoration: underline;
}
  


