body {    
  margin: 0;
  padding: 0;
  font-family: verdana, 'trebuchet ms', sans-serif;
  font-size: 12px;
}

form { margin: 0; padding: 0; }
a { text-decoration: none; color: #f60; }
a:hover { text-decoration: underline; }
a img { border: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
  margin-top: 10px;
  margin-bottom: 10px;
}

input, textarea
{
  margin-top: 2px 0px 2px 2px;
  font-size: 12px;
  padding-left: 3px;
  border: 1px solid #999;
  vertical-align: middle;
  }

select
{
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 10pt;
  }

label {
  font-weight: bold;
}

/*
 * container
 */
#container {
  margin: 0 auto;
  width: 764px;
}

/*
 * header
 */
#header {
  height: 29px;
  padding: 5px 15px 0 0;
  text-align: right;
  background: url(/images/bg_header.jpg) top left no-repeat ;
}

#logo {
  margin: 0 0 0 6px;
  height: 32px;
  background: url(/images/logo.jpg) top left no-repeat ;
  text-align: right;
  padding: 8px 5px 0 0;
  color: #666;  
}

#logo a,a:visited{
font-size: 12px;
color:#666;
font-weight: normal;
text-decoration: none;
}

#logo a:hover{
font-size: 12px;
color:#666;
font-weight: normal;
text-decoration: underline;
}

/*
 * content
 */
#content {
  padding-top: 35px;
}

/*
 * main
 */
#main {
  float: left;
  padding: 0 20px 0 20px;
  width: 550px;
  text-align: left;
  background: #fff;
  margin: 0 0 30px 0;
}


.categoria {
  margin: 0 0 10px 5px;
  padding-bottom: 0px;
}

.categoria h2 a, .categoria h2 a:visited {
color: #333;
font-size: 16px;
text-decoration: none;
font-weight: bold;
}

.categoria h2 a:hover {
color: #333;
font-size: 16px;
text-decoration: underline;
font-weight: bold;
}

.seccions h3 a, .seccions h3 a:visited {
color: #666;
font-size: 12px;
font-weight: normal;
text-decoration: none;
display: inline;
float: left;
margin: 0 20px 0 0;
}

.seccions h3 a:hover {
color: #666;
font-size: 12px;
text-decoration: underline;
font-weight: normal;
}

.clear{
clear: both;
}
.anunci{
}

.anunci h1 {
font-size: 20px;
}

.anunci h2 a, a:visited {
color: #333;
font-size: 15px;
font-weight: bold;
textdecoration: none;
}

.anunci h2 a:hover {
color: #333;
font-size: 15px;
font-weight: bold;
text-decoration: underline;
}

/*
 * sidebar
 */
#sidebar {
    margin-left: 590px;
    text-align: center;
}

#sidebar h1 {
  font-size: 13px;
  font-weight: bold;
  background: #ddd;
  color: #333;
  padding: 0px;
  margin: 10px 4px 0 0;
}


/*
 * footer
 */
#footer {
    clear: left;
    display: block;
    width: 100%;
    margin-top: 50px;
    text-align: center;
    color: #999;
    border-top: 1px solid #ff9900;
    font-size: 11px;
}

#footer a,a:visited{
    font-size: 11px;
    color: #999;
    text-decoration: none;
}

#footer a:hover{
    font-size: 11px;
    color: #666;
    text-decoration: underline;
}

#notices{
  color: red;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}