@charset "UTF-8";
/* marina saleme */
html {
	height: 100%;
}
div {outline:0px dotted #FF0000;}
img {outline:0px dotted #0000FF;border:0;}
p {outline:0px dotted #00FF00;}

a:link {text-decoration:none;color:#888888;}
a:visited {text-decoration:none;color:#888888;}
a:hover {text-decoration:none;color:#000000;}
a:active {text-decoration:none;color:#888888;}

input {
	border:1px solid #CCCCCC;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1em;
}
input[type="text"], input[type="password"] {
	width: 100%;
	height:1.33em;
	padding: 2px 0;
}

input[type="submit"] {
	padding: 2px;
	background: transparent;
	border: 0;
	height: 20px;
	cursor: pointer;
	color: #555;
}
input[type="submit"]:hover {
	color: #999;
}
textarea {
	border:0.1em solid #CCCCCC;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1em;
	margin-bottom:1.33em;
	width:100%;
	height:30em;
	padding:0;
}
textarea.texts {
	height:55em;
}
label {
	font-weight: bold;
	font-size: 12px;
}
body {
	color:#000000;
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	text-align:center;
	line-height:1.6em;
	}
	#container {
		text-align:left;
		width:98.4em;
		margin: 1.2em auto;
		padding: 0 1.2em;
		position:relative;
		}
		#header {
			
			}
			#logo_top {
				float: left;
				height:6em;
			}
			#nav {
				float: right;
			}
				#bottom_nav, .bottom_nav {
					height:5em;
					margin-top: 36px;
					color: #999;
				}
		#content {
			clear: both;
			margin-top: -10px
			}

div.last {
	margin-right:0em;
}
img.last {
	margin-right:0em;
}
.display_none {
	display:none;
}
.display_block {
	display:block;
}

/* tipos */

.t1 {
	width:6em;
	float:left;
	margin-right:2.4em;
	margin-bottom:1.2em;
}
.t2 {
	width:14.4em;
	float:left;
	margin-right:2.4em;
	margin-bottom:1.2em;
}
.t3 {
	width:22.8em;
	float:left;
	margin-right:2.4em;
	margin-bottom:1.2em;
}
.t4 {
	width:31.2em;
	float:left;
	margin-right:2.4em;
	margin-bottom:1.2em;
}
.t5 {
	width:39.6em;
	float:left;
	margin-right:2.4em;
	margin-bottom:1.2em;
}
.t6 {
	width:48em;
	float:left;
	margin-right:2.4em;
	margin-bottom:1.2em;
}
.t7 {
	width:56.4em;
	float:left;
	margin-right:2.4em;
	margin-bottom:1.2em;
}
.t8 {
	width:64.8em;
	float:left;
	margin-right:2.4em;
	margin-bottom:1.2em;
}
.t9 {
	width:73.2em;
	float:left;
	margin-right:2.4em;
	margin-bottom:1.2em;
}
.t10 {
	width:81.6em;
	float:left;
	margin-right:2.4em;
	margin-bottom:1.2em;
}
.t11 {
	width:90em;
	float:left;
	margin-right:2.4em;
	margin-bottom:1.2em;
}
.t12 {
	width:98.4em;
	float:left;
	margin-right:2.4em;
	margin-bottom:1.2em;
}
.bloco_txt {
	margin-bottom:1.33em;
}
.next_img, .pre_img {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-repeat:no-repeat;
	background-position:1.2em 1.2em;
	width:5.9em;
	cursor: pointer;
}
.next_img {
	background-image:url('../images/right.jpg');
	border-left:1px solid #CCC;
}
.pre_img {
	background-image:url('../images/left.jpg');
	border-right:1px solid #CCC;
}
p {
	font-size:1.2em;
	margin:0;
	padding:0 0.33em;
	line-height:1.33em;
	}
p.leg {
	font-size:1.1em;
	margin:0;
	padding:0 0.36em;
	line-height:1.09em;
	color:#999999;
	}	
p.tit {
	font-size:2em;
	margin:0;
	padding:0 0.2em;
	line-height:1.2em;
	}
p.menu {
	font-size:2em;
	margin:0;
	padding:0 0.2em;
	line-height:1.2em;
	}
p.texto {
	padding-right:4em;
}			
h1 {
	font-size:2em;
	margin:0;
	padding:0 0.2em;
	line-height:1.2em;
}
h1 a:link, h1 a:visited {
	color:#000000;
}
.italic {
	font-style:italic;
}
.centered {
	text-align:center;
}
.cinza {
	color:#999999;
}
.preto {
	color:#000000;
}
.obra {
	margin:0 8.4em 2.4em 8.4em;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}

/* ADMIN */
.list-contatcts {
	padding: 5px;
	cursor: default;
}
.list-contatcts:hover {
	background: #fcfcfc;
}
.ctrl {
	display: block;
}
.ctrl a  {
	height: 20px;
	padding: 2px 0;
	padding-left: 20px;
	margin-right: 10px;
}
.ctrl a.edit {
	background: url(../images/edit.gif) left center no-repeat;
}
.ctrl a.del {
	background: url(../images/delete.gif) left center no-repeat;
}
.divisor {
	border: 0;
	border-top: 1px solid #f0f0f0;
}
#english_content {
	border-bottom: 1px solid #ccc;
}
#english_content a {
	display: block;
}
#english_content a.down {
	background: url(../images/down.gif) left center no-repeat;
	padding-left: 15px;
}
#english_content a.up {
	background: url(../images/up.gif) left center no-repeat;
	padding-left: 15px;
}
/* multfile */
.MultiFile-label a.MultiFile-remove {
	color: #f00;
}

a.ativo {
	color: #444;
}

#popup {
	position: absolute;
	left: 0px;
	top: 12px;
	width: 6em;
	background: #fff;
	padding: 4px;
	border: 1px solid #ccc;
	border-top: 0;
	/* for IE */
	 filter:alpha(opacity=60);
	 /* CSS3 standard */
	 opacity:0.6;
}

#title_exposure {
	padding-bottom: 12px;
}

/* slide */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.slide_container {
	overflow: hidden;
	width: 816px;
}
.slide {
	margin: 0;
	padding: 0;
}
.slide .t10 {
	float: left;
}

/* admin */
#list_years li div.selected {
	background: #f6f6f6;
}
.desc {
	height: 150px;
}

.res_img {
	position: absolute;
	right: 12px;
}

.controles {
	color:#999999;
	font-size: 12px;
}

.texto_cinza {
	color: #888;
}