﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}


#myModalLabelCon {
     width:800px;
}



.mGrid { 
    width: 100%; 
    background-color: #fff; 
    margin: 5px 0 10px 0; 
    border: solid 1px #525252; 
    border-collapse:collapse; 
    font-family:'Arial Narrow','Franklin Gothic Medium', Arial, sans-serif;
    font-size:12px !important;
}
.mGrid td { 
    padding: 2px; 
    border: solid 1px #c1c1c1; 
    color: #042238; 
}
.mGrid th { 
    padding: 4px 2px; 
    color:darkred; 
    background: #c1c1c1 url(grd_head.png) repeat-x top; 
    border: solid 1px #adaaaa; 
    font-size: 0.9em; 
    text-align:center;
    height:40px;
    font-size:11px;
}
.mGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }
.mGrid .pgr { background: #424242 url(grd_pgr.png) repeat-x top; }
.mGrid .pgr table { margin: 5px 0; }
.mGrid .pgr td { 
    border-width: 0; 
    padding: 0 6px; 
    border-left: solid 1px #666; 
    font-weight: bold; 
    color: #042238; 
    line-height: 12px; 
 }   
.mGrid .pgr a { color: #666; text-decoration: none; }
.mGrid .pgr a:hover { color: #000; text-decoration: none; }

.divFondo
{
    z-index:999999;
    font-weight:bold;
    width:250px;
    height:50px; 
}.SubDivFondo
{
    border:2px solid white;
    margin-left:auto;
    margin-right:auto;
    width:300px;
    z-index:9999999; 
    color:black;
  background: #FFFFFF;
  position: relative;
  margin: 10% auto;
  padding: 30px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
 .imgProgress
{
    margin-top:20px;
	width:100px;
}
.Progress
{
	text-align:right;
	width:1800px;
}
.fondoUpdate
{
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 200%;
  z-index: 9999996;
  filter: alpha(opacity=10);
  opacity: 0.8;
  -moz-opacity:0.8;
  -webkit-opacity:0.8;
  -o-opacity:0.8;
  -ms-opacity:0.8;
  background-color: #808080;
  left: 0;
  top: 0;
  overflow: auto;
}






















.tablaDatos{
    width: 100%; 
    background-color: #fff; 
    margin: 5px 0 10px 0; 
    border: solid 1px #525252; 
    border-collapse:collapse; 
    font-family:'Arial Narrow','Franklin Gothic Medium', Arial, sans-serif;
    font-size:12px !important;
}
.tablaDatos tr th {
     color:#FBFBFB; padding:6px; font-weight:bold; background-color:#455A64;text-align:center; border: solid 1px #c1c1c1; 
}
.tablaDatos tr td {
     color:black; padding:4px; border: solid 1px #c1c1c1; 
}
.resDatos {
     padding:6px; font-weight:bold; background-color:#455A64;text-align:right; border: solid 1px #c1c1c1; 
}
.numero {
     text-align:right;
}



