@import url(https://fonts.googleapis.com/css?family=Raleway:400,300);

html, body {
	min-height: 100%;
	height: 100%;
}

body {
	font-family: 'Raleway', sans-serif;
	/*background: url(../img/fdo.jpg) no-repeat center;
	background-size:cover;*/
}

.top { background-color: #fff; margin:0; padding:25px 0 15px; }
.top h1,.top h2 { margin:0; padding:0; line-height: 1; font-weight: 300; }
.top h1 { font-size: 46px; color: #666; }
.top h2 { font-size: 24px; color: #999; }

.frase { margin-top: 60px; }
.frase span { color: #fff; padding:0 35px; background-color: rgba(0,0,0,0.7); width: auto; line-height: 1.3; font-size: 34px; }
.frase span.small { font-size: 28px; font-weight:300;}

.email { margin-top: 120px; }
.email span { color: #ccc; padding:5px 25px; background-color: rgba(0,0,0,0.7); width: auto; line-height: 1.75; font-size: 24px; font-weight:300;}
.email span.small { font-size: 18px; }
.email span a { color: #ccc; }
.email span a:hover { color: #fff; text-decoration: none }