/*
 * Tema para Construcmedia Web Site: cmedia.
 * Autor: Mario Torres: Construcmedia <http://www.construcmedia.com>
 * Ultima actualización: 07/08/2009
*/

html {
	font-size: 100%; /*Fix a IE em BUG*/
}

font, basefont {
	font-size: 100%; /*Fix a IE em BUG*/
}

body {
	font-family: Helvetica, Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #1F1F1F; /*#1E1E1E; color del texto del cuerpo de los post*/
	margin: 0;
	padding: 0;
	text-align: center; /* IE5 hack */
	/*background: #ffffff url("images/bg-header.png") repeat-x top left;  5b90c4 Fondo del borde la página */
	background: #F2F3F4 url("images/bg-body.png") repeat-x;
}

div#wrapper {
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0px;
	line-height: 1em;
	background: transparent;  /* Fondo del logotipo y del pie de página*/ 
	width: 80%; /* Ancho de la página*/ 
}

div#container {
	margin: 0px;
	padding: 0px;
	text-align: left; /* IE5 hack */
	line-height:1.6em;
	background: transparent; /* Fondo del logotipo */
}

table, tr, td, thead, tbody {
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 0px;
}
tr.odd td, tr.even td {
	padding: 0.4em;
}
tr.odd {
	background: #EEEEEE;
	border: solid 1px #B2C3B3;
}

tr.even {
	background: #f6fafe;
	border: solid 1px #B2C3B3;
}

/*-------------------------------------------------------------------*/
/*                               Header                              */
/*-------------------------------------------------------------------*/

table#header {
	width: 970px;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	vertical-align: top;
	line-height: 0em;
	height: 100px; /* 80px; */
	/*background: #000000 url("images/header_content.jpg") no-repeat;*/
	background: none;
}

table#header tr {
	padding: 0px;
	margin: 0px;
}

.header-l {
	width: 20px;
	background: url("images/bg-header-l.png") no-repeat top left;
}

.header-r {
	width: 20px;
	background: url("images/bg-header-r.png") no-repeat top right;
}


#logo {
	width: 10px;
	padding: 35px 0px 0px 10px;
	margin: 0px;
}

.banner {
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	text-align: right;
	vertical-align: bottom;
	height: 75px;
}

#site_name {
	text-align: left;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
	overflow: hidden;
	padding-bottom: 10px;
}

#site_name h1 {
	text-align: left;
	font-size: 36px;
	line-height: 1em;
	padding: 0px 5px;
	margin: 0px;
}

#site_name h1 a {
	color: #ffffff;
}

#site_name h1 a:hover {
	text-decoration: none;
}

#site_name .site-slogan {
	color: #eeeeee;
	font-size: 1em;
	line-height: 1em;
	padding: 0px;
	margin: 0px;
	text-align: left;
	padding-left: 7px;
	padding-bottom: 2px;
	padding-top: 4px;
}

#site_search {
	margin: 0px;
	padding: 0px;
	padding-right: 8px;
	padding-bottom: 12px;
	text-align: right;
	vertical-align: bottom;
}

/*-------------------------------------------------------------------*/

/*                              Regions                              */

/*-------------------------------------------------------------------*/

table#header-area {
 /* Fondo del Blog superior */
	margin-top: 1px;
	background: #ffffff url("images/bg-content.png") repeat-x top left;
	width: 970px;
}

.block-header .content {
	margin-top: 14px;
	margin-bottom: 3px;
}

table#content {
	background: #ffffff;
	width: 970px;
}

#main-content {
	background: #ffffff; /* Colores lado derecho */
	padding-bottom: 7px;
}

#main {
	/* padding in px not ex because IE messes up 100% width tables otherwise */
	padding: 5px;
	padding-top: 0px;
}

.content-l {
	width: 30px;
	background: url("images/bg-content-l.png") repeat-y top left;
}

.content-r {
	width: 30px;
	background: url("images/bg-content-r.png") repeat-y top right;
}

.content-b {
	height: 30px;
	background: url("images/bg-content-b.png") repeat-x top left;
}

.node .content, .comment .content {
  line-height: 1.6em;
  /* font-family: "Calibri", Verdana, Verdana, Verdana, sans-serif; */
  font-size: 0.96em; /* 11px; */
}

#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}

.breadcrumb {
	padding: 0px;
	padding-bottom: 2px;
}

.breadcrumb a {
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	color:#113452;
}

/* Textos de los adjuntos */
.sticky-enabled a {
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
}

.error {
  border-color: red;
}

#footer {
	margin: 10px;
	padding: 10px;
	font-size: 10px;

	line-height: 1.5em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #444444; /* #ffffff; */
	/* border-top: 2px solid #cccccc; */
	font-family: "Tahoma", Verdana, Arial, sans-serif;
	background: url("images/bg-foot-top.png") repeat-x top left;
}

#footer a {
	text-decoration: underline;
	font-weight: bold;
	padding-left: 50px;
}

#footer .block .block-bc, #footer .block .block-tc {
	/*font-size: 8px;*/
	/* padding: 10px;
	margin: 10px;*/
	width: 100%;
	padding-top: 10px;
}

#footer .block .content {
	/*font-size: 8px;
	padding: 10px;
	margin: 10px;*/
}



/* ====================================================*/

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.3em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}

hr {
	color = #FAFAFA;
	background-color = #D8D8D8;
}


p {
  margin-top: 0.4em;
  margin-bottom: 0.8em;
  text-align: justify;
}
em {
	text-decoration: none;
	font-weight: normal;
}
div#cr8 {
	padding-top: 8px;
}
table {
	/* make <td> sizes relative to body size! */
	font-size: 1em;
	width: 100%;
	margin: 0px;
}
.form-item label {
	font-size: 1em;
	color: #666666;
	font-weight: normal;
}
ul {
	padding: 0;
	padding-left: 1em;
	margin: 0px;
}
li {
	padding: 0;
	margin: 0px;
	padding-left: 0;
	line-height: 1.6em;
}
li a, li a:visited, li a:active, li a:hover {
	/* font-weight: normal; */
}

.item-list ul {
	padding: 0px;
	margin: 0px;
}
.item-list ul li {
	font-size: 11px;
}
.item-list .title {
  font-size: 1em;
}
div.links {
	margin-bottom: 0;
	margin-top: 10px;
	text-align: right;
}

ul.links li {
	padding: 0px 0px 0px 10px;
	margin: 0;
	border-left:1px solid #C4C4C4; /* ADA95B */
}
.comment .links {
  margin-bottom: 0;
}
.more-link, .more-link a {
	font-size: 11px;
	font-weight: normal;
}

.submitted {
  color: #666666;
  font-size: 0.8em;
}
.links {
  color: #37493B; /* Color del número de las lecturas */
  font-size: 10px;
}
.links a {
	font-size: 10px; /* Altura de los vinculos del tipo Leer más */
	font-weight: normal;
}

.links a:hover, a.active:hover {
	background: #F9F39B;
	/* color: #000000; */
}

.box {
	background: #ffffff;
	padding: 5px;
}
.box h2 {
	font-size: 15px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	color:#E64117;
	
	/*font-size: 12px; */
	padding-bottom: 2px;
	border-bottom: solid 1px #cccccc;
	/*font-weight: bold; */
}

.slidef {
	margin-top: 3px;
	margin-right: 5px;
	padding-right: 5px;
	border: solid 1px #cccccc;
}


.img-i {
	margin-top: 0px;
	margin-right: 7px;
	padding-right: 0px;
	border: solid 0px #DED2C2;
}

.img-d {
	margin-top: 0px;
	margin-left: 7px;
	padding-left: 0px;
	border: solid 0px #DED2C2;
}

/*-------------------------------------------------------------------*/
/*                          Basic Text Colors                        */
/*-------------------------------------------------------------------*/
a, a.active {
	text-decoration: none;
	font-weight: normal;
	color: #993300;
}
a:link, a.active:link {
	color: #284EB0; /* Color de los links enlace Leer más */
	font-weight: bold;
}
a:visited, a.active:visited {
	color: #284EB0; /* Color de los links enlace Leer más */
	font-weight: bold;
}
a:hover, a.active:hover {
	color: #D01B22;
	text-decoration: underline;
}
a:focus, a.active:focus {
	outline: none;
}


/* Personalizacion del vinculo leer más */

.node_read_more a {
	font-size: 10px;
	font-weight: bold;
	/* color: #833102; /*
	
	/* padding-left: 22px; // so there is space on the left of the text for the image. */
	/*  background: url("images/lf-leer-mas-bg.png") no-repeat; */
	background: #Ffffff;
	padding: 1px 3px 1px 3px;
	border: solid 1px #687D12;
}


/*-------------------------------------------------------------------*/
/*                          Regular Blocks                           */
/*-------------------------------------------------------------------*/
/*
 we do not define regular blocks. use the default.
*/
.block .links {
	font-size: 11px;
}
.block .content {
	padding: 0px 5px;
}

.block .content h3 {
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 2px;
	font-size: 11px;
}

.block .content ul li {
	list-style-image: url("images/bg-li-block.jpg");
	/* color: #dddddc; */
	padding-bottom: 5px;
	
}



/*-------------------------------------------------------------------*/
/*  Paper edges (drop shadow area)                                   */
/*-------------------------------------------------------------------*/

#main-l {
	width: 10px;
	background: url("images/bg-main-l.png") repeat-y top right;
}
#main-r {
	width: 10px;
	background: url("images/bg-main-r.png") repeat-y top left;
}
#main-c {
	padding: 10px 20px;
}
#foot-l {
	width: 10px;
	background: url("images/bg-foot-l.png") no-repeat top right;
}
#foot-r {
	width: 10px;
	background: url("images/bg-foot-r.png") no-repeat top left;
}
#foot {
	padding: 10px;
	background: url("images/bg-foot.png") repeat-x top left;
}

*-------------------------------------------------------------------*/
/*                          Sidebar Blocks                           */
/*-------------------------------------------------------------------*/
.sidebar .block h3 {
	padding: 0px;
	margin-top: 4px;
	font-size: 11px;
	/* color: #030303; */
	
}
.sidebar .block ul.links li {
	font-size: 11px;
	color: #030303; 
	
}

.sidebar .block {
	width: 230px;	/* needed for IE */

	border-spacing: 0;
	border-collapse: collapse;
	
	margin: 3px 2px 4px 2px;

	padding-right: 2px;
	padding-left: 2px;
	
	background: #F9F9F9; /* Color de fondo de cada bloque */
	color: #1E1E1E;
	
	border: solid 1px #D8D8D8; /* E3E0CF */
	border-top: solid 4px #D8D8D8; /* E3E0CF */
}

	
.sidebar .block h2, .block-content-top .block h2 {
	font-size: 15px;
	
	font-weight: bold;
	font-style: italic; 
	font-family: Helvetica, Arial, sans-serif;
	
	margin: 5px;

	text-align: left;
	
	padding: 2px 1px;
	 /* background: url("images/bg_block_h2.jpg") repeat-x top left; */
	color:#000000; /* 62750F Color de los títulos de los bloques */
	 background: transparent;
	
	/* border-top: solid 2px #D8D8D8; */
	border-bottom: solid 1px #D8D8D8;
	
	/* font-family: Helvetica, Arial, sans-serif; */
}

#sidebar-left, #sidebar-right {
	background: #transparent; /* Color de fondo del lado derecho */
	width: 230px;	/* needed for Drupal 6.x */
}

#sidebar-left {
	/* background: #ffffff url("images/bg-blockleft.png") no-repeat 15px 30px; */
	/* border-left: 1px solid #E3E0CF; */

	 /* background: #ffffff url("images/bg-left.png") repeat-y; */
}

.sidebar-right .content {
	margin: 0px 4px 3px 5px;
}

.sidebar .block a {font-size: 11px; color: #444; font-weight: normal; line-height: 1.6em;} /* Color de los textos internos de los bloques*/



/*-------------------------------------------------------------------*/
/*                          Content top Block                        */
/*-------------------------------------------------------------------*/

.block-content-top .block {
	
	margin: 3px 0px 3px 0px;	
	padding: 0px 8px 4px 8px;
	
	background: #F9FAF1;
	color: #1E1E1E;
	
	border: solid 1px #D8D8D8; /* E3E0CF */
	border-top: solid 4px #D8D8D8; /* E3E0CF */
	
}

.block-content-top .block h2 {
	color:#000000; /* 62750F Color de los títulos de los bloques */
	border-bottom: solid 1px #D8D8D8;
}

.block-content-top .content {
	/*margin: 3px 0px 3px 0px; 
	padding: 0px 8px 2px 8px;*/
	padding-top: 5px;
}


*-------------------------------------------------------------------*/
/*                          Frontbar Blocks                           */
/*-------------------------------------------------------------------*/
.frontbar .block h3 {
	padding: 0px;
	margin-top: 4px;
	font-size: 11px;
	/* color: #030303; */
	
}
.frontbar .block ul.links li {
	font-size: 11px;
	color: #030303; 
}

.frontbar .block {

	padding-right: 2px;
	padding-left: 2px;
	
	background: #ffffff url("images/bg-front-block.png") no-repeat bottom left; /* Color de fondo de cada bloque */
	color: #1E1E1E;
}

	
.frontbar .block h2 {
	font-size: 16px;
	
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
	margin: 5px;

	text-align: center;
	
	padding: 2px;
	padding-left: 4px;
	padding-right: 2px;
	padding-top: 15px;

	color:#2F2F2F; /* 62750F Color de los títulos de los bloques */
	background: transparent;
	
	border-bottom: solid 1px #F2F2F2;
	
}

#block-content_front_left, #block-content_front_center, block-content_front_right {
	background: #transparent; /* Color de fondo del lado derecho */
}

.block-content_front_left .block {
	margin-left: 55px;
	height: 220px;
	width: 265px;
}

.block-content_front_center .block {
	margin-left: 15px;
	margin-right: 15px;
	
	height: 220px;
	width: 265px;
	
}

.block-content_front_right .block {
	margin-right: 55px;
	height: 220px;
	width: 265px;
}

 
.frontbar .content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px;
	font-size: 11px;
	line-height: 1.2em;
	padding-right: 15px;
	padding-left: 10px;
}

.block-content_front_left .block p {
	text-align: right;
}

.block-content_front_center .block p {
	text-align: left;
}

.block-content_front_right .block p {
	text-align: left;
}

.block-content_front_right .content li {
	line-height: 0.7em;
}

.frontbar .block a {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #1E1E1E; font-weight: normal; line-height: 1em;} /* Color de los textos internos de los bloques*/

.front-content .content{
	margin-bottom: 5px;
}


/*-------------------------------------------------------------------*/
/*                               Node                                */
/*-------------------------------------------------------------------*/
.node {		/* full node */
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px;
	overflow: hidden;
	/*background: #FBFCF5; 
	border: solid 1px #D8D8D8;
	border-top: solid 3px #D8D8D8;*/

}
.sticky {
	padding-left: 5px;
	background: #F9F9F9;
	border: solid 1px #6F9190;
	border-top: solid 4px #6F9190;
}
 


.node .content, .comment .content{
	clear: both;
	margin: 5px;
}
.node .taxonomy {
	font-size: 0.8em;
	padding-left: 1.5em;
	
}
.node .taxonomy li {
	padding: 1px 5px;
}
.node .picture {
	border: 0px solid #D3DA8E;
	float: left;
	margin: 0.5em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.node table.nodetitle {
	margin-bottom: 0px;
	border-bottom: 1px solid #D8D8D8;
}
.node .submitted {
	color: #777777;
	/*background: #F8D203; */
	 /*border-top: solid 1px #D8D8D8; 
	 border-bottom: solid 1px #D8D8D8; */
	padding-left: 2px;
	padding-right: 2px;
}
.node div.links {
}

.node h2.title {
	line-height: 1.2;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	/* font-family: "Georgia", Georgia, Verdana, Verdana, sans-serif; */
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 20px; /* Altura de los titulos de los resúmenes de los post */
	color: #0A0B0D;/* #C98000;  Color de los titulos de los post en el detalle del tema */
}

.node h2.title a {
	color: #113452; /* 62750F Color de los titulos de los resúmenes de los post en la página principal*/
	font-weight: normal;
}
	
.node h2.title a:hover {
	text-decoration: none;
	color: #0A0B0D; /* #6A8012; /* Color de los titulos de los resúmenes de los post mouse encima C14519 */
}

.node ul {
  margin-left: 20px;
}

.node li {
  /* list-style-type:square; */
}

.service-links {
	padding-bottom: 5px;
}

.service-links ul {
  margin-left: 0px;
}

.service-label {
	border-top: 1px solid #cccccc;
	margin-top: 20px;
	padding-bottom: 5px;
	font-size: 11px;
	color:#272726;
}

.pagetitle {
	padding: 0px;
	margin: 2px 0px 10px 0px;
}
.pagetitle h1 {
	margin: 0px;
	font-size: 16px;

	padding: 4px 2px;
	color: #62750F; 
	
	border-top: solid 1px #cccccc;
	border-bottom: solid 4px #cccccc;
	
	background: #F0F0F0 url("images/bg-block-h2.png") repeat-x;
}
.pagetitle-l {
	width: 30px;
	height: 34px;
	background: url("images/bg-title-l.png") no-repeat top right;
}
.pagetitle-c {
	height: 34px;
}
.pagetitle-r {
	width: 30px;
	height: 34px;
	background: url("images/bg-title-r.png") no-repeat top left;
}

/* table for each node (for rounded corners without using javascript) */

.node-tl {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 6px;
	border-width: 0px;
	line-height: 1;
	background: url("images/bg-divider-l.png") no-repeat bottom right;
}
.node-tc {
	padding: 0px;
	margin: 0px;
	height: 6px;
	border-width: 0px;
	background: url("images/bg-divider-c.png") repeat-x bottom left;
	line-height: 1;
}
.node-tr {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 6px;
	border-width: 0px;
	line-height: 1;
	background: url("images/bg-divider-r.png") no-repeat bottom left;
}
.node-bl {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 10px;
	border-width: 0px;
	line-height: 1;
}
.node-bc {
	padding: 0px;
	margin: 0px;
	height: 10px;
	border-width: 0px;
	line-height: 1;
}
.node-br {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 10px;
	border-width: 0px;
	line-height: 1;
}
.node-ml {
	padding: 0px;
	margin: 0px;
	width: 14px;
	border-width: 0px;
	line-height: 1;
}
.node-mc {
	margin: 0px;
	padding: 10px 5px;
}
.node-mr {
	padding: 0px;
	margin: 0px;
	width: 14px;
	border-width: 0px;
	line-height: 1;
}

.teaser-node-tl {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 12px;
	background: none;
}
.teaser-node-tc {
	padding: 0px;
	margin: 0px;
	height: 5px;
		background: url("images/bg-top-node.png") repeat-x top left;
}
.teaser-node-tr {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 12px;
	background: none;
}
.teaser-node-ml {
	padding: 0px;
	margin: 0px;
	width: 12px;
	background: none;
}
.teaser-node-mc {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
   background: none;
}
.teaser-node-mr {
	padding: 0px;
	margin: 0px;
	width: 12px;
	background: none;
}

.teaser-node-bl {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 5px;
	background: url("images/bg-divider-l.png") no-repeat top right;
}
.teaser-node-bc {
	padding: 0px;
	margin: 0px;
	height: 5px;
	background: none;
	/* background: #cccccc;*/
}
.teaser-node-br {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 5px;
	background: url("images/bg-divider-r.png") no-repeat top left;
}

.sticky-node-tl {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 12px;
	background: url("images/bg-node-tl.png") no-repeat bottom right;
}
.sticky-node-tc {
	padding: 0px;
	margin: 0px;
	height: 12px;
	background: url("images/bg-node-tc.png") repeat-x top left;
}
.sticky-node-tr {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 12px;
	background: url("images/bg-node-tr.png") no-repeat bottom left;
}
.sticky-node-ml {
	padding: 0px;
	margin: 0px;
	width: 12px;
	background: url("images/bg-node-ml.png") repeat-y top right;
}
.sticky-node-mc {
	padding: 5px;
	margin: 0px;
	background: none;
}
.sticky-node-mr {
	padding: 0px;
	margin: 0px;
	width: 12px;
	background: url("images/bg-node-mr.png") repeat-y top left;
}

.sticky-node-bl {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 12px;
	background: url("images/bg-node-bl.png") no-repeat top right;
}
.sticky-node-bc {
	padding: 0px;
	margin: 0px;
	height: 12px;
	background: url("images/bg-node-bc.png") repeat-x bottom left;
}
.sticky-node-br {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 12px;
	background: url("images/bg-node-br.png") no-repeat top left;
}

/*-------------------------------------------------------------------*/
/*                              Comments                             */
/*-------------------------------------------------------------------*/
.comment {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	background: #FBFCF5; /* F3F5E5 */
	border: 1px solid #CECECE;
}
.comment .title a {
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px;
}
.comment .content {
	padding: 0px 10px;
	/*color: #5E5E5F;
	font-size: 11px;*/
}
.comment .new {
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
	float: right;
	color: red;
}
.comment .picture {
	/*border: 1px solid #cccccc; */
	float: left; 
   margin-left: 0.5em;
   margin-right: 0.3em;
   
}

.comment .comment-id {
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
}
.comment .submitted {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 4px;
	color: #000000; /* 666666 Color del número de post*/
	/*background: #F7F7F7;
	border-top: solid 1px #cccccc;*/
	border-bottom: solid 1px #cccccc;
}
.comment div.links {
	padding: 5px;
	margin-top: 0px;
}

#comment-tl {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 0px;
	background: none;
}
#comment-tc {
	padding: 0px;
	margin: 0px;
	height: 0px;
	background: none;
}
#comment-tr {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 0px;
	background: none;
}
#comment-ml {
	padding: 0px;
	margin: 0px;
	width: 0px;
	background: none;
}
#comment-mc {
	padding: 5px 5px 0px 5px;
	margin: 0px;
	background: none;
}
#comment-mr {
	padding: 0px;
	margin: 0px;
	width: 0px;
	background: none;
}

#comment-bl {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 0px;
	background: none;
}
#comment-bc {
	padding: 0px;
	margin: 0px;
	height: 5px;
	background: none;
}
#comment-br {
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 0px;
	background: none;
}

#comments .box {
	margin: 10px;
	padding: 15px;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eaf6ea;
  border: 1px solid #c2e4c2;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}

/*-------------------------------------------------------------------*/
/*                               Forum                               */
/*-------------------------------------------------------------------*/
#forum table {
	margin: 5px;
	margin-top: 10px;
	width: 99%;
	border: solid 1px #D8D8D8;
}

#forum {
	margin: 15px 0px;
}

#forum td.container {
	/*background: #F7F7F7; */
	background: #ffffff url("images/bg-container.png") repeat-x;
	border-top: solid 4px #D8D8D8;
}

#forum td.container a {
	font-size: 16px;
	font-weight: bold;
	color:#DE4421;
	text-decoration: underline;
}

#forum thead, #forum tbody {
	border: solid 1px #B2C3B3;
}

#forum td.forum {
	margin: 0px;
	padding: 0px;
	border: solid 1px #D8D8D8;
}

#forum th {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	border: solid 1px #D8D8D8;
	text-align: center;
	background: #F5F4F2;
}

#forum th a {
	color:#3C3D39;
}


#forum tr.even {
	background: #F9F9F9;
	border: solid 1px #D8D8D8;

}

#forum tr.odd {
	background: #F9F9F9;
	/*border: solid 1px #B2C3B3; */
}

#forum td.icon {
	text-align: center;
	width: 20px;
	border: solid 1px #D8D8D8;
}

#forum td.last-reply {
	margin-top: 10px;
	background: #F5F4F2;
	border: solid 1px #D8D8D8;
	font-size: 11px;
}


#forum td.replies {
	background: #F5F4F2;
	border: solid 1px #D8D8D8;
	font-size: 11px;
}

#forum td.created {
	border: solid 1px #D8D8D8;
	font-size: 11px;
}

#forum td.created a {
	text-align: center;
}

#forum td.posts {
	font-size: 11px;
	border: solid 1px #D8D8D8;

}

#forum td.topics {
	background: #F5F4F2;
	border: solid 1px #D8D8D8;
	font-size: 11px;

}

#forum div.indent {
  margin-left: 20px;
}

#forum tr td.forum {
  padding-left: 25px; /* LTR */
  background-position: 12px; /* LTR */
  background-image: url(../../misc/forum-default.png);
  background-repeat: no-repeat;
  border: solid 1px #D8D8D8;
}

#forum .name{
	margin-top: 5px;
}

#forum .name a {
	margin: 0px;
	padding: 0px;
	
	font-size: 13px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	color:#005C8A;
	font-weight: bold;
	text-decoration: underline;
	
	text-align: left;
}

#forum .name a:hover {
	text-decoration: underline;
	color:#62750F;
}

#forum .description {
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	
	text-align: left;
	font-size: 11px;
	line-height: 1.5em;
}

#forum .title a {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color:#005C8A;
	font-weight: bold;
	text-decoration: underline;
	
	text-align: left;
}

#forum .title a:hover {
	text-decoration: underline;
	color:#62750F;
}

#forum .title {
border: solid 1px #D8D8D8;
}


th.active a {
	padding-left: 15px;
	padding-right: 15px;
}

.block-forum h3 {
  margin-bottom: .5em;
}
div.forum-topic-navigation a.topic-next {
	text-align: right;
}
div.forum-topic-navigation a.topic-previous {
	text-align: left;
}

/*-------------------------------------------------------------------*/
/*                              Profile                              */
/*-------------------------------------------------------------------*/
#profile .profile {
  clear: both;
  border: 1px solid #99d29a;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
/*-------------------------------------------------------------------*/
/*                             Administer                            */
/*-------------------------------------------------------------------*/
div.admin, div.admin .left, div.admin .right {
	margin: 0px;
	padding: 5px;
	overflow: hidden;
}
div.admin-panel {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	background: #FFFFE0;
	border: solid 1px #D8D8D8;
	border-top: solid 4px #D8D8D8;
}
div.admin-panel a {
	font-weight: normal;
	overflow: hidden;
}
div.admin-panel .description {
}
div.admin-panel .body {
	font-size: 11px;
}
div.admin-panel h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding: 5px 8px 5px;
	margin: 0;
	background: #ffffff url("images/bg-block-h2.png") repeat-x;
	color: #62750F;
	border-bottom: solid 1px #D8D8D8;
}
div.help {
	margin: 0px;
	padding: 2px 5px;
	margin-top: 5px;
}

/*-------------------------------------------------------------------*/
/*                                Pager                              */
/*-------------------------------------------------------------------*/
/*---- for Drupal 5.x ----
div.pager {
	margin: 5px;
	padding: 5px 0px;
	font-size: 13px;
}
.pager-list {
	margin: 0px;
	padding: 0px;
}
.pager a {
	margin: 2px;
	padding: 4px 8px;
	background: transparent;
}
.pager a:hover {
	background: #eaeaea;
}
.pager strong.pager-current {
	color: #ffffff;
	margin: 2px;
	padding: 4px 8px;
	background: #77a3cd;
}
*/
/*---- for Drupal 6.x ----*/

div.item-list {
	padding-top: 5px;
	margin-top: 5px;
}

div.item-list ul.pager li {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
ul.pager {
	padding: 3px 5px 3px 5px;
	margin: 0px;
}
ul.pager li {
	padding: 0px;
	margin: 0px;
}
div.item-list ul.pager li.pager-current {
	color: #ffffff; /* Color del numero de la página actual */
	margin: 1px;
	padding: 3px 5px 3px 5px;
	background: #A3A460; /* Relleno del numero de la página actual */
	text-align: center;
	border: solid 1px #62740F;
}
.pager a {
	margin: 1px;
	padding: 3px 5px 3px 5px;
	background: transparent; /* Relleno de los numeros inferiores de las páginas menos la actual*/
	border: solid 1px #cccccc;
	text-align: center;
	color: #ffffff;
}
.pager a:hover {
	color: #993300;
	margin: 1px;
	padding: 3px 5px 3px 5px;
	text-align: center;
	background: #C7C094; /* Relleno de los numeros al pasar el mouse por encima */
}

/*-------------------------------------------------------------------*/
/*                                Tabs                               */
/*-------------------------------------------------------------------*/
.tabs {
	font-size: 11px;
}
.tabs a {
	font-family: "Verdana", Tahoma, Arial, sans-serif;
	font-weight: normal;
	line-height: 2.2em;
}

.tabs ul {
	padding: 0;
	margin: 0;
	padding-left: 5px;
	border-bottom: solid 0px #ffffff;
	margin-bottom: 10px;
}
.tabs ul li {
}
.tabs ul li a {
	margin: 0px;
	padding: 4px 10px;
	background: #ffffff;
	border: solid 1px #b9d1e6;
}
.tabs ul li a:hover {
	color: #000000;
	background: #FFFFE0;
	border: solid 1px #b9d1e6;
}
.tabs ul li a.active, .tabs ul li.active a {
	font-family: "Verdana", Tahoma, Arial, sans-serif;
	color: #000000;
	background: #FFFFE0;
	border: solid 1px #5b90c4;
}
.tabs ul li a.active:hover {
	color: #000000;
	text-decoration: none;
	background: #FFFFE0;
	border: solid 1px #808080;
}
ul.secondary {
}
ul.secondary li {
	font-size: 11px;
	margin: 0;
	padding: 0;
	border: solid 0px #ffffff;
}
ul.secondary li a {
	margin: 0;
	padding: 2px 4px;
	margin-right: 2px;
	margin-left: 0px;
	border: solid 1px #eeeeee;
}
/*-------------------------------------------------------------------*/
/*                      Archive Calendar Block                       */
/*-------------------------------------------------------------------*/
.sidebar .block-archive .content {
	padding: 10px 5px 10px 5px;
}
.sidebar .block-archive .content tr {
	background: none;
	border: solid 0px #ffffff;
}
.sidebar .block-archive .content table td {
	border: solid 1px #77a3cd;
	padding: 1px 2px;
	text-align: center;
}

/*******************************************************************
* Color Module: Don't touch                                       *
*******************************************************************/

/*-------------------------------------------------------------------*/
/*                              Mission                              */
/*-------------------------------------------------------------------*/
table#mission {
	margin: 10px 20px 0px 20px;
}
#mission h1 {
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	padding: 0px;
	line-height: 1em;
}

/*-------------------------------------------------------------------*/
/*                                Poll                               */
/*-------------------------------------------------------------------*/
div.poll .text {
/* font-size: 0.6em;*/
	font-size: 11px;
	color: #444444;
}
div.poll .title, div.poll .total {
/* font-size: 0.6em;*/
	font-size: 11px;
	font-weight:bold;
}

.poll li.statistics_counter, li.comment_comments, li.active, li.last, li.0 {
	font-size: 10px;
} 

li.first{
	font-size: 11px;
}

div.poll .percent {
	font-size: 0.9em;
	color: #AE5624;
}

.poll .vote-form .choices {
	margin: 0 auto;
	display: table;
	font-size: 0.9em;
	text-align: left;
	color: #444444;
}

.poll .bar {
	background-color: #eeeeee;
	border: solid 1px #999999;
}
.poll .bar .foreground {
	background: url("images/bg-gbar.png") repeat-x center left;
}

/*-------------------------------------------------------------------*/
/*                        Book Navigation                            */
/*-------------------------------------------------------------------*/
.book-navigation {
	padding-bottom: 5px;
}
.book-navigation ul.menu {
	padding-top: 5px;
	padding-bottom: 5px;
}
div.page-links a.page-previous {
	width: 40%;
	padding: 0px;
	margin: 0px;
}
div.page-links a.page-up {
	width: 19%;
	padding: 0px;
	margin: 0px;
}
div.page-links a.page-next {
	width: 40%;
	padding: 0px;
	margin: 0px;
}

/*-------------------------------------------------------------------*/
/*                        Image Galleries                            */
/*-------------------------------------------------------------------*/
ul.galleries li {
	border: solid 1px #aaaaaa;
	background: #ffffff;
}
ul.galleries li h3 a {
	font-size: 1.1em;
	font-weight: bold;
	
}
ul.images {
	border: solid 1px #aaaaaa;
	overflow: hidden;
}
ul.images li {
	text-align: center;
}
ul.images li h3 {
	margin: 0px;
	padding: 0px;
}

/*-------------------------------------------------------------------*/
/*                              Others                               */
/*-------------------------------------------------------------------*/
.pushbutton, button, .form-submit {
	margin-top: 2px;
	margin-bottom: 1px;
	cursor: pointer;
	padding: 1px 5px;
	color: #666666;
	font-weight: normal;
	font-size: 11px;
	border: solid 1px #888888;
	background: #fff url("images/button.gif") repeat-x center;
}
.pushbutton:hover, button:hover, .form-submit:hover {
	color: #000000;
	border: solid 1px #666666;
	background: #fff url("images/button-o.gif") repeat-x center;
}

/*-------------------------------------------------------------------*/
/*                          Misc for Contents                        */
/*-------------------------------------------------------------------*/
pre {
	margin: 0px;
	padding: 0px;
	
	background: #F5F4F2;
	border: solid 1px #d8d8d8;
	
	white-space: -moz-pre-wrap;	/* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	white-space: pre;
	
	width: 650px;
}


blockquote {
	margin: 4px;
	margin-right: 0px;
	padding: 7px;
	
	background: #F5F4F2;
	border: solid 1px #D8D8D8;
	
	white-space: -moz-pre-wrap;	/* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
		
   font-family: "Courier New", Courier, mono;
	line-height: 1.3em;
	

}

/**
 * CSS rules for the general GeSHi filter containers.
 * The language specific rules are generated automatically and written to a
 * CSS file in your files directory.
 */

/* block source code */
div.geshifilter {
  display: block;
  padding: 0.5em;
  margin: 0px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
  line-height: 1.2;
  
  	width:650px;
	/* height: auto; */
}

div.geshifilter > pre, div.geshifilter > div {
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-Y: hidden;
}

div.geshifilter > pre ol, div.geshifilter > div ol {
  padding-left:3.5em;
  padding-bottom: 16px;
}

/* Set line-height for syntax highlighting with line numbers */
.geshifilter ol {
  margin: 0;
  line-height: 1.3;
  
  font-weight: bold;
  /*background: #F4F1EA; */
}


.geshifilter ol li div { 
	font-weight: normal;
	/* background: white; */
}

/**********************************************************/

.messages {
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.messages li {
	margin-left: 10px;
}

/*-------------------------------------------------------------------*/
/*                               Top Menu                            */
/*-------------------------------------------------------------------*/

#menu-l {
	width: 30px;
	 background: #FFFFFF url("images/bg-menu-left.png") no-repeat top left; */
}

#menu-r {
	width: 30px;
	background: #FFFFFF url("images/bg-menu-right.png") no-repeat top right; */
}

table#menu {
	height: 32px;
	width: 970px;
	vertical-align: middle;
	padding: 0px;
	margin: 0;
	margin-top: 3px;
	text-align: right;
	background: url("images/bg-menu.png") repeat-x top left; 
	/* background: #A3A460; /* #A3A460; */
}

#menu ul li {
	list-style-type: none;
	list-style-image: none;
}

#navlist {
	font-size: 1.0em;
	color: #ffffff;
	padding: 2px 10px 0px 10px;
	list-style-type: none;
	list-style-image: none;
}

#navlist li {
	padding: 0px 15px;
	list-style-type: none;
	list-style-image: none;
}



/* Texto del menú principal */

#navlist a {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
}



/* Texto del menú principal mouse encima*/

#navlist a:hover {
	color: #000000;
	text-decoration: none;
	background: none;
}


#navlist a.active {
	color: #ffffff;
	text-decoration: underline;
	background: none;
}


#subnavlist {

	border-top: solid 1px #888888;

	padding: 1px 0px 0px 0px;

	font-size: 1.0em;

}

#subnavlist a {

	font-size: 11px;

	font-weight: bold;

	color: #ffffff;

}



div#search {

	margin-right: 10px;

	text-align: right;

	font-size: 11px;

	margin-top: 26px;	/* this is a MUST for Safari */

}

#search .form-text {

	width: 10em;

	padding: 2px 2px;

	border: solid 1px #888888;

}

div#search label {

	color: #ffffff;

	padding: 2px;

}