/* 
    Document   : trianon
    Created on : 11/09/2013, 10:08:35 AM
    Author     : Noe
    Description:
        Purpose of the stylesheet follows.
*/

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

}

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

}

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

}

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

}



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

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

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

}


/* remove the list style */
/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */

* {
        margin: 0;
        padding: 0;
        font-size: 12px;
}

html, body{
        /*overflow:hidden;*/
        width:100%;
        height:100%;
        margin:0 ;
        padding:0;
        font-size:1em;
        /*background-image: url('../images/background_cliente.png');*/
        background-repeat: no-repeat;
        background-attachment: fixed
}
#miframe{
        width:100%;
        height:100%;
        overflow: auto;
}

