﻿body
{
    font-family: Verdana;
    font-size:12px;
}

TextArea
{
    width: 60%;
    resize: none;
    height: 40px;
    font-family: Arial;
    font-size: 12px;
}

.GridView
{   
    width:100%;
     
}

.BotonConsultar
{
    width: 150px;
    height: 40px;
    border: none !important;
    background: url(/common/Consultar.png) no-repeat !important;
    font-size: 12px !important;
    text-align: center;
    vertical-align: middle !important;
    color: #000000;
    cursor: pointer;
}

th 
{
    font-weight: normal !Important; 
}

h3
{
    font-size: 12px;
    color: #818181;
    text-align: center;
    width: 115px;
}

#Contenido
{
    display: block;
    clear: both;
    background-color: #FFF;
    margin: 0px auto;
    width: 90%;
    text-align: left;
    min-height: 700px;
}

.btConsultar
{
    background-color: #C21F16;
    border: none;
    padding: 8px;
    color: white;
    width: 130px;
    font-size:12px;
}

.btConsultar:hover 
{
    background-color: #E7918A;
}

.gridlink a:link
{
    color: #0000F9 !important;
}

.gridlink a:hover 
{
    color: Red !important;
}

.gridlink a:visited
{
    color: #5C0078 !important;
}

#TextArea1
{
    height: 40px;
    width: 380px;
}

.pnlConsulta
{
    width:100%;
}

.progress 
{
    position:fixed; 
    z-index:1; 
    left: 50%;
    top: 50%;
}