/* GLOBAL */
* { margin:0; padding:0; }
html { background-color:#FFFFFF; width:100%; }
body { background: #f2f2f2 url(../images/bg_menu_00.png) repeat-x; color:#7e7e7e; font:11px Verdana, Arial, Helvetica, sans-serif;  overflow-x:hidden;}

@font-face {
    font-family: 'ITCOfficinaSerifBold';
    src: url('../fonts/officinaserif-bold-webfont.eot');
    src: url('../fonts/officinaserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/officinaserif-bold-webfont.woff') format('woff'),
         url('../fonts/officinaserif-bold-webfont.ttf') format('truetype'),
         url('../fonts/officinaserif-bold-webfont.svg#ITCOfficinaSerifBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ITCOfficinaSerifBookRegular';
    src: url('../fonts/officinaserif-book-webfont.eot');
    src: url('../fonts/officinaserif-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/officinaserif-book-webfont.woff') format('woff'),
         url('../fonts/officinaserif-book-webfont.ttf') format('truetype'),
         url('../fonts/officinaserif-book-webfont.svg#ITCOfficinaSerifBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


.float-left { float: left; }
.float-right { float: right; }

#vivo-iframe {
	background: transparent;
	width: 100%;
}



