html {-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;}

body {margin:0;
	background-color:#FFF;
	background-image:url(../imgs/fundo.jpg);
	background-repeat: no-repeat;
	background-position:right top;}

h1 {color: #F90; font-weight:bold; text-align:left; font-family: Tahoma;}
h5 {color: #999; font-weight:bold;}
h5 {color: #F90; font-weight:bold;}

a:link {color: #666;}
a:visited {color: #666;}
a:hover {color: #333;}
a:active {color: #666;}

.alinhdireita { text-align:right;}

.texto01 {color: #FFF; font-weight:lighter;}
.texto02 {color: #F8F8F8; font-size:10px;}
.texto03 {color: #000; font-weight:lighter;}
.texto04 {color: #000; font-weight:bold; text-align:center;}
.texto05 {color: #000; text-align:center;}

.textotabs {color: #000; font-weight:bold;}

header { background-color:#000;}

footer { background-color: darkgray; margin-top:10px;
		padding-top:5px; border-top:2px solid red;}

nav { navbar: light;}

[class*="imagem01"] {vertical-align: baseline;
					width:1,5rem;
					height: 1.5rem;
					background-size: cover;
					background-position: center; 
					background-repeat:no-repeat;}
					
.altura2rem {height: 2rem;}
.valor20 {width: 20%;}
.valor31 {width: 31%;}
.valor15 {width: 15%;}
.valor45 {width: 45%;}
.valor49 {width: 49%;}
.valor35 {width: 35%;}

.afasta15 {margin:15px 0px 15px 0px;}