@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#titulo  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	line-height:30px;
	font-weight:bold;
}

#textura_fundo {
	
	background-image:url(img/fundo_textura.gif);
    background-repeat:repeat; 
    background-position:left;
	
}

#top {
	
	background-image:url(img/fundo_top.jpg); 
	background-repeat:no-repeat; 
	background-position:left;

}

#right {
	
	background-image:url(img/fundo_right.jpg); 
	background-repeat:no-repeat;
	background-position:top;
}

#foot {
	
	background-image:url(img/fundo_foot.gif);
	background-position:top; 
	background-repeat:no-repeat;
}

#menu {
	
    margin-top: 93px;
	margin-left: 5px;
	
	
}

#centro {
	width:490px;
	margin-left:10px;
	margin-top:55px;
	background-image:url(img/fundo_centro.jpg);
	background-position:left;
	background-repeat:repeat-y;
   	
}

#centro_texto {
	padding-left:10px;
	padding-right:15px;
	text-align:left;	
	
}




a:link {
	color: #630;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #630;
}
a:hover {
	text-decoration: underline;
	color: #630;
}
a:active {
	text-decoration: none;
	color: #630;
}

