html, body {
border:0;
margin:0;
padding:0;
height: 100%;
font-size: small;
}

body {
background-color: #e6ebee;
}

#wrapper {
position:relative;
margin: 0 auto;
min-height:100%;
}
#header {
display:block;
float:left;
padding:0;
margin:0;
width:100%;
height: 116px;
background: url("../images/header.jpg");
background-repeat: repeat-x;
}

#logo {
position: absolute;
margin-top: 25px;
margin-left: 4%;
}

#siteseal {
float:right;
}

* html #cuerpo { height:100%; }

#footer {
position:absolute;
bottom:0;
width:100%;
height: 35px;
background-image: url("../images/separator_custom.gif");
background-repeat: repeat-x;
text-align:center;
}

p.copyright {
font-weight: bold;
font-family: Helvetica;
font-size: 11px;
}
#cuerpo {
padding-left: 30px;
padding-right: 30px;
padding-bottom: 50px;
}

#cuerpo:after {
content: " ";
display:block;
clear:both;
}
* html #inner-wrap {
height: 1px;
}

#sesion {
padding: 0px;
height: 5px;
}

h1 {
text-align:center;
font-size: 10pt;
}

h2 {
text-align:center;
font-size: 9pt;
}

img {
border: 0;
}

a {
color:black;
}

a:hover {
text-decoration: none;
}

#col1 {
z-index: inherit;
position:absolute;
width: 450px;
margin-left: 15px;
}

#col2 {
z-index: inherit;
position:absolute;
margin-left: 470px;
}

.col1 {
position:absolute;
width: 450px;
margin-left: 15px;
}

.col2 {
position:absolute;
margin-left: 470px;
}

#col2_1 {
z-index: inherit;
position: absolute;
width: 370px;
}

#col2_2 {
z-index: inherit;
position: absolute;
margin-left: 375px;
}

div.nuevaPersona {
width:100%;
}

#divpers {
width: 100%;
height: 350px;
}

div.ui-datepicker, .ui-datepicker td{
 font-size:10px;
}

.vacio {
background-color:red;
}

.datos tr td{
height: 25px;
font-size: 10pt;
}

#row1 {
z-index: 5;
position: relative;
height: 430px;
width: 100%;
}

#row2 {
width: 100%;
}

#menuinicial li {
padding: 10px;
}

table.edocuenta td{
font-size: 8pt;
}
table.edocuenta input {
font-size: 7pt;
}
table.edocuenta select {
font-size: 7pt;
}

table.tablapagos td {
font-size: 8pt;
}
td.chico {
width: 10px;
}
td.mediano {
width: 60px;
text-align: center;
}
table.tablapagos input {
font-size: 7pt;
}

table.resumen {
border: 1px solid #ddd;
width: 90%;
}

table.resumen td {
padding: 5px;
vertical-align: middle;
}

table.resumen th {
    font-size: 12px;
    font-weight: bold;
}

table.nuevo {
border: 1px solid #ddd;
width: 90%;
}

table.nuevo td {
padding: 3px;
vertical-align: middle;
}

table.nuevo th {
    font-size: 12px;
    font-weight: bold;
}

td.titulo {
    font-weight: bold;
    text-align: right;
    vertical-align: middle
}

tr.doc {
    display: none;
}

table.reporte {
width: 400px;
}

table.reporte th {
background: #fbd84e;
font-size: 9pt;
width: 200px;
vertical-align: middle;
}

table.reporte td {
text-align: center;
font-size: 9pt;
width: 150px;
height: 40px;
vertical-align: middle;
}

/*
**Dropdown
*/

#menu {
width: 55%;
}
#nav { 
z-index: 10;
margin:0px;
padding:0px;
position:absolute;
top: 80px;
right: 100px;
color: white;
display:block;
text-align: center;
}

#nav > li { 
list-style-type:none; float:left; display:block; margin:0px 1px; 
position:relative; padding:10px; width:80px; color: white;
background-color: #000; -moz-border-radius:5px; -webkit-border-radius:5px;  
}

#nav span a {
color: white;
text-decoration: none;
}

#nav > li:hover ul { display:block; }
#nav > li:hover { background-color:silver; -moz-border-radius:5px; -webkit-border-radius:5px; }
#nav li ul { margin:0px; padding:0px; display:none;}
#nav li ul li { list-style-type:none; margin:5px 0 0 0;}
#nav li ul li a { display:block; padding:5px 5px; color:white; text-decoration:none;}
#nav li ul li:hover a { background-color:#606060; -moz-border-radius:5px; -webkit-border-radius:5px;}
#nav li span { cursor:pointer; margin:0px 5px; font-weight:bold; }

.grayedout {
color: gray;
}