/* 
Document   : cliente_granvia
Created on : 02-04-2009, 02:17:17 PM
Author     : Enrique
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
body, table {
    font-family:Verdana,Arial,Helvetica,sans-serif !important;
    font-size:13px;
}
.d1{
    background-color:#efe9d3;
    color:#83784b;
    height:25px;
    font-weight:bold;
    /*position: relative;*/
}
.cat{
    width:410px;
    float:left;
    height:23px;
}
#pagineo{
    color:#44390b;
    font-weight:bold;
}
#pagineo a{
    text-decoration:none;
    color:#83784b;

}
#logo{
    width:215px;
    height:215px;
    float:left;
    overflow:hidden;
}
#empresa{
    font-family: 'Times New Roman',Times,serif!important;
    text-transform: capitalize;
    font-size:36px;
    text-indent: 5px;
    float:left
}
.link a{

    color:#83784b;

}
.cat ul{
    margin-top:2px;
    margin-bottom:0px;
}
.ver{
    text-align:right;
    padding-right:10px;
}
.ver a{
    margin-top:2px;
    width:110px;
    float:right;
    color:#83784b;
    text-decoration:none;
}
.det{
    padding-left:10px;
    padding-top:15px;
    padding-bottom:10px;
}
.im img{
    border-top-style: dashed;
    border-bottom-style: dashed;
    border-left-style: dashed;
    border-right-style: dashed;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
}
.tabla{
    color:#83784b;
    font-family:Verdana,Arial,Helvetica,sans-serif !important;
    font-weight:bold;
    font-size:15px;
}
.tabla td a, .boton a{
    color:#fff;
    font-size:10px;
    text-decoration:none;
    background-color:#83784b;
    padding:3px;
    border:outset;

       
}


