.ph8{
font-family: arial, sans-serif;
font-size: 8px;
font-variant: small-caps;
letter-spacing: 0.1pt;
word-spacing: 0.3pt;
}

.ph10{
font-family: arial, sans-serif;
font-size: 10px;
font-variant: small-caps;
letter-spacing: 0.1pt;
word-spacing: 0.4pt;
}

.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;
}

.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;
}

// --------------------------------------------------------------------------------
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;
}


