﻿body, html {
	margin: 0;
}
body {
	background: url(../imagens/bg_body.jpg) repeat-x left top;
	color: #000;
	font-family: calibri, verdana, arial, sans-serif;
}
h2 {
	border-bottom: 1px solid #aaa;
	font-variant: small-caps;
}
h3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}
h1, h2, p, ul, .periodo, .cargo {
	margin: 10px auto;
}
ul, p, h3, address, label, .cargo {
	margin-left: 30px;
}
#curriculo {
	margin: 50px auto;
	margin-bottom: 0;
	width: 880px;
	position: relative;
	background: #fff url(../imagens/bg_curriculo.jpg) no-repeat center top;
	padding: 20px 40px;
}
#mcpLogo {
	position: absolute;
	right: 50px;
	top: 30px;
}
#gcdLogo {
	position: absolute;
	right: 115px;
	top: 130px;
}
.periodo {
	position: absolute;
	right: 40px;
}
acronym {
	border-bottom: 1px dotted #777;
	cursor: help;
}
li {
	background: url(../imagens/bullet.png) 0px 7px no-repeat;
	list-style-type: none;
	padding: 5px 20px;
}
ul {
	padding: 0;
}
a img {
	border: none;
}
a {
	text-decoration: none;
	color: #0066cc;
}
a:hover {
	text-decoration: underline;
}
.linkExterno {
	background: url(../imagens/link_externo.png) no-repeat right center;
	padding-right: 15px;
}
.cargo {
	font-weight: bold;
	display: block;
}
address span {
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 21px;
}
#endereco {
	background-image: url(../imagens/endereco.png);
}
#telefone {
	background-image: url(../imagens/telefone.png);
}
#celular {
	background-image: url(../imagens/celular.png);
}
#email {
	background-image: url(../imagens/email.png);
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	margin-bottom: 5px;
}
th {
	border-bottom: 1px solid #ccc;
	text-align:left;
	background: #eee;
}
th, td {
	padding: 3px 5px;
}
label {
	font-style: italic;
	display: block;
	font-size: small;
}

#validacao {
	margin-top: 30px;
	border-top: 1px solid #aaa;
}
#validacao img {
	padding: 10px 5px;
}

#versoes-curriculo {
	position: absolute;
	margin: 0;
	top: -35px;
	right: 0px;
}
#versoes-curriculo li {
	display: inline;
}
#versoes-curriculo a {
	color: #fff;
}
#english-version {
	background: url(../imagens/usa-flag.gif) no-repeat left center;
}
#versao-pdf {
	background: url(../imagens/versao-pdf.png) no-repeat left center;
}
#versao-portugues {
	background: url(../imagens/brazil-flag.gif) no-repeat left center;
}
