html, body {
	width: 100%;
	min-height: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-size: 10pt;
	background-image: url(/images/bk1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Georgia, sans-serif;
}

a {
	color: #111;
	font-weight: bold;
}

a:hover {
	color: #444;
}

h1#title {
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	text-indent: -25000px;
	width: 277px;
	height: 166px;
	margin: 0;
}

* html body h1#title {
	float: left;
	margin-top: -130px;
}

h2.title {
	padding-top: 1em;
	clear: both;
}

#cmout {
	text-align: center;
	width: 100%;
	min-height: 100%;
	height: 100%;
}

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

a#acta {
	position: absolute;
	color: #fff;
	margin-top: 186px;
}

a#acta:hover {
	color: #ee2;
}

* html body a#acta {
    margin: 56px 0 0 500px;
}

#cmmenu {
	position: absolute;
	color: #fff;
	font-size: 110%;
	margin-top: 170px;
}

* html body #cmmenu {
	margin: 56px 0 0 -277px;
}

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

#cmmenu li a {
	color: #fff;
}

#cmmenu li a:hover {
	color: #ee2;
}

#cmcontent {
	width: 100%;
	padding: 16px 20px 30px 20px;
	margin: 58px 0 20px 0;
}

* html body #cmcontent {
	padding-top: 25px;
}

#cmfoot {
	clear: both;
	margin: -30px 0 0 0;
}

div.cntlbl {
	float: left;
	text-align: right;
	width: 100px;
	margin: 4px 0 4px 0;
}

div.cntlbl label {
	cursor: pointer;
}

div.cntinpt {
	margin: 4px 0 4px 110px;
}

form fieldset {
	border: 0 none;
}

input.inpt,
select.inpt,
textarea.inpt {
	color: #000;
	font-size: 100%;
	background-color: #ddd;
	border: 1px solid #666;
}

input.inpt:hover,
select.inpt:hover,
textarea.inpt:hover {
	background-color: #eee;
}

input.inpt:focus,
select.inpt:focus,
textarea.inpt:focus {
	background-color: #fff;
	outline: 2px solid #999;
}

input.btns,
button.btns {
	cursor: pointer;
	background-color: #eee;
	font-size: 100%;
	padding: 3px 5px;
	border: 3px double #666;
}

input.btns:hover,
button.btns:hover {
	background-color: #fff;
	border: 3px double #666;
}

input.msgerror,
select.msgerror,
textarea.msgerror {
	color: #a00;
	background-color: #fdd;
	border: 1px solid #a00;
}

input.msgerror:hover,
select.msgerror:hover,
textarea.msgerror:hover {
	background-color: #fee;
}

input.msgerror:focus,
select.msgerror:focus,
textarea.msgerror:focus {
	outline: 2px solid #f99;
}

div.msgerror {
	color: #f00;
	font-size: 90%;
	font-style: italic;
}

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;
}

table td.numeric {
	text-align: right;
}

/*div#what {
	float: right;
	width: 420px;
	margin-left: 40px;
}*/

.fright {
	float: right;
}

img#esquema {
	float: right;
}

img#premios {
    float: left;
    margin-right: 1em;
}

a#quees {
	display: block;
	float: left;
	background: url(/images/banner1.gif) left top no-repeat;
	text-indent: -25000px;
	width: 489px;
	height: 112px;
	margin: 20px 0 0 300px;
}

* html body a#quees {
	margin-left: 200px;
}

a#sabermas {
	display: block;
	float: right;
	background: url(/images/sabermas.gif) left top no-repeat;
	text-indent: -25000px;
	width: 379px;
	height: 45px;
}

div#cnews {
	margin: 8px 0 -20px 0;
}

* html body div#cnews {
    padding-top: 18px;
}

.tickercontainer { /* the outer div with the black border */
/* 	background: #fff; */
	width: 958px;
	height: 27px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid #ccc;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 8px;
	width: 918px;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 950px;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
/* 	background: #fff; */
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
/* 	color: #ff0000; */
	font: bold 10px Verdana;
	margin: 0 50px 0 0;
}
ul.newsticker span {
	margin: 0 10px 0 0;
}
