html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* FIM DO CSS RESET */

body{
	width:100%;
	margin:0 auto;
	background-image:url('../imagens/bg.jpg'); /* no-repeat fixed top center; 
	-webkit-background-size:cover; 
	-moz-background-size:cover; 
	-o-background-size:cover; 
	background-size: cover; */
	font-family:'Verdana' !important;
}
	
@font-face {
    font-family: 'corporate_hqregular';
    src: url('../fonte/corp-webfont.eot');
    src: url('../fonte/corp-webfont.eot');
    src: url('../fonte/corp-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonte/corp-webfont.woff') format('woff'),
         url('../fonte/corp-webfont.ttf') format('truetype'),
         url('../fonte/corp-webfont.svg#corporate_hqregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kreditregular';
    src: url('../fonte/kredit-webfont.eot');
    src: url('../fonte/kredit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonte/kredit-webfont.woff') format('woff'),
         url('../fonte/kredit-webfont.ttf') format('truetype'),
         url('../fonte/kredit-webfont.svg#kreditregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.nome h1{
	font-family: 'kreditregular';
	color: #FFF;
	font-size: 48px;
}
::-moz-selection{
background:#ffe716;
color:#FFF;
}
::selection {
background:#ffe716;
color:#FFF;
}
	
input:focus {
  outline: none;
}
textarea:focus{
 outline:none;
}

#master{
	width:100%;
	}

#conteudo{
		width:960px;
		height:auto;
		margin:0 auto;
		margin-top:10px;
		}
		
#topo{
	width:960px;
	height:auto;
	margin-top:10px;
	float:left;
	}
	
#topo .nome{
		float:left;
		}
		
#topo .nome p{
			text-align:center;
			font-weight:bold;
			font-size:20px;
			text-shadow: -1px 0 #808080, 0 1px #808080, 1px 0 #808080, 0 -1px #808080;
			margin-top:20px;
			}
			
#topo .afilie{
			float:right;
			margin-top:20px;
			}
				
#conteudoInterno{
				width:350px;
				height:auto;
				float:left;
				background-color:#ffff99;
				padding:10px;
				border:1px solid #ffffff;
				margin-top:20px;
				}
				
#conteudoInterno h1{
				font-family:'Verdana';
				font-size:12px;
				font-weight:bold;
				color:#663300;
				text-align:center;
				}

#conteudoInterno p{
				font-family:'Verdana';
				font-size:10px;
				font-weight:bold;
				color:#663300;
				text-align:justify;
				line-height:11px;
				}
				
#ladoDireito{
			float:right;
			margin-right: -30px;
			padding:20px;
			margin-top:10px;
			}
			
#infoFinal{
		width:100%;
		float:left;
		margin-bottom:20px;
		}
				
#infoFinal h1{
		font-size:50px;
		color:#333333;
		font-family:'corporate_hqregular';
		text-align:right;
		text-shadow:#bfbfbf 0.05em 0.05em 0em;
		}
		
#infoFinal p{
		text-align:center;
		color:#ffffff;
		font-weight:bold;
		font-size:11px;
		}


				
