@font-face {
    font-family: 'Segoe-UI-SemiBold';
    src: url('fonts/segoe-ui-semibold.eot');
    src: url('fonts/segoe-ui-semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/segoe-ui-semibold.woff') format('woff'),
         url('fonts/segoe-ui-semibold.ttf') format('truetype'),
         url('fonts/segoe-ui-semibold.svg#Segoe-UI-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo300';
    src: url('fonts/museo300-regular-webfont.eot');
    src: url('fonts/museo300-regular-webfont.eot?#iefix') format('eot'),
         url('fonts/museo300-regular-webfont.woff') format('woff'),
         url('fonts/museo300-regular-webfont.ttf') format('truetype'),
         url('fonts/museo300-regular-webfont.svg#webfontJA9Sojwh') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Museo500';
    src: url('fonts/museo500-regular-webfont.eot');
    src: url('fonts/museo500-regular-webfont.eot?#iefix') format('eot'),
         url('fonts/museo500-regular-webfont.woff') format('woff'),
         url('fonts/museo500-regular-webfont.ttf') format('truetype'),
         url('fonts/museo500-regular-webfont.svg#webfontGF4BwnoR') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe-UI';
    src: url('fonts/segoe-ui.eot');
    src: url('fonts/segoe-ui.eot?#iefix') format('embedded-opentype'),
         url('fonts/segoe-ui.woff') format('woff'),
         url('fonts/segoe-ui.ttf') format('truetype'),
         url('fonts/segoe-ui.svg#Segoe-UI') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe-UI-Bold';
    src: url('fonts/segoe-ui-bold.eot');
    src: url('fonts/segoe-ui-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/segoe-ui-bold.woff') format('woff'),
         url('fonts/segoe-ui-bold.ttf') format('truetype'),
         url('fonts/segoe-ui-bold.svg#Segoe-UI-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-Book';
    src: url('fonts/Oswald-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-Light';
    src: url('fonts/Oswald-Light.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BradhITC';
    src: url('fonts/BradhITC.TTF');
    font-weight: normal;
    font-style: normal;
}

* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%;}

.clear{ clear: both; }

p {margin: 10px;padding: 0;letter-spacing: 0px;}

img.bg {
	border: none;
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1360px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1360px) { /* Specific to this particular image */
	img.bg {
		left: 50%;
		margin-left: -680px;   /* 50% */
	}
}

#wrapper { min-height:100%; position:relative;  }

body {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Segoe-UI', Georgia, times, serif;
    color: #555555;
    min-width:480px;
	/*background: url(images/bg.jpg) 0 0 no-repeat #ffffff;*/
}

#box {
	position: relative;
	width: 627px;
	height: 495px;
	/*margin: 80px auto 0 auto;*/
	margin: 0 auto 0 auto;
	top: 100px;
	background: url(images/box-bg.png) 0 0 no-repeat;
	z-index: 2;
}

#box h1{
	width: 447px;
	padding: 35px 0 0 10px;
	margin: 0 auto;
	font-family: 'Segoe-UI-SemiBold', Georgia, times, serif;
	font-size: 40px;
	color: #ffc600;
	text-align: center;
	text-shadow: 1px 1px 2px #000000;
	font-weight: 100;
	letter-spacing: -.5px;
	line-height: 36px;
}

#box h2{
	width: 447px;
	padding: 0px 0 0 10px;
	margin: 60px auto 20px auto;
	font-family: 'Segoe-UI-SemiBold', Georgia, times, serif;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	text-shadow: 1px 1px 2px #000000;
	font-weight: 100;
	letter-spacing: -.5px;
}

#box p{
	padding: 0 90px;
	font-family: 'Segoe-UI', Georgia, times, serif;
	font-size: 18px;
	text-align: center;
	text-shadow: 1px 1px 2px #000000;
	font-weight: 100;
	letter-spacing: -.5px;
	color: #ffffff;
}

div#form{
	width: 447px;
	margin: 20px auto;
	padding: 0 0 0 50px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	
	div#form{
		width: 447px;
		margin: 20px auto;
		padding: 0 0 0 50px;
	}
}


div #form input{float: left;}
#email{
	width: 393px;
	height: 50px;
	background: url(images/textbox-bg.jpg) 0 0 no-repeat;
	text-align: center;
	border: 4px solid #ffc600;
	color: #777777;
	font-family: 'Segoe-UI', Georgia, times, serif;
	font-size: 18px;
}

#mauticform_input_formtopafiliado_email{
	width: 393px;
	height: 50px;
	background: url(images/textbox-bg.jpg) 0 0 no-repeat;
	text-align: center;
	border: 4px solid #ffc600;
	color: #777777;
	font-family: 'Segoe-UI', Georgia, times, serif;
	font-size: 18px;
}

#submit{
	width: 401px;
	height: 62px;
	margin-top: 10px;
	background: url(images/submit-button.png) 0 0 no-repeat;
	border: none;
	text-indent: -999px;
	cursor: pointer;
}

#footer{
	height: 100px;
	width: 447px;
	margin: 0 auto;
	padding-top: 2px;
	padding-left: 40px;
}

#footer p{
	font-size: 14px;
	text-align: center;
	font-family: 'Segoe-UI', Georgia, times, serif;
	margin: 0;
	color: #1e1d1d;
	text-shadow: 1px 1px 2px #ffffff;
}

#footer p.legal{ margin: 30px auto 0px auto; padding-bottom: 10px; }

#footer p.note{ margin: 0 auto; width: 447px; height: 32px; padding-left: 35px; font-size: 12px; background: url(images/lock.png) 0 center no-repeat; text-align: left; line-height: 32px; color: #1e1d1d;}

#footer p a{
	color: #555555;
	text-decoration: underline;
}
