/*
 order of the properties
 margin: 'margin-top', 'margin-right', 'margin-bottom', and 'margin-left' 
*/

/* ············· */

/*********************/
/* This spagueti if for put the footer to page's botton whatever is the page's content height
/* We use #main (the content) and holder (the content + footertitle) */
html, body, #holder { 
	min-height: 100%; 
	width: 100%; 
	height: 100%;
}

html>body, html>body #holder { height: auto;}

body {
  background-color: #ffffff;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#0;  
  padding:0px 0px; /* this padding set the 'h1' margins and width. */
  margin:0px;
}

#holder { position: absolute; top: 0; left: 0;}

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

/* This spagueti is for put the footer page's botton whatever is the page's content height
/* We use #main (the content) and holder (the content + footertitle) */

#main {
	z-index: 4;
	overflow: visible;
	padding-bottom: 4em; 
	height: auto;
}

#footertitle {
	border: none; 
	width:100%;
	bottom: 0px; 
	font: italic;
	text-align: center;
	height: 3em;
	color: #ffffff;
	background-color: #000000;

}

/* hide from Mac IE5 */
/* \*/
#footertitle {position: absolute; }
/* */
/* Change in Opera 5+ (and some others) */
html>body div#footertitle {
    position: static;
}

/* Change back in everything except Opera 5 and 6, still hiding from Mac IE5 */
/* \*/
head:first-child+body div#footertitle {
    position: absolute;

}
/* */

/* top Links stuff */

#toplinks td a:hover, #toplinks td a:active, .teaser a:hover, .teaser a:active {
	color: #ffffff;/*changes text to white when you put mouse over it*/
	background-color: #ff0000;/*changes backround to red when you put mouse over it*/
	font-weight: normal;
}

#toplinks td a {
	color: #ffffff;
}

/* 	sea blue #1476B5 */
#toplinks td {
	background-color: #000000;/*background colour of top bar*/
	color: #ffffff;
	height: 2em;/*size of top bar*/
}

/* end of top Links stuff */

p, h2, pre {
margin: 0px;
padding: 10px;
}	
			
h1 {
	font-size: 11px;
	text-transform:uppercase;
	text-align: right;
	color: #564b47;
	background-color: #10897a; /* 90897a;*/
	padding:5px 20px;
	margin:0px;
}

#imgbut {

	border: none;
}

h2 {
	font-size:			14px;
	padding-top:		10px;
	text-transform:		uppercase;
	color:				#564b47;
	background-color:	transparent;
}
  
a { 
color: #000000;
background-color:transparent;
text-decoration: none; 
}

a:visited, a:hover {
	color: #444444;
}


pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}

/* positioning */
	
#content {
	borderx:1px solid #564b47; 
	background-color:#fff;
	float:right;
}

#content #navi {
	border-left:1px dotted #000; 
	border-bottom:1px dotted #000;
	width:250px;
	background-color:#ffffcc;
	margin:0px 0px 20px 20px;
}

#navi {
	padding: 5px 5px 5px 5px;
}	

/* system stuff */
/* messages */
.showmsg {
	position: absolute;
	left:20%;
	width:420px;
	top: 21px;
	text-align: center;
	color: #ff0000;
	font-size: 14px;
	font-weight: bold;
	background-color: #ffff00;
	border: 2px solid #d5d5d7;
}

#showmsg a,  #showmsg a:visited {
	color: #000000;
}

#showmsg a:hover, #showmsg a:active {
	color: #FF0000;
}

.errmess {
color: #FF0000;
font-size: 18px;
}


/* This is for special effects */
.percentbox {
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	width: 514px;
	margin-left: -257px;
	font-size: 12px;
	font-weight: bold;
	
	text-align: center;
}

.pod {
	width:235px;
	margin: 0 0 20px 0;
	padding: 0 0 8px 0;
	background: #DEEDF4 url(images/pod_bottom.gif) no-repeat scroll bottom left;
	font-size: 11px;
	line-height: 16px;
}
.teaser {
	width:777px;
	height:390px;
	background:url("images/teaser-back.jpg") bottom left no-repeat;
}

/*
.teaser h3 {
	background:url("images/tsr-tp3.jpg") top left no-repeat;
}
*/

.teaser {
	padding:0 0 14px 0;
	margin:0px auto;
}


.teaser h3 {
	margin:0;
	padding:7px 10px 3px 10px;
}


/* put ul here to draw the blue backgroun aroung the menu */

.teaser p, ul, .teaser a.more {
	margin:0px;
	border:none;
	background-color: #BFB496; /* blue sky #F6F6FF; */
}

.tbllist ul {
	background-color: #AE9476;
	padding-left:20px;
}

.cmdlist input {
	margin-left:5px;
	margin-top:5px;
}

.teaser {
	background-color: #ffffff;

}

.teaser p {
	padding-left: 0px;
}

.teaser a.more {
	display:block;
	text-align:right;
	background:url("images/tsr-a.gif") 410px 50% no-repeat;
	padding:0 24px 0 0;
	text-decoration:none;
	color:#44a;
}

.teaser a, .sidebox ul li a, .sidebox ul li a:link, .sidebox ul li a:visited {
	text-decoration:none;
	color:#ffffff;
}

.teaser a.more:hover {
	text-decoration:underline;

}
/* end box rounded again */

.backwork {
	margin: 0 auto;
}
/* end of system stuff */


.title {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	text-align: center;
}

.title a, .title a:hover {
	font-weight: bold;
}

/* forms */

.fieldset, .textblk {
	position:relative;
	width:480px;
	padding:0 0 14px 0;
	/*background:  transparent  url("images/toplinks-bg.jpg") top left ;*/
	background-color: #ffffff;
	color: #0a0a0a;
	opacity:0.9;
}

.fieldset a {
	color:#0000FF;
}

.fieldset a:hover, .fieldset a:active {
	color: #FFFF00;
	background-color: #1476B5;
	font-weight: normal;
}


.invbut {
background:  transparent  url("images/toplinks-bg.jpg") top left ;
}
/* textblk use the same setting of fieldset (used for forms) */
.textblk {
	padding:1.0em;

}

.fieldset label {
	text-align:right;
	width:140px;
	float:left;
	padding:0.2em;
	margin:0;
	margin-top:0.3em;
}

.fieldset .nobr {
	display:none;
}  

.textfield, .intfield {
	font:1.1em  Verdana, Arial, Helvetica, sans-serif ;
	color:#333 ;
	margin:3px;
	height:20px;
	border:solid 0 #fff;
	padding: 3px 8px;
}

.textfield {
	background:  transparent  url("images/textfield_bg.gif") no-repeat;
	width:187px;
}

.intfield {
	background:  transparent  url("images/textfield_bg-short.gif") no-repeat;
	width:94px;
}


fieldset>input.textfield {
	background: transparent url("images/textfield_bg.gif") no-repeat;
}

fieldset>input.intfield {
	background: transparent url("images/textfield_bg-short.gif") no-repeat;
}

/* ·--· */
/* This is for a no edit field in a form, ie we dont want that the user edit it.*/

// this work for  ie & ff. It must to be both ? */
.noedit {
	padding-top:0.5em;	/* not here, below */
}

.fieldset .noedit {
	padding-top:0.5em;
	xmargin-left: 189px;	/* tiene que ser más que 180 que es lo que tiene .fieldset. */
}

/* centered data */
.menuCentered {
	margin-top:10px;
	margin-left:50px;
	background: #f4f4f4 center;
}

.menuCentered a {
	color: #0000ff;
}

.menuCentered a:visited {
	color: #0000ff;
}


.menuCentered a:hover, .menuCentered a:active {
	color: #ffff00;
	background-color: #1476B5;
	font-weight: normal;
}

.menuCentered tr {
	background: #f4f4f4 center;
}
.menuCentered td {
	background: #f4f4f4 center;
}


/* end of centered data */

/* Sidebar stuff */

.sidebox {
	width:190px;
	height: 100%
	background-color: #ffffff;
	border-right:1px solid #666666; 

	position:absolute;
	padding:0 0 14px 0;
	line-height: 18px;
	margin-left:20px;
	/* ie require this or the whole menu float to the right as crazy */
	left: 0px;
}
/*
 order of the properties
 margin: 'margin-top', 'margin-right', 'margin-bottom', and 'margin-left' 
*/

/* please if you want to wasting your time change this to .sidebox ul li a */
.sidebox ul li a:link, sidebox ul li a:active, .sidebox ul li a:visited, .sidebox ul li a:hover {
	color: #000000;
	text-decoration: none;
}

.sidebox ul li a:hover {
	color: #000000;
	background-color: #d5e02d;
	text-decoration: underline; 
}


.sidebox ul {
	list-style-type: none;
	background-color: #ffffff;
	text-indent: 0px;
}

.sidebox li {
	list-style-type: none;
	background-color: #ffffff;
	text-indent: 0px;
}

.sidebox li a:hover {
	color: #000000;
	background-color: #d5e02d;
	text-decoration: underline; 
}


* html .sidebox ul li { /* IE only. */
	margin: 0px 0px 0px 10px;
}


* html .sidebox ul ul li a { /* IE only. */
	margin: 0px 0px 0px 20px;
}


.sidebox  { 
	margin: 13px 0px 0px 20px;
}

/* end Sidebar stuff */


