/* CSS Document */
body {background-color:#572F00; margin:0; padding:0;}
.box {
	width: 400px;
	height:auto;
	margin-top: 120px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.constru { margin: 50px 0 70px 90px;}

/* fonte face */
@font-face {
    font-family: 'LibreBaskervilleRegular';
    src: url('LibreBaskerville-Regular-webfont.eot');
    src: url('LibreBaskerville-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('LibreBaskerville-Regular-webfont.woff') format('woff'),
         url('LibreBaskerville-Regular-webfont.ttf') format('truetype'),
         url('LibreBaskerville-Regular-webfont.svg#LibreBaskervilleRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}

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

}
