/* $Id: style.css,v 1.13 2006/04/03 22:20:48 unconed Exp $ */

/*
** HTML elements
*/
body {
	margin: 0;
	padding: 0;
	color: #21317b; /* antes #000; */
	font: 76% Arial, Helvetica, sans-serif;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1 {
  margin-bottom: 0.5em;
  margin-top:0.5em
  font-size: 1.7em;
  font-weight: bolder;
  font-style: normal;
  color: #21317B;
  background-color: White;
  letter-spacing: 0.3em;
}
h2 {
  margin-bottom: 0.5em;
  font-size: 1.5em;
  font-style: normal;
  font-weight: bold;
}
h3 {
  margin-bottom: 0.5em;
  font-size: 1.5em;
  font-style: italic;
  font-weight: bold;
}
h4 {
  margin-bottom: 0.5em;
  font-size: 1.3em;
  font-style: normal;
  font-weight: bold;
}
h5 {
  margin-bottom: 0.5em;
  font-size: 1.3em;
  font-style: italic;
  font-weight: bold;
  color: background;
}
h6 {
  margin-bottom: 0.5em;
  font-size: 1.1em;
  font-style: normal;
  font-weight: bold;
}
p {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #52597A; /* antes #39c; */
}
a:visited {
  color: #52597A; /* antes #39c; */
}
a:hover {
  color: #52597A; /* antes #39c; */
  text-decoration: underline;
}
h1 a:link, h1 a:visited, h1 a:hover {
	color: White;
}
fieldset {
  border: 1px solid #7A7A7A;
}
pre {
  background-color: White;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #858585;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #7A7A7A;
}
.item-list .title {
  font-size: 1em;
  color: #7A7A7A;
}
.links {
  margin-bottom: 0em;
}
.comment .links {
  margin-bottom: 0em;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#header {
  background-color: #fff; /* antes #69c; */
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left;
  padding: 0em 1.0em 0em 1em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}
#primary {
  font-size: 1.0em;
  padding: 0em 0.8em 0.5em 0;
  color: #eea53a; /* antes #9cf; */
}
#primary a {
  font-weight: bold;
  color: #eea53a; /* antes #fff; */
}
#secondary {
  padding: 0 1em 0.5em 0;
  font-size: 0.8em;
  color: #eea53a; /* antes #9cf; */
}
#secondary a {
  font-weight: bold;
  color: #eea53a; /* antes #9cf; */
}
#search .form-text, #search .form-submit {
  border: 1px solid #21317B; /* antes #69c; */
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em 0 0.5em;
}
#mission {
  background-color: #52597A; /* antes #69c; */
  font-weight: bold;
  padding: 1.5em 2em;
  color: #eea53a; /* antes #fff;*/
}
#mission a, #mission a:visited {
  color: #eea53a; /* antes #9cf; */
}
.site-name {
  margin: 0.6em 0em 0em 0em;
  padding: 0em;
  font-size: 2em;
  color: #21317b;
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
}
.site-name a:link, .site-name a:visited {
  color: #21317b; /* antes #fff; */
}
.site-name a:hover {
  color: #21317B; /* antes #369; */
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eea53a; /* antes #eee; */
  display: block;
  margin: 0em 0em 0em 0em;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
  color: #7A7A7A;
  background-color: #EEEEEE;
}
.messages {
  background-color: White;
  border: 1px solid #7A7A7A;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: #EEA53A;
}
#sidebar-left {
  background-color: #ffffff; /* antes #ffffff; */
  width: 11em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}
#sidebar-right {
  color:#FFFFFF;
  background-color: #EEA53A; /* antes #ddd; */
  width: 11em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}
#sidebar-right .title {
  font-family: "Courier New", Courier, monospace;
  font-size: 1.7em;
  color:#FFFFFF;
  background-color: #EEA53A; /* antes #ddd; */
}#footer {
	background-color: #7A7A7A;
	padding: 1em;
	font-size: 0.8em;
	color: #FFFFFF;
}
#footer .title {
	background-color: #7A7A7A;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: White; /* antes #21317b; */
  background-color: #52597A;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #7A7A7A;
  font-size: 0.8em;
}
.links {
  color: #7A7A7A;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  border-bottom: 1px solid #858585;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em 0;
}
.sticky {
  padding: .5em;
  background-color: White;
  border: solid 1px #858585;
}
.node .content, .comment .content {
  margin: .5em 0 .5em 0;
}
.node .taxonomy {
  color: #7A7A7A;
  font-size: 0.8em;
  padding: 1.5em;
}
.node .picture {
  border: 1px solid #858585;
  float: right;
  margin: 0.5em;
}
.comment {
  border: 1px solid #8591C7;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: #EEA53A;
}
.comment .picture {
  border: 1px solid #8591C7;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: White;
  border: 1px solid #7A7A7A;
  padding: 1em;
  margin: 1em 0 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #7A7A7A;
  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 0.5em 0.5em 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: White;
}
#forum td.topics, #forum td.last-reply {
  background-color: #858585;
}
#forum td.container {
  background-color: #8591c7;
}
#forum td.container a {
  color: White;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #858585;
}
#forum td .name {
  color: #52597A;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #8591C7;
  padding: .5em;
  margin: 1em 0em 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
.calendar a {
  text-decoration: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #858585;
}
.calendar .day-today {
  background-color: #8591C7;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #8591C7;
  color: #fff;
}
.calendar .header-week {
  background-color: #7A7A7A;
}
.calendar .day-blank {
  background-color: #7A7A7A;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #8591C7;
}
/*
** Formatos utilizados en Cetrade.org
*/
.autor {
    margin-bottom: 0.5em;
    font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
}
.bibliografia {
	font-size: 1em;
	text-align: justify;
    font-style: italic;
}
.caja {
	border: 1px solid #7A7A7A;
}
.cita {
	font-size: 1em;
	text-align: justify;
	margin-left: 60px;
	font-style: italic;
	color: #21317b;
    padding-bottom: 1em;
}
.curriculum {
	font-size: 1em;
	text-align: justify;
    font-style: italic;
}
.curriculum_centro {
	font-size: 1em;
	text-align: center;
    font-style: italic;
}
.dedicatoria {
	font-size: 1em;
	text-align: right;
	font-style: italic;
	font-weight: bold;
}
.direccion {
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
}
.epigrafe {
	font-size: 1em;
	text-align: justify;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 60px;
	font-style: normal;
	color: White;
	background-color: #858585;
	outline-style: none;
	outline:0px;
	border: 0em 0em 0em 0em;
	padding: 1em 2em 1em 2em;
}
.imagen_centro {
    text-align: center;
	float: none;
    padding: 1em 1em 1em 1em;
	border: 0;
}
.imagen_centro_nueva {
    text-align: center;
	float: none;
    padding: 0em 0em 0em 0em;
	border: 1em solid;
	border-color: #eea53a;
}
.imagen_derecha {
	float: right;
    padding: 1em 1em 1em 2em;
	border: 0;
}
.imagen_izquierda {
	float: left;
	padding: 1em 2em 1em 1em;
	border: 0;
}
.normal {
	font-size: 1em;
	text-align: justify;
}
.normal_centro {
	font-size: 1em;
	text-align: center;
}
.normal_derecha {
	font-size: 1em;
	text-align: right;
}
.normal_izquierda {
	font-size: 1em;
	text-align: left;
}
.nuevo {
	font-size: 0.7em;
	color: white;
	background-color: #eea53a;
}
.pregunta {
	font-size: 1em;
	text-align: justify;
	font-style: italic;
	font-weight: bold;
}
.seccion {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #52597A;
}
.subtitulo {
	font-size: 1.3em;
	font-weight: bold;
	color: #52597A;
}
td .normal {
	font-size: 1em;
	text-align: justify;
	padding-bottom: 1em;
}
/*
  Para galerías de fotos
*/
div.img
  {
  margin:2px;
  border:1px ;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px ;
  }
div.img a:hover img
  {
  border:0px solid #0000ff;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  }