div.opiniones {
margin-top: 1em;
width: 90%
}

div.opiniones h2 {
color: #990000;
font-size: 1.75em;
font-weight: bold;
font-style: italic;
}
#normaspart {
margin: 2em 0em;
}
#normaspart p {
font-style: italic
}
.temaheader span.numopinions {
float: right;
color: #000;
font-size: 1em;
}
.temaheader span.numopinions img {
vertical-align: bottom;
}
.temaheader span.numopinions a {
color: #000;
text-decoration:none;
}
.temaheader span.numopinions a:hover {
text-decoration:overline underline;
}
.temaheader span.numopinions a:hover img{
text-decoration: none;
}
span.numcomments {
float: right
}
div.temaopinion {
border-top: 2px solid #990000;
border-bottom: 1px dotted #ccc;
padding: 0.5em 0;
margin: 1.5em 0 0.5em 0;
}
div.temaopinion h4 {
color: #000;
font-weight: bold;
}

div.temaopinion h4 a {
text-decoration: none;
}

div.temaheader {
padding-bottom: 0.5em;
border-bottom: 1px solid #900;
}

/*
div.temaopinion p {
font-style: italic
}
*/

p.date {
text-align: right;
padding: 0em;
margin: 0;
}

#opinions_header {
padding: 1em 0;
}
#opinions_header a {
font-size: 1.2em;
}
#opinions_header img {
vertical-align: bottom;
}

/* comentaris */
#comments {
margin-top: 40px
}
#comments .comment {
margin-bottom: 1em;
}
#comments .comment_head {
background: #F3F3F3 url(../../img/estructura/comment_head_r.gif) no-repeat right;
height: 18px;
background-color: #F3F3F3
}
#comments .comment_add a{
font-weight: bold;
text-decoration: none;
float: right
}
#comments p.ok,
#comments p.bad {
padding: 1em;
font-weight: bold;
background-color: #f3f3f3
}
#comments p.bad {
color: red
}
#comments p.ok {
color: green
}

/********* FORMULARI COMENTARIS **********/
#addcommentform fieldset {
height: 280px;
width: 45%;
float: left
}
#addcommentform fieldset input, 
#addcommentform fieldset textarea {
width: 100%;
}
#addcommentform fieldset textarea {
height: 200px;
}
#addcomments {
margin-top: 2em;
}
div.relatedcomment {
border-bottom: 1px dotted #ccc;
}
div.relatedcomment p.response {
font-style: italic;
}
