/* CSS Document */

body {
	background-image: url(images/fundo_site.jpg);
	background-repeat: repeat;
}
.style1 {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
}

.texto {
    font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-align:justify
	}

a:link { color:#FFFFFF; font-weight:bold; font-family: Arial; text-decoration: underline;}
a:visited {text-decoration: underline; font-family: Arial;
	      color: #FFFFFF; }
a:hover {text-decoration: none; color:#DB2D26; font-family: Arial;}

.textobarra {
	
	padding-left:15px;
	padding-top:25px;
	padding-right:10px;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	
}


.footer a:link {
font-family: Tahoma;
	font-size: 12px;
	color: #DB2D26;
	text-decoration: underline;
				}
.footer a:visited {color: #0066CC; font-family: Tahoma;
	font-size: 12px;
}
.footer a:hover {text-decoration: underline; color:#DB2D26; font-family: Tahoma;
	font-size: 12px;
 }
.footer a:active {text-decoration: none; font-weight:bold; color:#DB2D26; font-family: Tahoma;
	font-size: 12px; text-decoration: underline;}

