/*Titulos de los foros*/
.foro{
clear : both;
background-image : url(../img/foro.png);
background-repeat : no-repeat;
background-position : left;
padding-left : 1.6em;
font:1.1em Bitstream Vera Sans, Lucida sans;
font-weight : bold;
}

#texto .foro a,#texto .forotema a{
font:1em Bitstream Vera Sans, Lucida sans;
font-weight : bold;
color: #3f5482;
}

#texto .foro a:hover,#texto .forotema a:hover{
color: #000000;
}

.erabiltzailea{
margin-bottom : 1em;
margin-left : 0em;
clear : both;
}

/*Descripcion de los titulos de los foros*/
.forodescripcion{
font:1em Bitstream Vera Sans, Lucida sans;
font-weight : normal;
font-weight : bold;
}

/*Posts del foro*/
.foropost{
font:1em Bitstream Vera Sans, Lucida sans;
background-color : #FEFEFE;
}

/*Bloques del foro*/
.forobloque{
padding-left : 0.4em;
padding-right : 0.4em;
padding-bottom : 0.4em;
padding-top : 0em;
border : 0.01em solid #dddddd;
margin-bottom : 0.5em;
background-color : #fafafa;
}

.forobloqueprincipal{
background-color : #F5F5F5;
padding-left : 0.4em;
padding-right : 0.4em;
padding-bottom : 0.4em;
padding-top : 0em;
border : 0.01em solid #dddddd;
margin-bottom : 0.5em;
}

/*Temas del foro*/
.forotema{
font:1.1em Bitstream Vera Sans, Lucida sans;
font-weight : bold;
color: #363636;
background: url(../img/tema.png) no-repeat left;
padding-left : 1.4em;
}

.forotemaprincipal{
font:1.1em Bitstream Vera Sans, Lucida sans;
font-weight : bold;
color: #363636;
}

/*Palabras a destacar*/
.destacado{
font-weight : bold;
color: #3f5482;
}

/*Registro*/
.foroerregistroa{
list-style-type : decimal;
}

