@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'open_sansbold';
    src: url('font/opensans-bold-webfont.eot');
    src: url('font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/opensans-bold-webfont.woff') format('woff'),
        url('font/opensans-bold-webfont.ttf') format('truetype'),
        url('font/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('font/opensans-light-webfont.eot');
    src: url('font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/opensans-light-webfont.woff') format('woff'),
        url('font/opensans-light-webfont.ttf') format('truetype'),
        url('font/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('font/opensans-regular-webfont.eot');
    src: url('font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/opensans-regular-webfont.woff') format('woff'),
        url('font/opensans-regular-webfont.ttf') format('truetype'),
        url('font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('font/opensans-semibold-webfont.eot');
    src: url('font/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/opensans-semibold-webfont.woff') format('woff'),
        url('font/opensans-semibold-webfont.ttf') format('truetype'),
        url('font/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body { background-image:url(images/bg.jpg); background-repeat:repeat-x; font-family: 'open_sansregular';}

.container { background-image:url(images/bg_tot_inf.jpg); background-position:center center; height:292px; background-repeat:no-repeat;}

.space { margin: 0 auto 37px;
    width: 980px; text-align:center;}
	
.logo { text-align:center; padding-top:85px;}

h1 {
    border: 0 none;
    color: #fff;
    font-family: "open_sanslight";
    font-size: 40px;
    margin: 90px 0 0;
    padding: 0 !important;
    text-align: center;}
	
h2 {
    color: #fff;
    font-family: open_sansbold;
    font-size: 25px;
    margin: 0;
    padding: 0;
    text-align: center;}
h3 { color: #dc7200;
    font-family: "open_sanslight";
    font-size: 60px;
    margin: 16px 0 0;
    text-align: center;}