@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/background.jpg);
	background-position:center;
	background-attachment:scroll;
	background-position:top;
	background-repeat: repeat-x;
	text-align: center;
}

.subtitulo{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6096fe;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	}

.rodape{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8cb3fe;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	}

.rodape a:active{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8cb3fe;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	}

.rodape a:alink{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8cb3fe;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	}
	
.rodape a:avisted{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8cb3fe;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	}

.rodape a:ahover{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8cb3fe;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	text-decoration:underline;
	}

.portifolio{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	margin-top:10px;
	}
	
.news{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #626262;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	line-height:20px;
	margin-right:40px;
	}

.titulo{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:18px;
	color:#3058a6;
	text-align:left;
	font-style:normal;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
	
}

.titulo2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:32px;
	color:#3058a6;
	text-align:left;
	font-style:normal;
	
	
}

.lista{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#3058a6;
	line-height:25px;
	text-align:left;
}

.texto{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#626262;
	text-align:left;
	line-height:24px;
}

.texto2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#626262;
	text-align:left;
	line-height:24px;
	letter-spacing:0px;
}

.texto3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#626262;
	text-align:right;
	line-height:24px;
	letter-spacing:0px;
}

.menu1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-stretch:wider;
	font-size:40px;
	text-align:left;
	line-height:20px;
	color:##3058a6;
}

a.menu1:link, a.menu1:visited{
	text-decoration: none;
	color:#3058a7;
}

a.menu1:hover{
	color:#ADADAD;
	text-decoration:none;
}

a.menu1:active{
	text-decoration:none;
}

.menu2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-stretch:wider;
	font-size:40px;
	text-align:left;
	line-height:20px;
	color:#000;
}

a.menu2:link, a.menu2:visited{
	text-decoration: none;
	color:#000;
}

a.menu2:hover{
	color:#ADADAD;
	text-decoration:none;
}

a.menu:active{
	text-decoration:none;
}

a:link {
	color: #6096fe;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6096fe;
}
a:hover {
	text-decoration: underline;
	color: #626262;
}
a:active {
	text-decoration: none;
	color: #6096fe;
}

