body,html{
  background:#d2dabc;
}

a, :link,:visited{
  text-decoration:none
}

ul,ol {
  list-style:none
}

h1,h2,h3,h4,h5,h6,pre,code {
  font-size:11px;
}

*{
	font-size: 11px;	
  	font-family:verdana,arial,helvetica;
}

a img,:link img,:visited img {
  border:none
}

address {
  font-style:normal
}


.BtnEntrar{
	color:#68831E;
	background-color:#D2DABC;
	border: 1px solid #68831E;
	width:100px;
	
}

.BtnAdmin{
	color:#68831E;
	background-color:#D2DABC;
	border: 1px solid #68831E;
}


.textNormal{
    color: #000000;
}

.textError{
    color: #FF0000;
}

.textNoResultats{
    font-size: 12px;
    color: #68831E;
	font-weight: bold;
}

.textAutor{
    color: #000000;
	font-weight: bold;
}

.textIndex{
    color: #000000;
	font-style: italic;
}

.Linia{
	background-color: #99aa66;
}

.LabelTitol{
    font-size: 16px;
    color: #000000;
	font-weight: bold;
}

input[type=text]{
	color: #000000;
	background-color:#FFFFFF;
  	border: 1px solid #000000;
	font-size: 11px;
	height: 13px;
}

select {
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    font-family: verdana,arial,helvetica;
    font-size: 11px;
	width:194px;
}

a.pag:link { color: #68831E; }
a.pag:visited { color: #68831E; }
a.pag:hover { color: #000000; }

a.fitxa:link { color: #000000; }
a.fitxa:visited { color: #000000; }
a.fitxa:hover,a.fitxa:hover * { color: #68831E; }