/*   PREDEFINITS   */
/*a:link { text-decoration : none; }
a:visited { text-decoration : none; }
a:hover { text-decoration : none; color : #b8c910; }
a:active { text-decoration : none; }*/

div { margin-top: 20px; }
form { margin : 0px; }

/*   CONTINGUT   */
.titol
{
    font-weight : bold;
    font-size : 15px;
    text-transform : none;
    letter-spacing : 0pt;
    word-spacing : 0pt;
    font-family : Tahoma, sans-serif;
    color : #787269;
}

.titol2
{
    font-weight : normal;
    font-size : 11px;
    text-transform : none;
    letter-spacing : 0pt;
    word-spacing : 0pt;
    font-family : Tahoma, sans-serif;
    color : #ffffff;
}
.titol2:link { text-decoration : none; }
.titol2:visited { text-decoration : none; }
.titol2:hover { text-decoration : none; color : #b8c910; }
.titol2:active { text-decoration : none; }

.titol2sel
{
    font-weight : normal;
    font-size : 11px;
    text-transform : none;
    letter-spacing : 0pt;
    word-spacing : 0pt;
    font-family : Tahoma, sans-serif;
    color : #b8c910;
}
.titol2sel:link { text-decoration : none; }
.titol2sel:visited { text-decoration : none; }
.titol2sel:hover { text-decoration : none; color : #ffffff; }
.titol2sel:active { text-decoration : none; }

.titol3
{
    font-weight : normal;
    font-size : 10px;
    text-transform : none;
    letter-spacing : 0pt;
    word-spacing : 0pt;
    font-family : Tahoma, sans-serif;
    color : #ffffff;
}
.titol3:link { text-decoration : none; }
.titol3:visited { text-decoration : none; }
.titol3:hover { text-decoration : none; color : #b8c910; }
.titol3:active { text-decoration : none; }

.titol3sel
{
    font-weight : normal;
    font-size : 10px;
    text-transform : none;
    letter-spacing : 0pt;
    word-spacing : 0pt;
    font-family : Tahoma, sans-serif;
    color : #b8c910;
}
.titol3sel:link { text-decoration : none; }
.titol3sel:visited { text-decoration : none; }
.titol3sel:hover { text-decoration : none; color : #ffffff; }
.titol3sel:active { text-decoration : none; }

.numero
{
    font-weight : normal;
    font-size : 10px;
    text-transform : none;
    letter-spacing : 0pt;
    word-spacing : 0pt;
    font-family : Tahoma, sans-serif;
    color : #b8c910;
}
.numero:link { text-decoration : underline; }
.numero:visited { text-decoration :underline; }
.numero:hover { text-decoration : underline; color : #ffffff; }
.numero:active { text-decoration : underline; }

.numerosel
{
    font-weight : normal;
    font-size : 10px;
    text-transform : none;
    letter-spacing : 0pt;
    word-spacing : 0pt;
    font-family : Tahoma, sans-serif;
    color : #ffffff;
}
.numerosel:link { text-decoration : underline; }
.numerosel:visited { text-decoration : underline; }
.numerosel:hover { text-decoration : underline; color : #b8c910; }
.numerosel:active { text-decoration : underline; }

.texte
{
    font-weight : normal;
    font-size : 11px;
    text-transform : none;
    letter-spacing : 0pt;
    word-spacing : 0pt;
    font-family : Tahoma, sans-serif;
    color : #000000;
}
.textelink:link { text-decoration : none; color : #000000; }
.textelink:visited { text-decoration : none; color : #000000; }
.textelink:hover { text-decoration : none; color : #787269; }
.textelink:active { text-decoration : none; color : #000000; }

.barranavegacio:link { text-decoration : none; color : #ffffff; }
.barranavegacio:visited { text-decoration : none; color : #ffffff; }
.barranavegacio:hover { text-decoration : none; color : #787269; }
.barranavegacio:active { text-decoration : none; color : #ffffff; }

.inferior
{
	font-weight: normal;
	font-size: 10px;
	text-transform : none;
	letter-spacing : 0pt;
    word-spacing : 0pt;
	font-family : Tahoma, sans-serif;
	color: #b8c910;
}

.inferior2
{
	font-weight: normal;
	font-size: 8px;
	text-transform : none;
	letter-spacing : 0pt;
    word-spacing : 0pt;
	font-family : Tahoma, sans-serif;
	color: #ffffff;
}

/*   FORMULARIS   */
.input {
 border-top:        2px solid #8e9a0e;
 border-left:       2px solid #8e9a0e;
 border-bottom:     1px solid #8e9a0e;
 border-right:      1px solid #8e9a0e;
 color:             #333333;
 font-family:       Tahoma, sans-serif;
 font-size:         11px;
 padding:           0;
 margin:        	0;
}

.textarea {
 border-top:        2px solid #8e9a0e;
 border-left:       2px solid #8e9a0e;
 border-bottom:     1px solid #8e9a0e;
 border-right:      1px solid #8e9a0e;
 color:             #333333;
 font-family:      Tahoma, sans-serif;
 font-size:         11px;
 padding:           0;
 margin:        	0;
}

.submit {
 background-color:  #ffffff;
 font-family:      helvetica, sans-serif;
 font-size:         11px;
 font-weight:		bold;
 border-top:		2px solid #8e9a0e;
 border-left:		2px solid #8e9a0e;
 border-right:		1px solid #8e9a0e;
 border-bottom:		1px solid #8e9a0e;
 padding: 0;
 background-color:  #737b1e;
 color:             #ffffff;
}
