.body{
    background:#FFFFEF;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    color:#485731;
    margin-bottom: 0px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    /*background-image: url(../images/GRISES.JPG);*/
    background-color: #FFFFEF;
}

.form{
    border: solid 1px #EEEEEE;
    width: 700px;
    /*padding: 20px;*/
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    position:static;
    background-color: #eeffee;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.inputText{
    color:#485731;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #009999;
    border-left-color: #009999;
    border-bottom-color: #009999;
    border-top-color: #009999;
    background-color: #cfccff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8px;
    height: 13px;
}
.inputText2{
    color:#485731;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #009999;
    border-left-color: #009999;
    border-bottom-color: #009999;
    border-top-color: #009999;
    background-color: #ffffcc;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 8px;
    height: 13px;
    /*background-image: url('./images/GRISES.JPG');
    background-repeat: no-repeat;
    background-attachment: fixed;*/
}

.outputLabel{
    font-family: Arial,Helvetica,sans-serif;
    background-color:#FFFFF0;
    color:#110011;
    font-size: 11px;
    /*padding: 20px;*/
    font-weight: bold;
    /*position: inherit;*/
    /*left: 1px;*/
    margin-left: 1px;
    text-align: right;
    height: 15px;
}

.row{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9px;
    color: #110011;
    /*padding: 20px;*/
    /*font-weight: bold;*/
    /*position: inherit;*/
    /*left: 1px;*/
    /*margin-left: 1px;*/
    /*text-align: right;*/
    /*height: 8px;*/
}

.select{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    /*padding: 20px;*/
    /*position: inherit;*/
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #009999;
    border-left-color: #009999;
    border-bottom-color: #009999;
    border-top-color: #009999;
    height: 18px;
}

.tabla{
    /*border: solid 1px #2E2EFE ;*/
    border: solid 1px #CFCFFE;
    border-collapse: collapse;
    /*color: #424242;*/
    color: #110011;
    font-size: 11px;
    /*font-weight: bold;*/
    /*width: 100px;*/
    position: inherit;
    width: 100%;
}

.cabeceraTabla{
    /*color: #FFFFFF;*/
    color: #110011;
    /*background: #0080FF;*/
    /*background: #eeffee;*/
    padding:1px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    /*text-align: center ! important;*/
    direction: inherit;
    word-spacing: 1px;
    line-height:inherit;
    /*border-bottom:1px solid #BBBBBB;
    border-right:1px solid #BBBBBB;
    border-spacing: 0px;*/
    /*margin: 0px;*/
}

.fila1{
    /*text-align: center;*/
    background:#FFFFFF;
    border-top:1px solid #BBBBBB;
    border-right:1px solid #BBBBBB;
}
.fila2{
    /*text-align: center;*/
    background:#EFEFFB;
    /*border: solid 1px #CFCFFE;*/
    border: solid 1px #BBBBBB;
    border-top:1px solid #BBBBBB;
    border-right:1px solid #BBBBBB;
}

.alignright{
    text-align:right;
}

.alignleft{
    text-align:left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 9px;
    color: #110011;
}