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, strong, 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;
}
html{
 height:100%; 
}
html, body{
 text-align: center;
 overflow:hidden;
 }
body  {
	letter-spacing:0.5px;
/* height:100%; */
  background-image: url("imagens/fundo_about2.jpg");

/*background-image:url(imagens/fundo_home.jpg);*/
}
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;
}

@font-face{
font-family:"MemphisLTl";
	
  src: url('fonts/HMemphisLTStd-Light.eot?') format('eot'), url('fonts/MemphisLTStd-Light.woff') format('woff'), url('fonts/MemphisLTStd-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
} 
@font-face{
font-family:"MemphisLTm";
	
  src: url('fonts/MemphisLTStd-Medium.eot?') format('eot'), url('fonts/MemphisLTStd-Medium.woff') format('woff'), url('fonts/MemphisLTStd-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
} 
@font-face{
font-family:"MemphisLTb";
	
  src: url('fonts/MemphisLTStd-Bold.eot?') format('eot'), url('fonts/MemphisLTStd-Bold.woff') format('woff'), url('fonts/MemphisLTStd-Bold.ttf') format('truetype');
	/*font-weight: bold;
	font-style: bold;*/
} 


    .container {
		z-index:10px;
    }
	#youtube{
		margin-left:0px;
		z-index:100000px;	
	}

#padrao{
	background-image:url(imagens/padrao.png);
	background-repeat:repeat;
	position:absolute;
	width:100%;
	height:100%;
}

/*links gerais*/
a:link {
	text-decoration: none;
	color: #ffffff;
	font-weight:normal;
	font-size:12px;
	line-height:25px;
	font-family:"MemphisLTl";
	text-transform:uppercase;
	border-collapse:collapse;
	cursor:pointer;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight:normal;
	text-transform:uppercase;
	font-size:12px;
	line-height:25px;
	font-family:"MemphisLTl";
	cursor:pointer;
}
a:hover{	
	text-decoration: none;
	color: #ffffff;
	font-weight:normal;
	text-transform:uppercase;
	font-size:12px;
	line-height:25px;
	font-family:"MemphisLTb";
	cursor:pointer;
	}
a:active {
	text-decoration: none;
	color: #ffffff;
	font-weight:normal;
	text-transform:uppercase;
	font-size:12px;
	line-height:25px;
	font-family:"MemphisLTl";
	cursor:pointer;
}

a.linguas:link {
	text-decoration: none;
	color: #ffffff;
	font-weight:normal;
	font-size:12px;
	font-family:"MemphisLTl";
	border-collapse:collapse;
	cursor:pointer;
}
a.linguas:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight:normal;
	font-size:12px;
	font-family:"MemphisLTl";
	cursor:pointer;
}
a.linguas:hover{	
	text-decoration: none;
	color: #ffffff;
	font-weight:normal;
	font-size:12px;
	font-family:"MemphisLTb";
	cursor:pointer;
	}
a.linguas:active {
	text-decoration: none;
	color: #ffffff;
	font-weight:normal;
	font-size:12px;
	font-family:"MemphisLTl";
	cursor:pointer;
}


#tudo{
	margin:0 auto;
	height:100%;
	position:absolute;
	z-index:100000;
}

#logo{
	padding-top:37px;
	padding-bottom:37px;
}
#barra1{
	padding-bottom:30px;
}
#barra2{
	padding-top:10px;
	padding-bottom:10px;
}

#coluna-menu{
	float:left;
	width:266px;
	height:100%;
	min-height:515px;
}
#menu{
	margin-top:0px;
}
#fundo-menu{
	position:absolute;
	bottom:0px;
	margin-bottom:0px;
	float:left;
	width:266px;
}