﻿* {
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
text-decoration:none;
}

html body {
height:100%;
margin:0px;
padding:0px;
}

#cont1 {
display:table;
width:100%;
height:850px;
border:0px solid red;
}

#cont2 {
display:table-cell;
border:0px solid red;
text-align:center;
vertical-align:middle;
}

#cont3 {
display:inline-block;
width:auto;
height:auto;
border:1px solid #c0c0c0;
padding:20px;
}

#tabla1 {

}

#tabla1 td {
    text-align: center;

}

input{
    border:0px;
    border-bottom:1px solid #C0C0C0;
    padding:1px 1px 1px 1px;
    text-align: center;
    width: 30px;
        cursor:default;
}

nput[name=igc], input[name=peso] {
    width: 30px;
}

#contIframe {
display:none;
position:absolute;
left:80px;
top:80px;
border:1px solid #c0c0c0;
width:450px;
height:280px;
background-color:white;
}

#contIframe .mascara {
display:table;
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
background-color:white;
opacity:1;
}

#contIframe .mascara > div {
display:table-cell;
vertical-align:middle;
text-align:center;
line-height:20px;
font-size:12px;
color:#666666;
}

#contIframe .cierre {
position:absolute;
right:0px;
top:0px;
padding:5px;
color:red;
font-size:14px;
cursor:pointer;
}

#contIframe iframe {
width:100%;
height:100%;
border:0px;
}

.tabla_datos_biometricos > tr > td {
text-align:left;
}