﻿body.Quien
{
    background: url(Images/fondoQuien.jpg) no-repeat 0 100px;
}


body.Quien #Cabecera
{
    background: url(Images/cabeceraQuien.jpg) no-repeat;
}

/*--------------------------------FORMULARIO---------------------------*/
body.Quien #datos
{
    position:absolute;
    top:170px;
    left:200px;
    width:730px;
    }
    
body.Quien #datos P
{
    text-align:left;
    }

body.Quien #datosFormate
{
    position:absolute;
    top:150px;
    left:250px;
    height:461px;
    overflow:auto;
    width:774px;
    }
    
body.Quien #datosFormate P
{
    text-align:left;
    }
    
 

/*-----------------------------------LISTADO------------------------------*/


body.Quien #listado
{
    position:absolute;
    top:150px;
    left:250px;
    height:461px;
    overflow:auto;
    width:774px;
    }
    
body.Quien #listado P
{
    text-align:left;
    }
    
body.Quien #listado #nuevaBusqueda
{
    position:absolute;
    top:80px;
    left:150px;
    }
    
body.Quien #listado TABLE
{
    width:757px;
    border-collapse:collapse;
    margin-bottom:10px;
    }
    
body.Quien #listado TABLE TR
{
    height:50px;
    font-weight:bold;
    }
    
body.Quien #listado TABLE TR.impar
{
    color:#999999;
    background-color:#F0F0F0;
    }
    
body.Quien #listado TABLE TR.par
{
    color:#0B2545;
    }
body.Quien #listado TABLE TR.ON
{
    color:#0B2545;
    background-color:#FB7676;
    cursor:pointer;
    }
       
    
body.Quien #listado TABLE TD
{
    padding:10px;
    }  
    

    




