/* @group Links */

a[href]:link, a[href]:visited {
	background-color: transparent;
	color: inherit;
	border-bottom: 1px dotted #787878;
	text-decoration: none;
	}

/*.major div:hover a[href]:link, .minor div:hover a[href]:link, .minor address:hover a[href]:link, .minor dl:hover a[href]:link, footer p:hover a[href]:link, #ccw:hover a[href]:link, #formats:hover a[href]:link, .major div:hover a[href]:visited, .minor div:hover a[href]:visited, .minor address:hover a[href]:visited, .minor dl:hover a[href]:visited, footer p:hover a[href]:visited, #ccw:hover a[href]:visited, #formats:hover a[href]:visited  {
	background-color: #ffff66;
	color: #656565;
	}*/

a[href]:link:hover, a[href]:link:active, a[href]:link:focus {
	background-color: inherit;
	color:#069;
	text-decoration: none;
	border-bottom: 1px solid #069;
	}

a[href]:visited:hover, a[href]:visited:active, a[href]:visited:focus {
	background-color: transparent;
	color: purple;
	text-decoration: none;
	border-bottom: 1px solid purple;
	}

/* @end */

/* @group Text Formating */

abbr[title], acronym[title] {
	font-size: 1em;
	border-bottom: none;
	}

cite abbr[title], cite acronym[title], em abbr[title], em acronym[title], #footer abbr[title], #footer acronym[title] {
	font-style: italic;
	}

em, cite, i {
	font-style: italic;
	margin-right: .4ex;
	}

em em, em cite, cite em {
	font-style: normal;
	}

/* @end */

address {
	font-style: normal;
	margin: 0 0;
	}
	
body {
	font-size: 100%;
	text-rendering: optimizeLegibility;
	padding: 2.5%;
	margin: 0;
	color: rgb(136, 136, 136);
	/*background: #7290b9 url(stripe_7290b9.png) repeat fixed;*/
	background-color: #f7f7f7;
	font-family: "Vera Sans", "Lucida Grande", "Lucida Sans",
 "Lucida Sans Unicode", Lucida, Corbel, "Gill Sans", Verdana,
 "Bitstream Vera Sans", "Liberation Sans", sans-serif;
	}

html>body {
	font-size: 16px;
	}

#languages, #formats {
	margin: 0;
	font-size: .625em;
	padding: 0 1em;
	}

#languages {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	}

#formats {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	}

#languages li, #formats li {
	list-style-type: none;
	float: left;
	font-size: inherit;
	text-align: center;
	padding: 1ex 0 0;
	margin: 0;
	font-weight: normal;
	}

#languages strong, #formats strong {
	color: #656565;
	background-color: rgb(234, 234, 234);
	}

#languages strong, #formats strong, #languages a, #formats a {
	padding: .5em 1em;
	}
#languages a[href]:link, #languages a[href]:visited, #formats a[href]:link, #formats a[href]:visited {
	border-bottom: none;
}
#languages a[href]:link:hover, #languages a[href]:link:active, #languages a[href]:link:focus, #formats a[href]:link:hover, #formats a[href]:link:active, #formats a[href]:link:focus {
	border-bottom: none;
	text-decoration: underline;
	}

/*#languages li a:hover, #formats li a:hover {
	color: #ff9900;
	background-color: transparent;
	border-bottom: 1px solid #ff9900;
	}*/

h1, h2, h3, h4, h5 {
	display: block;
	font-weight: bold;
	font-family: Georgia, "Bitstream Vera Serif", Garamond, "Times New Roman", times, times-roman, "Liberation Serif", serif;
	/*font-family: Cambria, "Lucida Bright", Lucidabright, Georgia, "Bitstream Vera Serif", serif;*/

	}

#header {
	/*color: inherit;
	background-color: white;*/
	/*background: white url(grad_black.gif) repeat-x;*/
	position: relative;
	width: auto;
	}

h1 {
	font-size: 4em;
	clear: both;
	line-height: 1;
	margin: 0;
	text-align: center;
	font-weight: normal;
	padding: .75em 0;
	font-family: Georgia, "Bitstream Vera Serif", Garamond, "Times New Roman", times, times-roman, "Liberation Serif", serif;
	}

h2 {
	margin: .75em 0 0;
	line-height: 1;
	font-weight: normal;
	color: #bebebe;
	font-size: 3em;
	font-style: oblique;
	text-transform: lowercase;
	letter-spacing: -.1ex;}

.minor h2 {
	margin: .7333em 0 .1em;
	font-size: 1.5em;
	}
.minor dt, .minor strong {
	font-family: "Lucida Grande", "Lucida Sans",
 "Lucida Sans Unicode", Lucida, Corbel, "Gill Sans", Verdana,
 "Bitstream Vera Sans", "Liberation Sans", sans-serif;
	font-size: .9em;
	text-transform: uppercase;
	font-weight: bold;
	}
.minor dl {
	padding:  0;
	margin:  0;
	}
.minor dt {
	float:  left;
	padding: 0 1ex 0 0;
	}
.minor dt:after {
	content: ":";
	}

.minor dd {
	margin: 0 0 .75em 0;
	padding: 0;
	}
#vcard {
	border: none;
	}
#vcard img{
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: top;
	}
	
#cos .last.description {
	margin-bottom: 0;
	}

.minor p.description {
	margin-top: 0;
	}

.major h3 {
	margin: 0;
	padding:  0;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: normal;
	}

h3 a {
	text-decoration: none;
	}

h4 {
	margin:  0;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	}

#ccw h4 {
	font-size: .75em;
	line-height: 1.5em;
	}

.major h4 em.estagio {
	font-size: .857em;
	line-height: 1.7502em;
	text-transform: lowercase;
	font-style: normal;}

div h3 a[href] {
	cursor: pointer;
	}

#externa {
	margin: 0 auto;
	padding: 0;
	width: 58em;
	max-width: 100%;
	/*border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	background: white url(linha.gif) repeat-y 67% 0;*/
	color: inherit;
	background: white;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0976562) 0px 3px 6px;
	border: 5px solid white;
	}

#casca {
	/*margin: 0 -7px;
	background: transparent url(top_left.gif) no-repeat left -7px;*/
	border: 1px solid rgb(221, 221, 221);
	padding: 1px;
	}

#conteudo {
	/*padding: 0 7px 0 7px;
	background: transparent url(top_right.gif) no-repeat right -10px;*/
border: 1px solid rgb(234, 234, 234);
	}

.minor p, .minor ul, .minor dl, address, #ccw p, #ccw li {
	font-size: .75em;
	line-height: 1.5em;
	}

.major p, .major ul {
	font-size: .8750em;
	line-height: 1.7143em;
	}

.title, .period, .instituicao {
	margin: 0;
	font-style: normal;
	}

.title, .degree {
	font-weight: bold;
	font-style: normal;}

p.specs {
	padding: 0;
	margin: 0;
	}

p.instituicao acronym, p.title acronym, p.period acronym, p.instituicao abbr, p.title abbr, p.period abbr {
	font-style: normal;
	}

.major p.title em.estagio {
	text-transform: lowercase;
	font-size: .909em;
	letter-spacing: 0;
	margin: 0;
	}

.period {
	font-style: italic;}

object.include {
	display: none;
	width: 0;
	height: 0;
	}

div.hs2 .description {
	display: none;
	}

div.hs1 .description {
	display: block;
	}

div.hs1 a em, div.hs2 a em {
	font-size: .6em;
	font-weight: normal;
	}

.major div {
	margin: 1.250em 0;
	}

.major li, .minor li, #ccw li {
	list-style-position: outside;
	list-style-type: square;
	margin: 0;
	padding: 0;
	}

.major .description {
	margin: 0 0 1ex 1em;
	padding: 0 0 0 1em;
	}
.minor ul {
	margin: 0 0 1ex 1ex;
	padding: 0 0 0 1em;
	}

li {
	line-height: inherit;
	}

li, p {
	margin: .8em 0;
	}

strong {
	font-weight: bold;
	}

p.description {
	padding: 0;
	margin-right: 0;
	}

#nav, .esconder, #footer .print {
	display: none;
	}

br {
	clear: both;
	}

.minor {
	float: right;
	clear: right;
	width: 27.3%;
	margin: 1px 0 0 0;
	padding-right: 3%;
	}

.major {
	float: left;
	clear: left;
	padding-left: 3%;
	width: 60.6%;
	}

#ccw {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	/*background: transparent url(linha.gif) repeat-y 33.3% 0;*/
	}

#ccw .col1 div, #ccw .col2 div, #ccw .col3 div {
	padding: .9375em 0 0;
	}

#ccw h2 {
	margin: 0;
	clear: both;
	width: auto;
	padding: .75em 3% .25em;
	background-color: white;
	}

#ccw h3 {
	margin: 0;
	font-size: .75em;
	line-height: 1.250em;
	}
	
#ccw ul {
	margin: 0;
	padding:  0 0 0 1em;
	
	}
#ccw p {
	margin-top: 0;
	background-color: red;
	}
/*#ccw p, #ccw li {
	font-size: 0.7692em;
	}*/

#ccw .col1, #ccw .col2, #ccw .col3 {
	margin: 0;
	padding: 0 3%;
	float: left;
	width: 27%;
	}

#ccw .col1 {
	clear: left;
	margin-right: 2px;
	}

#ccw .col2 {
	width: 28%;
	margin-right: 3px;
	}

#ccw .col3 {
	padding-right: 0;
	}

#ccw div.first {
	padding-top: 0;
	margin-top: 0;
	}

#footer {
	clear: both;
	margin: 0;
	padding: 0 7px;
	}

#footer .online {
	margin: 0;
	font-size: .6875em;
	line-height: 1.5em;
	text-align: center;
	width: auto;
	padding: 2em 25% 1em;
	color: #666;
	background-color: transparent;	
	font-style: italic;
	}

	
.first, h2.first, .first h3 {
	margin-top: 0;
	}

div.first {
	margin-top: .75em;
	}

.major.first {
	margin-bottom: 0;
	}