html, body {
	height: 100%;
}
div.wrapper {
	
}
body {
	background: #DDD url('../images/background.gif');
	font: 9pt/14pt 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
}
p {
	margin-bottom: 10px;
	color: #333;
}
a {
	text-decoration: none;
}

/* ------------------------------------------------------------------ */

#header {
	height: 100px;
	background: url('../images/header-back.gif') repeat-x;
	margin-bottom: 25px;
	color: white;
}
div.wrapper {
	position: relative;
	min-height: 100%;
}
* html div.wrapper
{
	height: 100%;
}
#footer {
	background: #5BE url('../images/footer-back2.gif') repeat-x;
	width: 100%;
	height: 85px;
	padding-top: 15px;
	color: white;
	margin-top: -100px;
	font-size: 10pt;
}
.container {
	width: 940px;
	margin: 0px auto;
	position: relative;
}

/* ------------------------------------------------------------------ */

ul#menu {
	height: 55px;
	position: absolute;
	top: 0px;
	right: 80px;
	text-transform: uppercase;
}
ul#menu li { display: inline; }
ul#menu li a {
	display: inline-block;
	color: white;
	height: 52px;
	line-height: 55px;
	padding: 0px 12px;
}
ul#menu li a:hover { background: url('../images/menu-hover.gif') repeat-x; }
#mote { width: 200px; height: 100px; margin-left: 80px;}

/* ------------------------------------------------------------------ */

#text {
	width: 760px;
	padding: 30px;
	padding-bottom: 60px;
	border: 1px solid #CCC;
	background: white url('../images/finger.jpg') no-repeat center top;
	margin: 0px auto 100px;
	
}
#text p {
	margin-left: 10px;
	margin-right: 10px;
}
h1#logo {
	width: 500px;
	margin: 0px auto;
}
#boxpremio {
	width: 758px; height: 110px;
	background: #EEE url('../images/box-back.gif') repeat-x;
	border: 1px solid #CCC;
	position: relative;
	margin-bottom: 30px;
}
#text h2 {
	width: 738px; height: 28px;
	line-height: 28px;
	background: #EEE url('../images/title-back.gif') repeat-x;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	padding: 0px 10px;
	border: 1px solid #CCC;
	color: #07B;
	margin-bottom: 20px;
}
div.unit {
	margin: 0px 10px 20px;
	font-size: 13px;
}
ul#categories { width: 690px; height: 100px; margin: 0px auto; }
ul#categories li {
	float: left;
	text-transform: uppercase;
	font-size: 10pt;
}
ul#categories li a {
	display: block;
	width: 216px; height: 36px;
	padding: 7px;
	color: #888;
	letter-spacing: -1px;
}
ul#categories li a img {
	margin-right: 10px;
	vertical-align: middle;
}
span.accordeon {
	display: block;
	background: url('../images/down2.gif') no-repeat scroll 720px 5px;
}
span.accordeon:hover {
	background: url('../images/down.gif') no-repeat scroll 720px 5px;
}
p.info{
	color:#FFF;
}

/* ------------------------------------------------------------------ */

div.info {
	height: 70px;
	float: right;
	padding: 0px 55px;
	border-left: 1px solid #4496d4;
	border-right: 1px solid #4496d4;
	margin-right: 60px;
}
div.info ul {
	margin-top:9px;
}

div.info ul li {
	float: left;
	font-size: 9pt;
	border-left: 1px solid #287dbd ;
	padding:0 10px;
	display: block;
	height: 15px;
	color: white;
}
div.menu {
	height: 70px;
	float: left;
	width:45%;
	margin-left: 60px;
	padding-left:50px;
	border-left: 1px solid #4496d4;
}
div.menu ul {
	margin-top:9px;
}

div.menu ul li {
	float: left;
	font-size: 9pt;
	width:105px;
	border-left: 1px solid #287dbd ;
	padding-left:10px;

}
div.menu ul li a {
	display: block;
	height: 15px;
	color: white;
}

#footer h3 {
	text-transform: uppercase;
	font-size: 11pt;
	margin-bottom: 5px;
}
#footer a {
	color: white;
}
#footer a:hover {
	color: #BDF;
}

/* ------------------------------------------------------------------ */

#text ol ul {
	list-style: square;
	margin-left: 25px;
}
#text ol ol {
	margin-left: 25px;
}
#text h3 {
	text-transform: uppercase;
	font-weight: bold;
	color: #07B;
	margin: 10px;
}

.styleNota
{
	border: solid 1px orange;
	padding:5px;
	margin:5px;
	background-color:#fff;
	width:200px;
	}
	
	
/* ------------------------------------------------------------------ */

form input, form button, form select, form textarea {
	padding: 3px;
	border: 1px solid #BBB;
	font: 9pt/12pt 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
}
form button {
	padding: 3px 15px;
}
form input:focus, form textarea:focus {
	background: #FFA;
}
form button:hover {
	background: #8CF;
}
form input[type=radio], form input[type=checkbox] {
	margin: 0 10px;
}	