a{
    color : #020202;
    font-family : Arial, Helvetica, 'Sans Serif';
    font-size:16px;
    font-weight : normal;
    text-align : center;
 line-height:130%;
 text-decoration:none;
}

a:hover{
 text-decoration:none;
}

body {
    background-color:#ffffff;
  }


h1 {
    color : #000000;
    font-family : Arial, Helvetica, 'Sans Serif';
    font-size : 24px;
    font-weight : bold;
    text-align:center;
    padding-top:10px;
  }

h2 {
    color : #000000;
    font-family : Arial, Helvetica, 'Sans Serif';
    font-size : 19px;
    font-weight : bold;
    text-align:center;
    padding-top:10px;
  }

.textbr {
    color : #020202;
    font-family : Arial, Helvetica, 'Sans Serif';
    font-size:16px;
    font-weight : normal;
    text-align : center;
 line-height:130%;
  }


#header {
    position:absolute;
    background-color:#336699;
    width:765px;
    height:55px;
    top:8px;
    left:50%;
    margin-left:-390px;
  }


#container {
    position:absolute;
    background-color:#336699;
    width:765px;
    height:auto;
    top:63px;
    left:50%;
    margin-left:-390px;
    padding-bottom:7px;
  }


#menu {
    position:relative;
    background-color:#cdcdcd;
    width:147px;
    height:auto;
    top:53px;
    left:0px;
  }


#continguts {
    position:relative;
    background-color:#ffcc00;
    width:570px;
    height:auto;
    top:5px;
    right:2px;
    float:right;
    padding:20px;
  }


