@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../img/background.jpg);
	background-position:center;
	background-attachment:scroll;
	background-position:top;
	background-repeat: repeat-x;
	text-align: center;
	
	
}

.portifolio{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	margin-top:10px;
	}
	
	.acessar{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3058a6;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	}

.titulo{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:14px;
	color:#848484;
	text-align:left;
	font-style:normal;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
	
}

.lista{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#3058a6;
	line-height:25px;
	text-align:left;
}

.texto{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#1a1a1a;
	text-align:left;
	line-height:20px;
}



a:link {
	color: #848484;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #848484;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #848484;
}
