﻿body {
    padding: 0px;
    margin: 0px;
    font-family: Tahoma;
}

#container {
    height: 100%;
    background-color: #e7e7e7;
}

#contentHeader {
    width: 1366px;
    margin: 0 auto;
}
#exportContent {
    width: 1366px;
    margin: 0 auto;
}
#exportContent table{
    width: auto;
    margin-right: 0px;
    margin-left: auto;

}


#content {
    width: 1366px;
    margin: 0 auto;
    background-color: #fff;
}

#title {
    width: 1366px;
    margin: 0 auto;
    background-color: #e7e7e7;
    font-size: 24px;
    color: #113f7b;
}
#headerImg {
    margin: 0 auto;
}
#header {
    background: url('../Images/headerBackJU.png') repeat-x top left;
    position: relative;
    width: 100%; /*-moz-box-shadow: 0 0 30px 3px #999;     -webkit-box-shadow: 0 0 30px 3px #999;*/
    position: relative;
    height: 100px;
}

.iframeContainer iframe {
    position: relative;
    overflow: hidden;
    border: none;
    width: 100%;
    height: 100% !important;
}

.blueFont{
    color: #113f7b;
    margin-bottom: 15px;
}
.dxgvDataRow_Moderno{
    
}
.dxgvDataRow_Moderno td{
    border-bottom: 1px solid #d1d1d1 !important;
}

.columnLabel{
    display: table-cell;
    width: 120px;
}

.detailData{
    font-size: 14px;
    font-family: "Segoe UI", "Helvetica Neue", "Droid Sans", Arial, Tahoma, Geneva, sans-serif;
    margin-top: 10px;
}
.detailData tr td{
    min-width: 250px;
    padding: 5px 0;
    color: #1e1e1e;
}

.modals {
    overflow: scroll;
}