﻿
@font-face {
    font-family: 'DINFont';
    src: url('din-regular-webfont.eot');
    src: url('din-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('din-regular-webfont.woff') format('woff'),
         url('din-regular-webfont.ttf') format('truetype'),
         url('din-regular-webfont.svg#DINCondMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    margin: 0px;
    margin-top: 15px;
    padding: 0px;
}

table {
    font-family: "DINFont" ,Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
    background-color: #FFFFFF;
    vertical-align: top;
}

.topTablePortes {
    background-color: #CCCCCC;
    color: #000;
    vertical-align: middle;
    text-align: center;
}

.rigthTablePortes {
    vertical-align: top;
    text-align: center;
        line-height: 20px;
}


.centerTablePortes {
    vertical-align: top;
    text-align: center;
    line-height: 30px;
}
.leftTablePortes {
    width: 200px;
}