@font-face {
    font-family: 'Sansation Regular';
    src: url('fonts/Sansation_Regular.eot');
    src: url('fonts/Sansation_Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Sansation_Regular.woff') format('woff'),
        url('fonts/Sansation_Regular.ttf') format('truetype'),
        url('fonts/Sansation_Regular.svg#Sansation Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "ArialRegular";
    src: url('fonts/573547364-4212583178.eot');
    src: url('fonts/573547364-4212583178.eot?#iefix') format('embedded-opentype'),
        url('fonts/573547364-4212583178.svg#Arial') format('svg'),
        url('fonts/573547364-4212583178.woff') format('woff'),
        url('fonts/573547364-4212583178.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sansation Bold';b
    src: url('fonts/Sansation_Bold.eot');
    src: url('fonts/Sansation_Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Sansation_Bold.woff') format('woff'),
        url('fonts/Sansation_Bold.otf.ttf') format('truetype'),
        url('fonts/Sansation_Bold.svg#Sansation Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*------------------NOVAS--------------------*/

@font-face {
    font-family: 'sansationregular';
    src: url('sansation_regular-webfont.eot');
    src: url('sansation_regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('sansation_regular-webfont.woff') format('woff'),
        url('sansation_regular-webfont.ttf') format('truetype'),
        url('sansation_regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sansationbold';
    src: url('sansation_bold-webfont.eot');
    src: url('sansation_bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('sansation_bold-webfont.woff') format('woff'),
        url('sansation_bold-webfont.ttf') format('truetype'),
        url('sansation_bold-webfont.svg#sansationbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
#bg { position: fixed; top: 10; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

#buttonAcess {
	background: linear-gradient(to bottom, #0070b2,#005081);
	margin-right: 100px; 
	color: #ffffff; 
	font-size: 18px; 
	font-family: 'sansationregular';
}

.textoTop {
	color: #005081;
	font-family: 'sansationbold';
	font-size: 17px;
	padding-left: 30px;
	padding-right: 30px;
}


#dividerTop{
	height: 50px;
    margin: 0 7px;
    border-left: 1px solid #F2F2F2;
    border-right: 1px solid #FFF;
}


