#titulo_seccion{
   margin-left: 10px;
   margin-right:15px;
   border: 1px solid #42B848;
   color: #42B848;
   background: url('foros/puntoverde.png');
}
#titulo_seccion a{
   color: #184F1B;
}
#footer{
   border: 1px solid #42B848;
   background: url('foros/puntoverde.png');
}

h2{
   margin-bottom: 3px;
   margin-left: 140px;
}
input{
   padding: 2px;
}
blockquote {
   border-left: 1px solid #cccccc;
   background-color: #07406F;
   padding: 10px;
}



.formulario{
   margin:0 auto 15px; 
   width: 525px;
}
.formulario p{
   margin: 0 auto;
}
.formulario input{
   margin-top: 5px;
   margin-bottom: 2px;
}
.formulario #titulo{
   width: 516px;
}


/* LISTA DE FOROS */
#lista_foros{
   border-spacing: 0px;
   border-collapse: collapse;
   margin: 45px auto;
   width: 450px;
}
#lista_foros a:hover{
   color: white;
}
#lista_foros th{
   text-align: left;
   font-weight: bold;

}
#lista_foros td{
   border: 1px solid #5889C3;
   vertical-align: middle;
}
.fondo1{
   background: #B3C8E5;
   color: #013567;
}
   .fondo1 a{
      color: #013567;
   }
.fondo2{
   background: #003466;
   color: #9BC1E8;
}
.fondo2 a{
      color: #9BC1E8;
   }
#lista_foros .foro{
   font-family: Arial;
   font-size: 18px;
   padding: 4px;
   font-weight: bold;
   text-align: center;
}
#lista_foros .info_foro{
   padding-left: 10px;
}
#lista_foros .info_foro a{
   color: #67737F;
}
/* LISTA DE TEMAS */
#lista_temas{
   border-spacing: 0px;
   border-collapse: collapse;
   margin: 45px auto;
   width: 750px;
}
#lista_temas a:hover{
   border-bottom: 1px dotted;
   color: white;
}
#lista_temas td{
   border: 1px solid #5889C3;
   vertical-align: middle;
}

#lista_temas .chincheta{
   color: #B8C6D1;
   background: #275358;
}
#lista_temas .chincheta a{
   color: yellow;
}


#lista_temas .titulo{
   width: 340px;
   padding-left: 10px;
}
#lista_temas .titulo a{
   font-weight: bold;
   font-size: 14px;
}
#lista_temas .fino{
   width: 35px;
   text-align: center;
}
#lista_temas .info{
   text-align: center;
   font-size: 11px;
   width: 150px;
}
#lista_temas .info a{
   font-size: 12px;
}
/* TEMA CONCRETO */
.padre{
   margin-left: 40px;
   margin-bottom: 60px;
   width: 740px;
   background: #00345F;
}
.hijo{
   margin-left: 80px;
   margin-bottom: 40px;
   width: 700px;
   background: #003B6F;
}
.user{
   float: right;
   margin: 5px;
   padding-top: 5px;
   border: 1px dashed #B3C8E5;
   width: 130px;
   text-align: center;
   background: #0F527F;
}
.info{
   border-bottom: 1px dotted #B3C8E5;
}
.cuerpo{
   overflow: auto;
   float: left;
}
.texto{
   padding: 14px;
}
.padre .texto{
   width: 550px;
}
.hijo .texto{
   width: 510px;
}
.firma{
   border-top: 1px dotted #B3C8E5;
   margin-left: 10px;
   margin-right: 150px;
   padding: 5px;
   font-size: 11px;
   overflow: hidden;
}

