<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* Leandro de Rezende
    Instituto de Química
    Universidade de São Paulo */

/* importar fontes do google */
@import url(http://fonts.googleapis.com/css?family=Carrois+Gothic|Exo+2:400,600|Ubuntu:400,300,700);

/* CSS Document */
body { 
	background: #D8D8D8;
	margin: 0;
	padding: 0;
}

h1 { font: 400 28pt 'Exo 2', sans-serif; }
h2 { font-family: 'Carrois Gothic', sans-serif; font-weight: 600; color: gray; }
h3 { font-family: 'Exo 2', serif; font-weight: 600; margin-top: 7ex; }
h4, h5, h6 { font-family: 'Ubuntu', sans-serif; font-weight: 700; margin-top: 3ex; }

a:link, a:visited { 	text-decoration: none; color: navy; }

a:link:hover {
	text-decoration: none; 
	color: blueviolet;
	text-shadow: 3px 3px 3px silver;
}

a:active {
	text-decoration: none
}

a img { /* compatibilidade com IE8/WinXP */ 		
	border: none;
}

hr {
	color: #eeeeee;
	background-color: #dedede;
}

.esquerda {
	position: fixed;
	z-index: 1;
	text-align: left;
	width: 250px;
	height: 100%;
	padding: 0px 50px 50px 50px;
	float: left;	
	margin-bottom: 45px;

	font: 400 13px/24px 'Carrois Gothic', sans-serif;	
	color: #999999;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.splash {
	
	position: relative;
	left: 250px;
	
	width: 900px;
	/* max-width: 950px; */
	/* min-width: 600px; */
	margin: 50px 0;
	padding: 10px 100px;
	z-index: 5;

	border: 1px solid #a9a9f5;

	/* box-shadow: 10px 10px 10px gray; */
	
	font: 300 11pt 'Ubuntu', sans-serif;	
	
	color: #555555;
	line-height: 1.4em;
	
	-webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	                box-sizing: border-box;

	/*  gradiente - não valida css */	
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYTlhOWY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 43%, rgba(169,169,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(43%,rgba(255,255,255,1)), color-stop(100%,rgba(169,169,245,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 43%,rgba(169,169,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,1) 43%,rgba(169,169,245,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 43%,rgba(169,169,245,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,1) 43%,rgba(169,169,245,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a9a9f5',GradientType=1 ); /* IE6-8 */	
	
}

.post {
	background-color: white;
	position: relative;
	z-index: 9;
	left: 250px;

	width: 900px;

	margin: 50px 0;
	padding: 40px 140px;
	border: 0;
	border-radius: 5px;
	box-shadow: 10px 10px 5px #888888;
	
	font: 300 14pt 'Ubuntu', sans-serif;
	line-height: 3.5ex;
	
	-webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	                box-sizing: border-box;
	
}

.last {
	margin-bottom: 150px;
}

.rodape {

	position:fixed;
	width: 100%;
	height: 100px;
	bottom:0;	
	z-index: 100;

	margin: 0;
	padding: 10px 0;

	background-color: gray;
	color: white;
		
	font: 400 10pt 'Carrois Gothic', sans-serif;
	text-align: center;

	-webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	                box-sizing: border-box;

}

.botao {

	width: 32px;
	height: 32px;

	margin: 0 0 10px 0;
	padding: 0;
	
	background-color: #8181f7;

}

.aba {

	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100%; 

	background-color: #a9a9f5;

	display: block;
	margin: 0 0 15px 0;
	padding: 60px 0px 0px 0px;
	
	-moz-box-sizing: border-box;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;

	-webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	                box-sizing: border-box;
    
}

 /* .print {
	background-color: white;
	position: relative;
	left: 0px;
	margin: 50px 0;
	padding: 40px 40px 40px 140px;
	border: 0;
	
	font: 300 12pt 'Ubuntu', sans-serif;
	line-height: 3.5ex;
	
} */

.instituto {
	color: gray;
	font-style: italic;
	font-size: small;
}

.menu { /* lista */
	list-style: none;
	padding-left: 12px;
}

.menu	a:link, .menu	a:visited {
	text-decoration: none;
	color: white;
	text-shadow: 1px 1px 2px black;
 }

.menu	a:hover {
		text-decoration: none; 
		color: gray;
		text-shadow: 1px 1px 2px white;
	}
	
.menu	a:active {
		text-decoration: none
	}
</pre></body></html>