/*
    AUTHOR: Jose Ant� R�os
            jarios@twa.es
*/

/* Resets */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 62.5% Helvetica, sans-serif; }
ul { list-style: none inside; }
p { font: 1.3em/1.3em; margin-bottom: 1.3em; }
a { outline: none; }
a img { border: none; }

/* Various */
.fleft { float: left; }
.fright { float: right; }
.clrboth { clear: both; }

html, body {
	width: 100%;
	min-height: 100%;
/* 	height: auto!important; */
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background-color: #d9dab0;
	background-image: url(/images/bkgradient.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Trebuchet MS, Helvetica, Serif, sans-serif;
	font-size: 10pt;
}

a {
	color: #2f4248;
}

a:hover {
	color: #5f7278;
}

a:active, a:focus{
	outline: none;
}

div.cntlbl {
	float: left;
	margin-right: 4px;
}

input.inpt,
select.inpt,
textarea.inpt {
	font-size: 80%;
	width: 100px;
	border: 1px solid #000;
}

input.btns,
button.btns {
	color: #555;
	font-size: 80%;
	border: 1px solid #222;
}

div#cmlang {
	float: right;
	margin: -60px 8px 0 0;
}

div#cmlang ul#lang {
	padding: 0;
	margin: 0;
}

div#cmlang ul#lang li {
	float: left;
	color: #fff;
	list-style-type: none;
	margin-right: 8px;
}

div#cmlang ul#lang li a {
	color: #fff;
	font-weight: bold;
}

div#cmlang ul#lang li a:hover {
	color: #ffa;
}

form#fsrch {
	position: absolute;
	width: 400px;
	margin-left: 460px;
	margin-top: 40px;
}

form#fsrch input.btns {
	font-size: 70%;
}

form#fsrch input#srch {
	width: 200px;
	margin-right: 6px;
}

form#fsrch label {
	color: #fff;
}

#cmout {
	text-align: center;
	width: 100%;
/* 	height: auto!important; */
	min-height: 100%;
	height: 100%;
}

#cmin {
	clear: both;
	background-image: url(/images/bktop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	width: 960px;
/* 	height: auto!important; */
	min-height: 100%;
	height: 100%!auto;
	margin: 0px auto;
}

#cmtop {
	height: 176px;
}

h1#title {
	position: absolute;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	text-indent: -25000px;
	top: 96px;
	width: 433px;
	height: 62px;
	padding: 0;
	margin: 0 0 0 16px;
}

#cmmenu {
	float: right;
}

#cmcontent {
	background-color: #d8dab2;
	background-image: url(/images/bkcontent.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 734px;
	padding: 6px 0;
	padding-top: 10px;
}

#cmcontent h2.title {
	margin-top: 8px;
	margin-left: 18px;
}

/*#cmcontent p.first {
	margin-top: -30px;
}
*/
#cmads {
	position: absolute;
	top: 140px;
	margin-left: 744px;
	width: 220px;
/* 	min-height: 100%; */
}

ul#lbnrs {
	list-style-type: none;
	width: 748px;
	padding: 0;
	margin: 0;
}

ul#lbnrs li {
	text-align: center;
	padding-top: 10px;
}

ul#lads {
	display: block;
	width: 220px;
	padding: 0;
	margin: 0;
	margin-top: 60px;
}

ul#lads li {
	display: block;
	list-style-type: none;
	text-align: center;
	width: 220px;
	margin-bottom: 20px;
}

#cmfoot {
	clear: both;
	color: #fff;
	background-color: #4f6268;
	background-image: url(/images/bkbot.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 90%;
	width: 936px;
	min-height: 60px;
	height: auto!important;
	height: 60px;
	padding: 30px 12px 0;
	margin: 0px auto;
}

#cmfoot a {
	color: #fff;
	font-weight: bold;
}

#cmfoot a.thin {
	font-weight: normal;
}

#cmmenu li {
	float: left;
	list-style-type: none;
	margin-right: 8px;
}

ul#lmmenu {
	display: none;
}

div#intro {
	display: inline;
	float: left;
	width: 480px;
/* 	margin-top: -60px; */
	margin-left: 18px;
}

div#right {
	margin-left: 518px;
}

div.content {
	background-image: url(/images/pnlmid.jpg);
	background-position: left top;
	background-repeat: repeat-y;
	width: 733px;
	margin: 0 0 0 7px;
}

div.content h2,
div.content a.title {
	background-image: url(/images/pnltop.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: underline;
	padding: 28px 30px;
}

div.content div.inner {
	background-image: url(/images/pnlbot.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}

table {
	margin: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

table th {
	padding: 2px 4px;
	background-color: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table td {
	padding: 2px 4px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.center {
	text-align: center;
}

div.autocomplete {
	position:absolute;
	width:350px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}

div.autocomplete {
        margin /*\**/: -110px 0 0 -556px\9
}
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete ul li.selected { background-color: #ccc;}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	font-size: 70%;
	margin:0;
	padding:2px;
/* 	height:32px; */
	cursor:pointer;
}

