﻿body
{
    margin:0px;
}

.page {
    /*border: 7px solid #eaf2fd;*/
    height:100%;
    margin:0px;
    font-family: Verdana;
    font-size: 10pt;
}

.page_navbar {
    height: 13px;
    background-color: White;
    background-repeat: repeat-x;
    border-bottom: solid 1px gainsboro;
    padding: 5px 10px 5px 10px;
    border-bottom-style: dotted;
    font-family: Verdana;
    font-size: 8pt;
}

.page_navbar .page_sitemap {
    float: left;
}

.page_navbar .page_help {
    height: 18px;
    background-image: url("images/16_ayuda.gif");
    background-repeat:no-repeat;
    padding-left: 20px;
    font-family: Verdana;
    font-size: 8pt;
    float:right;
}

.page_header
{
    background-position: top;
    height: 50px;
    background-color: White;
    background-image: url("images/bg_page_header.gif");
    background-repeat: repeat-x;
    padding-left: 20px;
    padding-bottom: 20px;
    width:98%;
   
}

.page_header .page_title {
    background-image: url("images/32_folder.gif");
    background-repeat:no-repeat;
    margin-top: 10px;
    padding-left: 60px;
    padding-top:10px; 
    padding-bottom:10px; 
    color:#999999; 
    font-family: verdana; 
    font-size:14pt; 
    font-weight:bold;
}

.page_header .page_description {
    margin-top: 3px;
    padding-left: 60px;
    padding-bottom:10px; 
    color:#999999; 
    font-family: verdana; 
    font-size:10pt; 
    font-weight:bold;
}


.page_body {
    background-color:white; 
    padding:20px; 
    padding-top:0;
}

.page_footer {
    color:white; 
    background-image: url("images/bg_page_footer.gif");
    border-top:solid 1px #6699FF; 
    height:35px; 
    padding:8px;
    width:100%;
}


.page_footer2 {
    color:white;
    background-image: url("images/bg_page_footer.gif");
    border-top:solid 1px #6699FF;
    height:40px;
    padding:8px;
}

.body_header {
    height:80px;
    background-image: url("images/header-bg.png");
    font-family: Verdana;
    font-size: 8pt;
    color: White;
}

.body_header_menu {
    text-align:right;
    margin:5px;
}

.body_header_menu A {
    color:White; 
}

.body_header_menu A:hover {
    color:White; 
}

.body_header_menu A:visited {
    color:White; 
}

.body_header_tabs {
    padding-top: 22px;
    padding-right: 5px;
    text-align:right;
    /*background-color: Red;*/
    color: Black;
}

.body_header_tabs A, A:visited, A:hover {
    color:Black; 
}

.tab_menu
{
    height: 25px;
    padding: 5px 0px 5px 0px;
    border-bottom: dotted 1px gainsboro;
    font-family: Verdana;
    font-size: 8pt;
}

.tab_menu A
{
    background-position: 0px 3px;
    background-image: url("images/tab_menu_off.gif");
    background-repeat: no-repeat;
    padding-left: 10px;
    text-decoration: none;
}

.tab_menu A:hover
{
    background-position: 0px 3px;
    background-image: url("images/tab_menu_on.gif");
    background-repeat: no-repeat;
    padding-left: 10px;
    color: Red;
    text-decoration: underline;
}

.tab_menu A:visited
{
    background-position: 0px 3px;
    background-image: url("images/tab_menu_on.gif");
    background-repeat: no-repeat;
    padding-left: 15px;
    text-decoration: none;
}

.table_view
{
    border-style: none solid solid solid;
    border-width: 0px 3px 3px 3px;
    border-color: white #A0B8DB #A0B8DB #A0B8DB;
    margin-top: -10px;
    padding: 5px;
}

.table_form2
{
    width: 700px;
    font-family: verdana;
    font-size: 10pt;
    margin-top:10px;
    margin-bottom:20px;
    color:#555;
    border-spacing: 0px 0px;
    border-collapse: collapse;
    border: 1px dotted #E8E8E8  ;
    padding: 2px; 
}

.table_form2 CAPTION
{
    font-weight:bolder;
    font-size:14px;
    color:Gray;
    text-align:left;
    padding: 10px 0px 5px 0px;
} 

.table_form
{
    width: 100%;
    font-family: verdana;
    font-size: 10pt;
    margin-top:10px;
    margin-bottom:20px;
    color:#555;
    border-spacing: 0px 0px;
    border-collapse: collapse;
    border: 1px dotted #E8E8E8  ;
}

.table_form CAPTION
{
    font-weight:bolder;
    font-size:15px;
    color:Gray;
    text-align:left;
    padding: 10px 0px 5px 0px;
}   

.table_form TD
{
    font-weight: bold;
    border: 1px dotted #E8E8E8  ;
    padding: 3px;
}

.table_form TD A
{
    color: Blue;
}

.table_form TD A IMG
{
}

.table_form TH
{
    width:150px;
    text-align:right;
    font-weight:normal;
    border: 1px dotted #E8E8E8  ;
    padding: 3px;
}

.table_form TR
{
    border-top: 1px;
    cursor: default;
}

.input {
    font-size: 10pt;
    font-family: Verdana;
}

.table_grid
{
    width: 100%;
    font-family: Verdana;
    font-size: 8pt;
}

.table_grid TD
{
    border-left: #d3d3d3 1px solid;
    border-top: #d3d3d3 1px solid;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: normal;
    border-right: #d3d3d3 1px solid;
    border-bottom: #d3d3d3 1px solid;
    color:#555;
}

.table_grid TD A IMG
{
    padding-top: 3px;
    padding-bottom: 3px;
}
.table_grid TH
{
    height: 15px;
    text-align:left;
    border-left: #d3d3d3 1px solid;
    border-top: #d3d3d3 1px solid;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: normal;
    padding-bottom: 2px;
    padding-top: 2px;
    background-image: url("images/bg_table_grid_header.gif");
    border-right: #d3d3d3 1px solid;
    border-bottom: #d3d3d3 1px solid;
}
.table_grid TH a:hower
{
    border-right: #dcdcdc 1px inset;
    border-top: #d3d3d3 1px inset;
    border-left: #d3d3d3 1px inset;
    border-bottom: #dcdcdc 1px inset;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #ffffff;
}
.table_grid tr
{
    border-top: 1px;
    cursor: default;
}
.table_grid a
{
    color: #000080;
    text-decoration: none
}

.table_filter
{
	font-family: verdana;
	font-size: 8pt;
	
}
.table_filter TH
{
	width: 100px;
	font-weight: normal;
	text-align:right;
}

.panel
{
    cursor: pointer; 
    background-image:url("images/bg_panel.png"); 
    background-repeat:repeat-x; 
    padding:4px;
}

.panel .title
{
    font-size:10pt;
    font-size: 20pt;
    color: #000080;
}

.panel .contenttemplate
{
    background-color: Red;
}

.table_info 
{
    font-family: Verdana;
    font-size: 8pt;
    margin: 5px;
}

.table_info TH
{
    font-weight: normal;
}

.table_info TD
{
    font-weight:bold;
}

.table_info caption
{
    font-weight:bold;
    font-size: 14px;
}


.collapsible_panel 
{
    color:Gray; 
    font-size:10pt;
    width: 100px;
    padding-bottom: 10px;
}

.collapsible_panel .title
{
    height: 30px;
    padding: 3px;
    background-image: url("images/bg_collapsible_panel.gif");
    background-repeat: repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    cursor:pointer;
}

.collapsible_panel UL {
    margin-top: 3px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    list-style-type: none;
    letter-spacing: 3px;
}

.collapsible_panel LI {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0;
    background:  url("images/bullet_link.gif") no-repeat;
    background-position: top left; background-position:5px 10px;
    
}

.collapsible_panel UL span
{
    color:Gray; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:9pt; 
    font-weight:normal;
    letter-spacing:normal;
    padding-left:35px;
    padding-bottom:10px;
 }

.collapsible_panel A 
{
    border-bottom: 1px dotted #ddd;
    display: block;
    height: 20px;
    padding: 7px 3px 3px 35px;
    color:#4096EE;
}

.collapsible_panel A:link, .links A:visited {
    color: #4096EE;
    text-decoration: none;
}

.collapsible_panel A:hover {
    color: blue;
    text-decoration: underline;
}

.proceso_activo 
{
  background-image:url('images/proceso_activo.png'); 
  background-repeat:no-repeat;
  width:29px; 
  height:28px; 
  float:left;
  text-align:center;
  color:White;
  font-size:7pt;
  line-height: 3em;
  cursor:pointer;
}

.proceso_inactivo 
{
  background-image:url('images/proceso_inactivo.png'); 
  background-repeat:no-repeat;
  width:29px; 
  height:28px; 
  float:left;
  text-align:center;
  color:gray;
  font-size:7pt;
  line-height: 3em;
  cursor:pointer;
}

.toolbar
{
    padding: 2px;
}

.toolbar A 
{
    text-decoration: none;
    font-size: 8pt;
    color: Blue;

    padding-top:2px;
    padding-bottom:3px;
    font-weight:normal;
    margin-right: 3px;
}

.toolbar A:hover 
{
    text-decoration: underline;
}

.icono_guardar
{
    background-image: url("images/16_guardar.gif");
    background-position: 0px;
    background-repeat: no-repeat;
    padding-left: 18px;
}

.icono_eliminar
{
    background-image: url("images/16_eliminar.gif");
    background-position: 0px;
    background-repeat: no-repeat;
    padding-left: 18px;
}

.icono_asignar
{
    background-image: url("images/16_asignar.gif");
    background-position: 0px;
    background-repeat: no-repeat;
    padding-left: 18px;
}    

.icono_agregar
{
    background-image: url("images/16_agregar.gif");
    background-position: 0px;
    background-repeat: no-repeat;
    padding-left: 18px;
}    

.icono_informacion
{
    background-image: url("images/16_grafico.gif");
    background-position: 0px;
    background-repeat: no-repeat;
    padding-left: 18px;
}

.grilla
{
	width:600px; 
	
	}


