

a {
    color : white;
    font-size : 12px;
    font-weight : bold;
    text-decoration : none;
  }

h1 {
   font-size : medium; 
   font-variant : small-caps; 
   margin-left : 35px;
   color: #3825ca;
}

img {
   border: 1px solid #b3dcf0;
  }


a:link {
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight : bold;
  }


a:visited {
    color: white;
    text-decoration: none;
    font-weight : bold;
  }


a:hover {
    color: yellow;
    text-decoration: none;
    font-size:12px;
    font-weight : bold;
  }


a:focus {
    color: white;
    text-decoration: none;
    font-size:12px;
    font-weight : bold;
  }


a:active {
    color: red;
    text-decoration: none;
    font-size:12px;
    font-weight : bold;
  }


#enllas_1 li {
    text-align: center;
    width: 200px;
    border: 1px solid #b3dcf0;
    background-color : #1a35cf;
    list-style-type: none;
  }

/* CSS selecció d'idiomes català-castellà*/



#idiomes img {
    position: static;
    border: 3px solid #b3dcf0;
  }

/* CSS enllaços de navegació */




#navegacio {
    position: static;
  }

/* CSS enllaços per a registrar-se */
#registra {
/*border: 1px solid #86FFED;*/
width: 250px;
left: 20px;
}



#registra li {
    color : white;
    display : inline;
    font-size : 12px;
    letter-spacing : inherit;
    list-style-type : none;
  }

/* Enllaços amb imatges: correu i google */



#correu {
    position: absolute;
    top: 350px;
    left: 10px;
    border: 0px;
  }


#google {
    position: absolute;
    top: 350px;
    left: 50px;
  }


#validator {
    position: absolute;
    top: 350px;
    left: 130px;
    border: 0px;
  }


#body_menupr {
    background-color: #b3dcf0;
  }

