 
@import url(http://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Great+Vibes);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
#tudo { 
	width:100%;
	position:relative;
	margin:0 auto;
        min-height:100%;
	}
 * html #tudo {height: 100%;}
#topo {
	width:100%;
        display:table;
	}
#principal {
	width:100%;
	margin:0 auto;
	}
#footer {
	width:100%;
	bottom: 0; /**/ 
	margin:0 auto;
	}
/* home fim */
html,
body {
  font-size: 15px;
  height: 100%;
}
.blocotxt{
margin:0 auto;
width:75%;
}

body {
  background: #FFFFFF;
  margin: 0px;
  padding: 0px;
  color: #333333;
  text-rendering: optimizeLegibility;
  min-width: 320px;
}
h1{
font-family: 'Roboto Condensed', sans-serif;
color: #333333;
}
h2{
font-family: 'Roboto Condensed', sans-serif;
color: #999999;
}
