/* 
Indestya v1.0
Ene. 2008 
*/

/* general page structure and layout */
body {
font: normal 62.5% Georgia, "Times New Roman", Times, serif,sans-serif;
color: #333; 
margin: 3% 0;
background: #333 url(../images/bg.gif);
}

.page_wrap {
/* includes the header, main body content and the footer */
margin:0 auto;
font-size: 1.2em;
width: 840px;
border: 12px solid #222;
text-align:center;
background: url(../images/bgcontainer.gif) repeat-y;
}

/* cabecera */
.Cabecera {
	width: 100%;
	height: 140px;	
}
.Cabecera .left, .Cabecera .right {padding: 6px 6px;}

.navbar {
position:relative;
width:auto;
height:39px;
text-align:center;
color:#000000;
font-size:.9em;
}

.container {
position:relative;
width: 100%;
background:transparent;
text-align:left;
}

.left_column {
float:left;
width:160px;
margin:0 0 0 0;
padding:0 0px 0 0;
background:transparent;
font-size:.9em;
color:#6E312A;
}

.center_column {
margin:0 10px 0 175px;
padding:0;
}

.box_right {
position:relative;
float:right;
width:150px;
margin:0 0 3px 10px !important;
margin:0 5px 3px 10px;
padding:2px 5px 2px 10px;
background:#eeeeee;
border:1px solid #cccccc;
text-align:left;
color:#616161;
font-size:.9em;
}

/* Pie */
.Pie {
	background: url(../images/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
.Pie .left,.Pie .right {padding: 0 16px;}
.Pie a {color: #EEE;}
.Pie a:hover {color: #FAFCB0;}
.page_wrap .Pie .right img {
	border:none;
	vertical-align: middle;
	margin-top: 6px;
}

/* navigation bar & menu */
#nav ul{
padding:0 0 0 0;
margin: 0 0 0 1.5em;
white-space: nowrap;
font-size:1.1em;
color:#ffffff;
width:100%;
height:39px;
background:transparent;
list-style:none;
}

#nav ul li{
display:inline;
border-bottom: 1px solid #696755;
list-style:none;
}

#nav ul li a{
margin: .8em 0 0 0;
padding: .4em 1em .46em 1em;
color: #111;
text-decoration:none;
border-left:1px solid #999999;
background: #89866F;
}

#nav ul li a:hover{
color:#000000;
text-decoration:none;
border-left:1px solid #999999;
background: #9C997C;
}

/* fonts and colors */
div.header h1 {
color:#eeeeee;
font-size:2em;
letter-spacing:.1em;
margin:0 0 0 0;
padding:20px 0 0 0;
}

h1 {
color:#000000;
font-size:1.5em;
font-weight:bold;
padding:0 0 0 0;
margin:0 0 0 0;
}

h2 {
background: #222;
color: #FFE;
line-height: 24px;
padding-left: 8px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.1em;
font-weight: bold;
}

h2:after {
color: #000000;
content: "\0020 \00BB";
}

h3 {
color:#000000;
font-size:1.1em;
text-transform:capitalize;
font-weight:bold;
padding:0 0 0 0;
margin:0 0 0 0;
}

h3:after {
color: #000000;
content: "\0020 \00BB";
}

.box_right h3 {
color:#6E312A;
margin:0 0 0 0;
}

.box_right h3:after {
color: #6E312A;
content: "\0020 \00BB";
}

a {
color: #682;
text-decoration:underline;
}

a:hover {
color: #9A6;
text-decoration:none;
}

.left_column a {
color: #682;
text-decoration:underline;
}

.left_column a:hover {
color: #9A6;
text-decoration:none;
}
/* images */
img {
border:none;
}
/* misc */
.left {
float:left;
margin:0 0 0 0;
padding:0 0 0 0;
}
.right {
float:right;
margin:0 0 0 0;
padding:0 0 0 0;
}
.center {padding: 40px 0px;}
.lema {
	font-family: "Lucida Calligraphy";
	font-size: 14px;
}
.clearer {clear: both;}
/*
=====================================
 * Data Tables and Cascading Style Sheets Gallery *
 *  http://icant.co.uk/csstablegallery/index.php  *
 * Author: Velizar Garvalov at  http://www.vhg-design.com/ *
 =====================================
*/
table.pn-datatable {
	width: auto;
	margin:0; 
 	padding:0;	
}
table.pn-datatable, table.pn-datatable tr, table.pn-datatable th, table.pn-datatable td {
	border-collapse: collapse;
}
table.pn-datatable caption {
	margin:0;
 	padding:0;
	background: #f3f3f3;
	height: 40px;
	line-height: 40px;
	text-indent: 28px;
	font-size: 14px;
	font-weight: bold;
	color: #555d6d;
	text-align: left;
	letter-spacing: 3px;
	border-top: dashed 1px #c2c2c2;
	border-bottom: dashed 1px #c2c2c2;
}

/* HEAD */
table.pn-datatable thead {
	border: none;
}
table.pn-datatable thead tr th {
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #6E312A;
	border:solid 1px #6E312A;
}

/* BODY */
table.pn-datatable tbody tr {
	background:#eeeeee;
	font-size: 13px;
}
table.pn-datatable tbody tr:hover {
	background: #6E312A;
	color: #ffffff;
}
table.pn-datatable tbody tr:hover a {
	color: #ffffff;
}
table.pn-datatable tbody tr td {
	padding: 6px;
	border: solid 1px #6E312A;
}

/* FOOTER */
table.pn-datatable tfoot {
	background: #f3f3f3;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #555d6d;
	text-align: center;
	letter-spacing: 3px;
	border-top: solid 2px #6E312A;
	border-bottom: dashed 1px #6E312A;
}
table.pn-datatable tfoot tr th {
	border-top: solid 1px #6E312A;
}
table.pn-datatable tfoot tr td {
	text-align: right;
}

/* fix for Profile module */
table.pn-datatable #timezoneoffset {
  font-size: 12px;
}
