body{
background: url("/html/pxfuel2.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

margin:0px; 
padding:0px; 
font-family:Arial, Helvetica, sans-serif; 
color:#333; 
font-size:11px
}

.ztxt038input {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 32px;
  padding: 4px 5px 5px;
  overflow: hidden;
  border: 2px solid rgb(0,0,0);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal normal bold 11px/normal Arial, Helvetica, sans-serif;
  color: rgb(0, 0, 0);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgb(252, 252, 252);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

.ph14{
font-family: arial, sans-serif;
font-size: 14px;
font-variant: small-caps;
letter-spacing: 0.2pt;
word-spacing: 0.4pt;
line-height: 2.1;
}

.ph12{
font-family: arial, sans-serif;
font-size: 12px;
font-variant: small-caps;
letter-spacing: 0.2pt;
word-spacing: 0.4pt;
line-height: 2.1;
}

.ph10{
font-family: arial, sans-serif;
font-size: 10px;
font-variant: small-caps;
letter-spacing: 0.2pt;
word-spacing: 0.4pt;
line-height: 2.1;
}
// --------------------------------------------------------------------------------
table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 13px;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

// --------------------------------------------------------------------------------

.overlay{
     display: none;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #000;
     z-index:1001;
     opacity:.9;
     -moz-opacity: 0.9;
     filter: alpha(opacity=90);
}

.modal {
     display: none;
     position: absolute;
     top: 5%;
     left: 5%;
     width: 90%;
     height: 90%;
     padding: 16px;
     background: #ffffff;
     color: #333;
     z-index:1002;
     overflow: auto;
	 opacity:1;
     -moz-opacity: 1;
     filter: alpha(opacity=100);
}

.overlay2{
     display: none;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #000000;
     z-index:1001;
     opacity:.7;
     -moz-opacity: 0.7;
     filter: alpha(opacity=70);
}

.modal2 {
     display: none;
     position: absolute;
     top: 20%;
     left: 20%;
     width: 60%;
     height: 60%;
     padding: 16px;
     background: #ffffff;
     color: #333;
     z-index:1002;
     overflow: auto;
	 opacity:1;
     -moz-opacity: 1;
     filter: alpha(opacity=100);
}

.modalbox .box {
    background-color: rgba(0,0,0,0.7);
    margin: 0 auto;
    min-width: 210px;
    padding: 40px;
    width: 30%;
    margin-top: 100px;
    }
    .modalbox .title {
    border-bottom: 1px solid #ccc;
    font-family: verdana;
    font-size: 22px;
    letter-spacing: 0.2em;
    margin: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    color: #fff;
        }
    .modalbox .content {
    display: block;
    font-family: Verdana;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 0 0;
    color: #fff;
        }
    .modalbox .close {
    color: #fff;
    display: block;
    float: right;
    font-family: Verdana;
    font-size: 22px;
    height: 25px;
    text-decoration: none;
        }


.modalbox{
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color:#333333;
    }

.modalbox:target {
    display: block;
    outline: none;
}

html, body {
  height: 100%;   
}

#top, #left, #right, #bottom {
  position: fixed;
  left: 0px;
  top: 0;
  z-index: 2;
  background: inherited;
}

#top, #bottom {
  width: 100%;
  height: 64px;
}

#bottom {
  top: auto;
  bottom: 0;
  height: 25px;
}

#left {
  height: 100%;
  width: 32px;
} 

#right {
  height: 100%;
  width: 1px;
  left: auto;
  right: 0;
}

#areaprincipal {
	position: relative;
	top: 160px;
	z-index: 1;
	padding: 5px; /* prevent content from being overlapped */
	left: 0px;
	width: 99%;
	height: 55px;
}


