@charset "iso-8859-1";
/* CSS Document */

html,
body {
   margin:0;
   padding:0;
   height:100%;
}
body{
	background: url('imgs/pattern.png');
	font-family: Verdana, Geneva, sans-serif;
}

.h1{
	font-family: 'Rockwell', 'Roboto Slab', serif;
	font-size: 170%;
	font-weight: bold;
	padding: 0;
	line-height: 35px;
}

img{border: 0;}

ul li{margin-bottom: 20px;}

td{vertical-align: top;}

#container{
   min-height:100%;
   position:relative;
}

#center{
	margin: 0px auto;
	width: 973px;
	padding-bottom: 130px;
}

#vitrine{
	background: url('imgs/vitrine1.jpg') no-repeat;
	width: 760px;
	height: 240px;
	margin-left: 203px;
	position: relative;
	z-index: 2;
}

#header{
	background: url('imgs/header.png');
	height: 299px;
	width: 973px;
	margin-top: -240px;
	color: #FFF;
	font-family: 'Rockwell', 'Roboto Slab', serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 3;
}

#menu{
	padding-top: 248px;
}
#menu a{
	text-decoration: none;
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 40px;
	
}
#menu a:hover{text-decoration: underline;}

#logo{
	margin-left: 36px;
	margin-top: 7px;
	position: absolute;
}

#ufpr{
	margin-left: 827px;
	margin-top: 158px;
	position: absolute;
}

#conteudo{
	background-color: #FFF;
	width: 850px;
	margin-left: 61px;
	margin-top: -299px;
	margin-bottom: -120px;
	padding-bottom: 100px;
	color: #2E5B00;
	position: relative;
	z-index: 1;
}
#texto, #home{
	padding-top: 310px;
	padding-bottom: 30px;
	font-size: 90%;
}
#texto{
	width: 680px;
	padding-left: 85px;
}

#home{
	width: 750px;
	padding-left: 40px;
}
#home a{
	text-decoration: none;
	color: #2E5B00;
}
#home a:hover{ text-decoration: underline;}

#footer{
	background-color: #274D00;
	height: 100px;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	line-height: 120%;
	color: #FFF;
	padding-top: 15px;
	z-index: 5;
	
	-moz-box-shadow: 0 0 5px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.5);
}

.green_footer{
	color: #488F00;
}