﻿body {
    font-family:Arial;
    font-size:80%;  
}
#header {
    padding-bottom:5px;
}
#contenedor {
    position: absolute;
    top: 50%;
    left: 50%;
    width:240px;
    margin-left:-120px;
    margin-top:-160px; 
    padding-top:20px;
    padding-left:30px;
}

fieldset {
    padding:3px;
}

.txt_box {
    width: 96%;
    font-family: Arial;
    font-size: 15px;
    font-style:normal;
    font-weight:bold;
    height:20px;
    background-color:#efefef;
    border: solid 1px #3e3e3e;
    padding:2px;
}

.txt_ubicacion {
    font-family: Arial;
    font-size: 12px;
    font-style:normal;
    font-weight:bold;
    height:17px;
    background-color:#efefef;
    border: solid 1px #3e3e3e;
    padding:2px;
    text-transform:uppercase; 
}

.boton {
    background-color: #0c1398;
    border: 1px solid #000562;
    color:#fff;
}

.notFound {
    font-weight: bold;
    color: #f00;
    text-align: center;
}

.OITMFound {
    font-weight: bold;
    color:#064913;
    text-align: center;
}

.lblDetalle {
    font-family: Arial;
    font-size: 75%;
    font-weight: bold;
}

.error_label {
    font-family: Arial;
    font-size:70%;
    color:#f00;
}
