﻿@charset "utf-8";

#contenido { margin-top:20px; }

#foro { margin-bottom:30px; }
#foro table { border-collapse:collapse; }
#foro table thead tr { background:#b8132b; border-bottom:solid 1px white; }
#foro table thead th { color:white; font-size:0.7em; text-align:center; height:24px; border-right:solid 1px white; border-left:solid 1px white; padding:0 5px; }

#foro table tbody tr.linea_impar { background:#e7eec0; }
#foro table tbody td { font-size:0.7em; color:black; padding:7px; border-right:solid 1px white; border-left:solid 1px white; }
#foro table tbody td.ico { border:none; text-align:center; }
#foro table tbody td.tema { border-left:none; font-weight:bold; }
#foro table tbody td.tema a { text-decoration:none; color:black; }
#foro table tbody td.tema a:hover { text-decoration:underline; color:black; }
#foro table tbody td.ultimo_post{ text-align: center; border-left:none; font-weight:bold; }
#foro table tbody td.ultimo_post a { text-decoration:none; color:black; }
#foro table tbody td.ultimo_post a:hover { text-decoration:underline; color:black; }

#foro table tfoot td { border-top:solid 2px #b8132b; margin-top:1px; padding-top:2px; }
#foro table tfoot td a { float:left; display:block; width:19px; height:17px; background:#db8995; color:white; font-weight:bold; font-size:0.75em; text-align:center; padding-top:2px; margin-left:2px; }
#foro table tfoot td a:hover { color:#b8132b; }
#foro table tfoot td span { float:left; display:block; width:19px; height:17px; background:#b8132b; color:white; font-weight:bold; font-size:0.75em; text-align:center; padding-top:2px; margin-left:2px; }


#nuevo_tema { width:816px; margin:10px auto;  }
#nuevo_tema .cabecera { color:white; font-size:0.75em; font-weight:bold; background:#007336; height:21px; padding-top:3px; padding-left:10px; }
#nuevo_tema .cuerpo { background:#e7eec0; padding:20px; font-size:0.7em; }
#nuevo_tema .cuerpo .campo1 { float:left; font-weight:bold; width:150px; text-align:right; margin-right:10px; }
#nuevo_tema .cuerpo .campo2 { margin-bottom:2px; }
#nuevo_tema .cuerpo .campo2 input, #nuevo_tema .cuerpo .campo2 textarea { border:solid 1px #9fbb04; }
#nuevo_tema .cuerpo .campo2 input.checkbox { border:none; }
#nuevo_tema .cuerpo input.btnSubmit { width:120px; height:20px; background:url(../img/btn.gif) repeat-x bottom; background-color:#fbdd89; color:#aa0923; font-weight:bold; font-size:0.8em; border:solid 1px #dea303; }