/* General styles */
body, form, ul, dl {
	margin: 0;
	padding: 0;
}
body {
	background: #eee url(bk.gif) repeat-y center;
	text-align: center;
}
#o_design #cont ul {
	list-style-position: inside;
	text-indent: 30px;
}
#pic_pop {
	background: #fff;
}
#enquete {
	padding: 10px;
	background: white;
	text-align: left;
}
#enquete h2 {
	font-size: 14px;
	font-weight: bold;
}
#enquete p, th, td {
	font-size: 12px;
}
#enquete th {
	background: black;
	color: white;
}
#enquete th, td {
	text-align: center;
}
#enquete table {
	width: 280px;
}
#enquete table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
}
#recomend #cont dl {
	margin-left: 20px;
}
#recomend #cont dt {
	float: none;
	width: auto;
}
body, h4, p, input, textarea, select {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
}
a, .box div a {
	color: #274F75;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
/* Form fields class */
.text {
	border: 3px solid #AAA9A9;
	background: #274F75;
	color: #fff;
}

#centerer {
	text-align: left;
	margin: 0 auto;
	width: 780px;
	padding-top: 5px;
}
/* LEFT AREA: logo, menu, search, contact */
/* Main left container*/
#left {
	width: 185px;
	float: left;
	background: #DEDEDD;
	padding-bottom: 135px;
	text-align: center;
}
/* Logo img replacement in the main title */
#left h1, #enquete h1 {
	background: url(logo.gif) no-repeat;
	/* Hide text */
	height: 0;
	overflow: hidden;
	/* Height hack */
	padding-top: 52px;
	_height: 52px;

	width: 165px;
	margin: 10px;
}
#left h2 {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
/* Menu list */
#left ul {
	list-style: none;
	border-bottom: 1px solid #EFEFEE;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
/* Menu items: root level */
#left ul li {
	position: relative;
	_float: left;
	_height: 1%;
}
/* Sub-items: 2nd level */
#left li ul {
	position: absolute;
	top: 0;
	left: 185px;
	width: 160px;
	display: none;
}
/* Menu link style */
#left ul a {
	display: block;
	text-decoration: none;
	color: #81807E;
	background: #fff;
	padding: 5px;
	border-top: 1px solid #EFEFEE;
	border-left: 8px solid #274F75;
	_height: 1%;
}
/* Hover classes to display sub-items */
#left li:hover ul, #left li.over ul {
	display: block;
}
/* Hover link style */
#left li a:hover {
	background-color: #FCE8B3;
	border-left-color: #F8C300;
	color: #000;
}
/* Search field */
#left input.text {
	width: 110px;
	float: left;
}
#left form {
	padding: 5px;
}
/* Search submit button */
#left #btn_busca {
	border: 0 solid;
	background: transparent url(btn_busca.gif) center top no-repeat;
	width: 54px;
	height: 17px;
	padding-top: 17px;
	font-size: 0px;
	color: #999;
	margin: 0;
	float: right;
	text-indent: -9000px;
	cursor: pointer;
}
/* Contact link */
#contato {
	background: #F2F2F2;
	padding: 5px;
}
#contato a {
	text-decoration: none;
	color: #000;
	font: 12px;
	font-weight: bold;
	background: url(contato.gif) no-repeat left center;
	padding: 2px;
	padding-left: 30px;
}
#contato a:hover {
	color: #274F75;
}
/* END LEFT AREA */

/* RIGHT AREA: ads */
#right {
	width: 190px;
	float: right;
	text-align: center;
}
/* END RIGHT AREA */

/* MAIN CONTENT */
#cont {
	margin-left: 190px;
	margin-right: 195px;
}
#home #cont {
	margin-right: 190px;
}
#home #cont h4, #home #cont p {
	margin: 2px 0;
	padding: 0;
}
#cont h4, #cont p {
	margin: 5px;
	padding: 0;
}
#content p {
	text-indent: 25px;
	text-align: justify;
}
/* RIGHT AREA: ads */

/* CONTENT BOXES */
.box {
	background: #000;
	margin: 0;
	padding-bottom: 5px;
	float: left;
	width: 395px;
}
.box div {
	background: #fff;
	margin: 0 5px;
	padding: 3px;
	_margin: 0 2px;
	float: left;
	width: 380px;
	_width: 386px;
}
.box div div {
	width: auto;
}
#title {
	float: none;
	color: #666;
}
#title h4, #title p {
	text-align: right;
}
#title p {
	padding-bottom: 10px;
}
#title h4.author {
	font-size: 11px;
}
#title h4.type {
	font-size: 14px;
}
#title h4.title {
	font-size: 19px;
	color: #274F75;
}
#cont #title dl {
	text-align: right;
}
#cont #title dt {
	float: none;
	width: auto;
}

ul#pics {
	list-style: none;
	float: left;
	margin: 0;
}
#pics li {
	margin: 20px;
}
#pics img {
	border: 1px solid #999;
}
#home .box {
	width: 195px;
	float: left;
	margin: 5px 5px 0 0;
}
#home .box div {
	overflow: auto;
	margin: 0 5px;
	width: auto;
	float: none;
}
#galeria.box {
	width: 385px;
	_width: 390px;
	padding: 0 5px;
}
.box p {
	text-align: right;
}
.box div p {
	text-align: left;
}
#galeria p {
	text-align: center;
	color: #fff;
}
#galeria p.next {
	float: right;
}
#galeria p.prev {
	float: left;
}
.box h3 {
	background: url(box_corner.gif) no-repeat;
	font: 13px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 2px 0 2px 27px;
}
.box a {
	color: #fff;
}
/* END CONTENT BOXES */

/* SPECIAL CONTENT BOXES */
#dia.box {
	height: 180px;
	_height: 185px;
}
#dia.box div {
	height: 134px;
	_height: 140px;
}
#editorial.box div {
	height: 154px;
	_height: 160px;
}
#eventos {
	height: 157px;
}
#eventos.box div {
	height: 127px;
	_height: 133px;
}
/* Reset height for other divs */
#editorial.box div div {
	height: auto;
}
#eventos.box div div {
	height: auto;
}
#em_dia {
	height: 158px;
}
#em_dia div {
	padding: 0;
}
#em_dia div p {
	padding: 2px 5px;
	text-align: center;
}
#parcerias, #info {
	height: 125px;
	_height: 131px;
}
#home .column {
	width: 200px;
	_margin-right: -5px;
}
.column {
	float: left;
	width: 100px;
}
.column div.box {
	float: none;
	margin: 0;
}
/* END SPECIAL CONTENT BOXES */

/* HOME ELEMENTS */
#cont dl {
	margin: 0;
	padding: 0 0 5px 0;
}
#home #cont dt, #cont h4.item {
	color: #666;
	border-bottom: 1px solid #ccc;
	float: none;
	width: auto;
	clear: both;
}
#cont h4.item {
	margin-top: 15px;
}
#cont dt {
	float: left;
	font-weight: bold;
	width: 70px;
}
#cont dd {
	margin: 2px;
}
#home #cont dd {
	margin-bottom: 10px;
}
#editorial p {
	margin: 0;
}
#editorial h4 {
	font-size: 14px;
}
#agenda h4, #mao_obra h4, #recomend h4 {
	color: black;
}
#mao_obra h4.item {
	color: #274F75;
}
#agenda dl, #mao_obra dl, #recomend dl {
	color: #333;
}
h4 {
	font-weight: bold;
	margin: 0;
}
hr {
	border: none;
	border-bottom: 1px solid #ccc;
	height: 1px;
}
#cont #eventos .corner_box, #cont #editorial .corner_box {
	background: black url("img_corner.gif") no-repeat;
	float: left;
	margin: 2px 5px 5px 2px;
	overflow: visible;
}
#cont #eventos .corner_box img, #cont #editorial .corner_box img {
	margin: 5px;
}
/*
#cont #eventos p {
	_width: 80px;
}
#cont #editorial .short {
	_width: 60px;
}
*/
#info label {
	padding-top: 3px;
	display: block;
	float: left;
	width: 35px;
}
#info .text {
	width: 130px;
}
#parcerias p {
	text-align: center;
}
#btns {
	text-align: right;
}
#btns input {
	margin-right: 10px;
}
/* END HOME ELEMENTS */
.clear {
	clear: both;
	font: 1px/1px;
}
/* Logo Img Repl. */
#ebl {
	width: 40px;
	height: 22px;
    text-indent: -5000px;
	display: block;
	float: left;
}
#ebl a {
	margin-left: 73px;
	display: block;
	background-image: url(ebl.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 22px;
	text-decoration: none;
}
#ebl a:hover {
	background-position: 0px -32px;
}
