/* $Id: style.css,v 1.19 2006/12/27 13:17:15 drumm Exp $ */
/* Elementos HTML */

#recaptcha_image img {
	        width: 200px;
	}
	
body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  font: 76% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

blockquote {
  background: transparent url(/misc/blockquote_abre.gif) top left no-repeat;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
}

blockquote div {
  padding-right: 25px;
  background: transparent url(/misc/blockquote_cierra.gif) bottom right no-repeat;
}

code {
  font-family: monospace;
  background-color: #f2f2f2;
  border-top: 5px solid #ddd;
  line-height: 3em;

}


/*


  border-bottom: 5px solid #ddd;
  background: #f2f2f2 url('/misc/code.png') 10px 5px no-repeat;
  margin: 5px auto;
  padding: 20px 20px 20px 70px;
  text-align: left;

*/





tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #3b80c2;
}
a:visited {
  color: #062d55;
}
a:hover {
  text-decoration: underline;
}
fieldset {
  border: 1px solid #9b5804;
}

/*Color de terminal */

pre {
  background-color: #f2f2f2;
  border-top: 5px solid #ddd;
  border-bottom: 5px solid #ddd;

  background: #f2f2f2 url('/misc/terminal.png') 10px 5px no-repeat;

  margin: 5px auto;
  padding: 20px 20px 20px 70px;
  text-align: left;


}

table {
  /* Hace que el tamaño de  <td> sea relativo al tamaño de <body>*/
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;

}
.comment .links {
  margin-bottom: 0;
}

/*
** Etiquetas / IDs
*/
#header, #content {
  width: 100%;

}
#header {
  background-color: white;
  background-image: url(fondo.png);

}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left;
  padding: 0 ;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0;
  color: #ffffff;
}
#navlist a {
  font-weight: bold;
  color: #ffffff;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0;
  font-size: 0.8em;
  color: white;
}
#subnavlist a {
  font-weight: bold;
  color: white;
}
ul.links li {
  border-left: 1px solid #ffcb32;

}
ul.links li.first {
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 0;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #fffae0;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding en px debido a IE, falla el ancho de las tablas si no es asi */
  padding: 10px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #fffae0;
  border: 2px solid #ffcb32;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}

/*Barras laterales */

#sidebar-left, #sidebar-right {
  background-color: #e0dfde;
  width: 16em;
    /* padding en px debido a IE, falla el ancho de las tablas si no es asi */
  padding: 10px;
  vertical-align: top;
}

/*Pie de pagina*/

#footer {
  color: white;
  background-color: #e0dfde;
  padding: 1em;
  padding-bottom: 1em;
  font-size: 1.0em;
  font-weight: bold;
  border: 0px solid #e0dfde;
  background-image: url(fondo.png);
  Overflow: hidden;
  height: 100%;
}

.footeri {
  float: left;
}

.footer_links {
  float: right;
}

.footer_links a {
  color: white;
}

/*
** Declaraciones comunes para clases hijas de node, comment, block, box, etc.
** Si quieres darles una apariencia distinta  para un padre especifico, agrega
** reglas adicionales solo a las propiedades distintas para .parent .class.
** Mira .comment .title para un ejemplo.
*/

.title, .title a {
  font-weight: bold;
  font-size: 1.1em;
  padding-left: 2px;
  color: black;
  /*background-color: #3b80c2;*/
  margin: 0 auto;  /* Disminuye los margenes default para  h<x>.title */
}
.submitted {
  padding-top: 2px;
  color: #999;
  font-size: 0.9em;
}
.links {
  color: #999;

}
.links a {

  font-weight: bold;

}
.block, .box {
  padding: 0 0 1.5em 0;
}

#comentarioi {
  padding-left: 1px;
  float: left;
  Overflow: hidden;
  height: 100%;
}

#comentariod {
  margin-left: 15px;
  padding-left: 85px;
}

#comentarioc {
  clear:both;
  height: 100%;


}

/*Bloques*/

.block {
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 4px;
  padding-top: 6px;
}

.block .title {
  margin-bottom: .25em;
  color: black;
  font-family: Arial;
  font-weight: bold;
  padding-left: 4px;
  padding-bottom: 2px;
  padding-top: 2px;
  font-size: 1em;

}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em 0;
  background-color: #fff;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 5px;
}
.sticky {
  padding: .5em;
  background-color: #fffae0;
  border: 4px solid #ffcb32;
  padding-left: 7px;
  padding-right: 7px;
}

.node-unpublished {
  background-color: #fff4f4;
  border: 4px solid red;
  padding-left: 5px;
  padding-right: 5px;
}

.blog {
  background-color: #ECF1EF;

}


.node .content, .comment .content {
  margin: .5em 0 .5em 0;

}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em;
}
.node .picture {
  float: right;
  border: 1px solid #ddd;

  margin: 0.5em;
}

.comment_author {
  border: solid 4px #abc;
  border-style: double;
  padding: .5em;
  margin-bottom: 1em;
  height:auto;

}

.comment_author:hover {
  border: 4px solid black;
  border-style: double;
}


.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
  height:auto;

}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}

.comment:hover {
  border: 1px solid black;
}

.comment_author .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;

}


.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  margin: 0.5em;
}

/*
** Estilos especificos por modulo
*/
#aggregator .feed-source {
  background-color: #fffae0;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #fffae0;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ffe490;
}
#forum td.container {
  background-color: #ffe490;
}
#forum td.container a {
  color: #ffe490;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #ffb310;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;

}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}



/* Color para listar envios*/

tr.odd {
  background-color: #b6cee3;
}

tr.even {
  background-color: #e0dfde;
}



/* bordes redondos

/* ... */
.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

/*  */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 1em auto; }
