body {
  background: #FFFFFF;
  margin: 0;
  font-size: 13px;
  font-family: "Trebuchet MS";
}
h1.header {
  margin: 0px;
  padding: 15px;
  text-align: center;
  color: #ffffff;
  background-color: #986847;
  font-weight: bold;
  font-size: 32pt;
  line-height: 14pt;
  font-family: "Bitstream Charter";
}
h2.header
{
  margin: 0px;
  padding-bottom: 5px; 
  text-align: center;
  color: #ffffff;
  background-color: #986847;
  font-family: "Bitstream Charter";
}
h1.home, h2.home
{
	text-align:left;
}
hr {
  border: none;
  border-top: 2px dotted #AAA;
  width: 80%;
}
p {
  font-size: 14px;
  line-height: 15pt;
  font-family: Utopia;
  text-align: left;
}
p.long_text {
  font-size: 14px;
  line-height: 15pt;
  font-family: Utopia;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 5px;
}
p.version
{
	font-size: 14px;
	margin-left: 25px;
}
img.art_image_r {
  float: right;
  margin: 5px;
}
img.art_image_l {
  float: left;
  margin: 5px;
}

img.screenshot {
  border: 0px;
}

p.validxhtml {
  vertical-align: bottom;
  text-align: center;
  margin: 3px;
}

table.register_form {
  border: 1px dashed #986847;
  padding: 10px;
  width: 100%;
}
table.about-me_form {
  width: 100%;
}
table.about-me_form td {
  width: 50%;
}
table.about-me_form hr {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 50%;
}
td.sect_frame {
  padding-bottom: 20px;
}
table.sec_menu {
  width: 100%;
  text-align: center;
}
td.sec_menu {
  width: 0%;
}
div#sec_menu_tit {
  color: white;
  font-size: 12px;
  background-color: #986847;
  font-family: "Trebuchet MS";
  font-weight: bold;
}

.bug_tit2 {
  padding-top: 10px;
  border-bottom: 1px dotted #DDD;
  text-align: left;
}
table.noticia {
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}
td.d_right {
  border-top: 1px solid #CCCCCC;
  vertical-align: top;
}
table.file {
  width: 100%;
  border: 1px dashed #C0C0C0;
  margin: 2px;
}
a:link, a:visited, a:active {
  color: blue;
}
a:hover {
  color: red;
}
a.download:link, a.download:visited, a.download:active {
  font-size: 16px;
  font-family: Utopia;
  color: blue;
  text-decoration: none;
}
a.download:hover {
  font-size: 16px;
  color: red;
  text-decoration: none;
}
.titnoticia {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  font-family: "Trebuchet MS";
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 1px;
  margin: 0px;
  margin-top: 10px;
}

p.menu{
  margin-left:10px;
}

a.menu {
  color: #000000;
  font-family: "Trebuchet MS";
  padding: 0.1em 0.5em;
}
.input_name {
  text-align: right;
  padding-right: 10px;
  border-right: 1px solid #DDD;
  vertical-align: top;
  width: 200px;
  margin-bottom: 20px;
}
div.menu {
  margin: 0;
  background: #F0F0E7;
  margin-bottom: 15px;
  /*opacity: .96;
  filter: alpha(opacity=96);*/
}
div.tit {
  color: white;
  border-bottom: 1px solid black;
  background: #986847;
  font-family: "Trebuchet MS";
  font-weight: bold;
}
a.tit {
  color: white;
  text-decoration:none;
}
b.rtop, b.rbottom, b.rbottom_sec_menu {
  display: block;
  background: #FFF;
}
b.rtop b {
  display: block;
  height: 1px;
  overflow: hidden;
  background: #986847;
}
b.rbottom b {
  display: block;
  height: 1px;
  overflow: hidden;
  background: #F0F0E7;
}
b.rbottom_sec_menu b {
  display: block;
  height: 1px;
  overflow: hidden;
  background: #986847;
}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4, b.rbottom_sec_menu b.r4 {
  margin: 0 1px;
  height: 2px;
}
/* Fin cuadro de menu */

/* Propiedades de los formularios */
input, textarea {
  border: 1px solid #CCC;
}
input.radio, input.checkbox {
  border: none;
}
input.login {
  width: 95px;
  margin-top: 2px;
  margin-bottom: 2px;
  
}
input.register, input.bug_comment_submit {
  background-color: #FEFCF8;
  width: 105px;
  margin-top: 2px;
  margin-bottom: 2px;
}
input.form {
  background-color: #FEFCF8;
  width: 200px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.form {
  background-color: #FEFCF8;
  width: 150px;
  margin-top: 2px;
  margin-bottom: 2px;
}
select.form {
  background-color: #FEFCF8;
  margin-top: 2px;
  margin-bottom: 2px;
}
textarea.form, textarea.bug_comment {
  background-color: #FEFCF8;
  width: 80%;
  height: 150px;
  margin-top: 2px;
  margin-bottom: 2px;
}
input.email, input.n_title {
  background-color: #FEFCF8;
  width: 180px;
  margin-top: 2px;
  margin-bottom: 2px;
}
small {
  color: #444;
}

small.form_error {
  color: red;
}
div#bottom {
  padding-top: 5px;
  margin: 0px;
  width: 100%;
  border-top: 1px solid black;
  background-color: #BBCCF0;
  text-align: right;
  font-style: italic;
}

/*
 * Secciones
 */
 
 /*RSS tags*/

a.rssnews-title
{
  text-decoration:none;
  font-size: 2em;
  font-weight:bold;
  color: #000000;
}

p.rssnews-body
{
  text-align: justify;
}

table.rssnews
{
  width: 100%;
}

td.rssnews-title
{
  text-align: left;
  vertical-align: bottom;
}

td.rssdate
{
  text-align: right;
  vertical-align: bottom;
}

/* Ver un bug concreto */

table.view_bug {
  width: 100%;
}
.bug_tit {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  font-family: "Trebuchet MS";
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 1px;
  margin: 0px;
  margin-top: 10px;
}
p.bug_desc {
  text-align: left;
  font-size: 18pt;
}
td.b_name {
  text-align: right;
  vertical-align: top;
}
td.b_info {
  text-align: left;
  padding-left: 5px;
  width: 160px;
}
#bug_info {
  right: 3%;
  float: right;
  margin-left: 20px;
  margin-right: 10px;
  margin-top: -30px;
  padding-left: 10px;
  border-left: 1px solid #BBA;
  border-top: 1px dotted #EEE;
  border-right: 1px dotted #EEE;
  border-bottom: 1px dotted #EEE;
}
/* administracion de usuarios */ 
table.users {
  width: 100%;
}
table.users td {
  padding: 2px;
}
td.id_col {
  width: 30px;
}
.notice {
  background-color: #FFB;
  border: 1px dashed #AAA;
}
td.name_col {
  text-align: left;
  width: 120px;
}
.priv_td {
  border-bottom: 1px dotted black;
  width: 20px;
}
.mail_td {
  width: 100%;
  text-align: center;
}
td.submit_perms {
  border-top: 1px dotted black;
  padding-top: 10px;
}
td.email_col {
  text-align: center;
}
/* Formulario de envío de noticias */
table.n_table {
  padding: 10px;
  width: 100%;
}
.n_bottom {
  width: 100%;
  margin-bottom: 18px;
}
.n_next {
  text-align: right;
}
.n_prev {
  text-align: left;
}
table.tabla_principal {
  width: 97%;
  margin: 1%;
  margin-bottom: 0px;
}
table.bug_form {
  width: 100%;
}
td.sec_menu {
  width: 0%;
}
span.loaded_section {
  color: #FD8;
}
a.sec_menu:link, a.sec_menu:visited, a.sec_menu:active {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
a.sec_menu:hover {
  color: #FFB;
  font-weight: bold;
  text-decoration: underline;
}
table.view_bugs_table {
  width: 100%;
}
tr.odd_row, tr.odd {
  background-color: #FAFADF;
}
tr.odd_row {
  cursor: pointer;
}
tr.odd_row:hover, tr.even_row:hover {
  background-color: #F0F0E7;
}
tr.even_row, tr.even {
  background-color: #FFF;
}
tr.even_row {
  cursor: pointer;
}
th.bug_id, th.bug_res, th.bug_ver, th.bug_stat, th.bug_sev {
  border-right: 2px dotted #CCC;
  padding-left: 10px;
  padding-right: 10px;
}
th.bug_id {
  width: 30px;
}
th.bug_pri {
  width: 100px;
  border-right: 2px dotted #CCC;
}
td.bug_sum {
  width: 100%;
  padding-left: 10px;
  text-align: left;
}
.bug_tit2 {
  padding-top: 10px;
  border-bottom: 1px dotted #DDD;
  text-align: left;
}
a.bug_link {
  color: black;
  text-decoration: none;
}
a.bug_link:hover {
  color: red;
}
table.downloads {
  width: 100%;
}
th {
  vertical-align: bottom;
  text-decoration: none;
}
td.d_right {
  border-top: 1px solid #CCCCCC;
}
td.d_left {
  background: #F5FAFF;
  border-top: 1px solid #CCCCCC;
  width: 200px;
  font-size: 18px;
}
th.d_info {
  font-family: Helvetica;
  text-align: left;
}
td.d_info {
  font-size: 11px;
  width: 100px;
  text-align: left;
}
td.d_info_l {
  font-size: 11px;
  width: 100px;
  text-align: right;
}
td.collat, td.menu {
  width: 225px;
  text-align: center;
}

td.contnoticia {
  text-align: justify;
}
.fechnoticia {
  text-align: right;
  font-size: 10px;
  margin: 0px;
}
img {
  border: 0px none;
}
.input_data {
  text-align: left;
  vertical-align: top;
  padding-left: 10px;
  padding-bottom: 10px;
}
.input_submit {
  padding: 10px;
}

/* Cuadro de menu */
td.menu {
  background-image: url("adn.png");
  background-repeat: repeat-y;
  background-position: center;
  vertical-align: top;
  text-align: center;
  border: none;
  margin: 0px;
  padding: 0px;
  padding-right: 10px;
  width: 195px;
}

/* Propiedades de los formularios */
input.button {
  background-color: #FEFCF8;
  width: 80px;
  margin-top: 2px;
  margin-bottom: 2px;
}
input.large_button {
  background-color: #FEFCF8;
  width: 160px;
  margin-top: 2px;
  margin-bottom: 2px;
}

small a {
  font-size: 10px;
}
p.title {
  margin-top: 0px;
  font-size: 16px;
  color: blue;
  font-weight: bold;
}
td.del_download {
  text-align: right;
}
#c_help {
  border-top: 2px dashed #FFA;
  border-bottom: 2px dashed #FFA;
  height: 20px;
  background-color: #FFA;
  text-align: center;
}
.bug_new_comment {
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  border: 1px solid #CCC;
  background-color: #F9F9F1;
}
textarea.bug_comment, input.bug_comment_submit, input.bug_comment {
  background-color: #FFF;
}
table.bug_msg {
  width: 100%;
  padding-left: 20px;
  padding-top: 15px;
}
th.bug_msg {
  text-align: left;
  border-bottom: 1px solid #CCC;
  background-color: #F0F0E7;
}
td.bug_msg {
  padding: 10px;
  text-align: justify;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
a.email {
  font-size: 11px;
  text-decoration: none;
  color: #666;
}
a.email:hover {
  color: red;
}
em.id {
  border-left: 1px dotted #CCC;
  font-weight: normal;
  padding-left: 10px;
  margin-left: 10px;
}
a.reply_comment {
  border-left: 1px dotted #CCC;
  font-weight: normal;
  padding-left: 10px;
  margin-left: 10px;
}
td.tit {
  height: 100px;
}
table.login {
  width: 100%;
}
.nver_form {
  text-align: center;
  margin: 5px;
}
table.patches {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
table.patches td {
  border-top: 1px solid black;
}
div.patch_desc {
  border: 1px solid #CCC;
  background-color: #F0F0E7;
  width: 100%;
  margin-top: -1px;
  padding: 5px;
}
td.patch_desc {
  text-align: left;
  padding: 3px;
}
a.show_patch, a.show_patch_hidden {
  color: blue;
  cursor: pointer;
  margin-right: 5px;
  padding-left: 4px;
  padding-right: 4px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  background-color: #F0F0E7;
}
a.show_patch {
  border-bottom: 1px solid #CCC;
}
a.show_patch:hover {
  color: red;
}
.patch_id {
  width: 50px;
}
.patch_mail {
  width: 150px;
}

#idiomas{
  float: left;
}

/* Seccion Creditos */

#tablaCreditos
{
  width: 714px;
  height: 850px;
  padding-left:80px;
  padding-top:50px;
  background: url('credits2.png');
}

#celdaCreditos
{
  background-color:#ffffff;
  border-left: 1px solid #986847;
  border-top: 1px solid #986847;
  padding-left:10px;
  vertical-align:top;
}

.itemDocumento
{
	border:1px dashed #986847;
	margin-bottom:20px;
}

.tituloDocumento
{
	border-bottom:1px dashed #986847;
	font-size:18px;
	padding:2px 0 1px 2px;
}

.descripcionDocumento
{
	font-size:14px;
	padding:4px 5px 2px 10px;
}

.enlaceDocumento
{
	padding:0 0 3px 0px;
}

.enlaceDocumento a
{
	margin-left: 15px;
}

