@import url(bootstrap.min.css);
@import url(core-layout.css);
@import url(font-awesome.css);
@import url(rio-layout.css);


@font-face {
    font-family: 'roboto_condensedbold';
    src: url("/fonts/robotocondensed-bold-webfont.eot");
    src: url("/fonts/robotocondensed-bold-webfont.eot?#iefix") format('embedded-opentype'),
         url("/fonts/robotocondensed-bold-webfont.woff2") format('woff2'),
         url("/fonts/robotocondensed-bold-webfont.woff") format('woff'),
         url("/fonts/robotocondensed-bold-webfont.ttf") format('truetype'),
         url("/fonts/robotocondensed-bold-webfont.svg?#dosismedium") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedlight';
    src: url("/fonts/robotocondensed-light-webfont.eot");
    src: url("/fonts/robotocondensed-light-webfont.eot?#iefix") format('embedded-opentype'),
         url("/fonts/robotocondensed-light-webfont.woff2") format('woff2'),
         url("/fonts/robotocondensed-light-webfont.woff") format('woff'),
         url("/fonts/robotocondensed-light-webfont.ttf") format('truetype'),
         url("/fonts/robotocondensed-light-webfont.svg?#dosisregular") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url("/fonts/robotocondensed-regular-webfont.eot");
    src: url("/fonts/robotocondensed-regular-webfont.eot?#iefix") format('embedded-opentype'),
         url("/fonts/robotocondensed-regular-webfont.woff2") format('woff2'),
         url("/fonts/robotocondensed-regular-webfont.woff") format('woff'),
         url("/fonts/robotocondensed-regular-webfont.ttf") format('truetype'),
         url("/fonts/robotocondensed-regular-webfont.svg?#dosissemibold") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("/fonts/fontawesome-webfont.eot");
    src: url("/fonts/fontawesome-webfont.eot#iefix") format('embedded-opentype'), 
    url("/fonts/fontawesome-webfont.woff2") format('woff2'), 
    url("/fonts/fontawesome-webfont.woff") format('woff'), 
    url("/fonts/fontawesome-webfont.ttf") format('truetype'), 
    url("/fonts/fontawesome-webfont.svg#fontawesomeregular") format('svg');
    font-weight: normal;
    font-style: normal;
  }

.FontRobotoBold{font-family: 'roboto_condensedbold';}
.FontRobotoRegular{font-family: 'roboto_condensedregular';}
.FontRobotoLight{font-family: 'roboto_condensedlight';}

html{ height:100%; }
body{ font-family: 'roboto_condensedlight'; font-size: 16px; }
body{margin:0px; height:100%; width:100%; background-color:#F5F5F5;}

.loginbodyblue {
    background-image: url('https://img.iteso.mx/sso/f3.jpg');
}
.svgLogo{ width: 100%; max-width: 280px; }
