@charset "utf-8";
/* CSS Document */

#container {
	text-align: center;
	position: relative;
	top: 50px;
}
#header {
	text-align: center;
	vertical-align: top;
}
#navbtn {
	text-align: center;
}
#maincontentindex {
	text-align: center;
}
#maintop {
	background-image: url(../Img/quadrotop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 3px;
}
#maincenter {
	background-image: url(../Img/quadrocentro.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#sidebar {
	width: 200px;
	left: 180px;
	top: 0px;
	position: relative;
}
#mainbottom {
	background-image: url(../Img/quadrobottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 3px;
}


#footer {
	text-align: center;
	vertical-align: bottom;
	bottom: 0px;
}
.copyright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
}
.btn {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.btnon {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #099;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.textoazul {
	color: #099;
}

.textocv {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
}
.textoinfos {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
}
.textocvbold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	font-weight: bolder;
}
.textolegenda {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
}
.legenda {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	font-size: 10px;
	text-align: left;
}
