
HTML, BODY {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}
BODY {
	background-color: #FFFFFF;
	overflow: hidden;
	overflow-y: auto;
	font-family: Arial, sans-serif;
	font-size: 9pt;
}
BODY.introPage {
}
BODY.printPage {
}

FORM {
	margin: 0px;
}

H1, H2, H3, H4, H5, P {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 9pt;
}

A:link {
	color: #000000;
	text-decoration: none;
}
A:visited {
	color: #000000;
	text-decoration: none;
}
A:hover {
	color: #000000;
	text-decoration: underline;
}

A IMG {
	border: 0px;
}

HR {
	height: 1px;
	border: 1px solid #000000;
}

.small {
	font-size: 8pt;
}

.formTitles {
}
.formTitlesSep {
}

INPUT.inputText {
}
TEXTAREA.inputText {
}
SELECT.inputText {
}
INPUT.button {
}


#wrapper {
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#outer {
	display:table-cell;
	vertical-align:middle;
}
#inner {
	padding-top: 10px;
	padding-bottom: 10px;
}
#box {
	width: 1000px;
	margin: auto;
}
/*#inner {
	position:relative;
	left:50%;
	float:left;
}
#box {
	position:relative;
	width: 1000px;
	left:-50%;
}*/

#top {
	margin-bottom: 15px;
	/* background-color: #EEEEEE; */
}
#topmenulang {
	float: right;
	padding-top: 30px;
	/* background-color: #CCCCCC; */
}
#topmenulang A.active {
	font-weight: bold;
}
#contents {
	margin-bottom: 15px;
	/* background-color: #EEEEEE; */
	text-align: justify;
}
.contentsBoxes {
	height: 477px;
}
#menu {
	height: 95px;
	/* background-color: #EEEEEE; */
}

#menu UL.menuLevel {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	padding-right: 50px;
	/* background-color: #CCCCCC; */
}
#menu UL.menuLevel LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu UL.menuLevel LI A.active {
	font-weight: bold;
}


#projectosCategoriaList {
	width: 683px;
	height: 445px;
	border: 1px solid #000000;
	padding: 15px;
	float: left;
}
#projectosFoto {
	width: 715px;
	height: 477px;
	float: left;
	position: relative;
}
#projectosFotoFotoHOVER {
	position: absolute;
	top: 0px;
	left: 0px;
}
A.projectoLinkNoLink {
	cursor: default;
	text-decoration: none;
}
A.fotoArrows {
	display: block;
	width: 357px;
	height: 477px;
	line-height: 80px;
	padding: 0px;
	font-size: 120px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#fotoPrev {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
}
#fotoNext {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
}
#projectosCategoriaInfo {
	width: 265px;
	margin-left: 20px;
	float: left;
}
#projectosCategoriaInfo .projectoInfo {
	position: relative;
	display: none;
}
#projectosCategoriaInfo .projectoInfo H1 A, #projectosCategoriaInfo .projectoInfo H1 A {
	color: #999999;
}
#projectosCategoriaInfo .projectoInfo .projectoInfoThumb, #projectosThumbs {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#projectosCategoriaInfo .projectoInfo .projectoInfoThumb {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
#projectosThumbs {
	text-align: right;
	margin-bottom: -4px;
}
#projectosThumbs IMG {
	cursor: pointer;
	margin: 4px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.5s;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.5s;
	-o-transition-property: opacity;
	-o-transition-duration: 0.5s;
	transition-property: opacity;
	transition-duration: 0.5s;
}
#projectosThumbs IMG.hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.first {
	margin-left: 4px;
	margin-right: 19px;
}
.last {
}
.projectosCategoriaListData {
	padding-bottom: 8px;
}
.projectosCategoriaListData P {
	margin-bottom: 3px;
}
.subtitulo {
	margin-top: -7px;
	color: #999999;
}

.destaqueSlide {
	position: relative;
	width: 1000px;
	height: 477px;
}
.destaqueSlide A .destaqueSlideTexto {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 5px;
	width: 990px;
}
.destaqueSlide A:hover {
	text-decoration: none;
}
.destaqueSlide A:hover .destaqueSlideTexto {
	text-decoration: none;
}
