/* 
    Document   : estilos
    Created on : 14-02-2016, 09:34:46 AM
    Author     : cjimenez
    Description:
*/

body{
  /*  background-color: #B7B7F6; */
     background-image: url('../images/SAP_fondo_5.jpg') ; 
    background-size: 100% ;
  /*  background-repeat: no-repeat; */
    color: black;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    margin:0 0 ;
    padding: 0 0 0 0;
}
button {
  /*  color: #fff; */
    cursor: pointer;
    font: 1em Arial, Verdana, sans-serif;
    height: 25px;
    padding: 0 0;
    width: 25px;
}
h1
{
    behavior:url(./css/ie-css3.htc);
    color: #0B3861;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    text-shadow: 5px 5px 5px #A4A4A4;

}
img {
    height: 15px;
    padding: 0 0;
    width: 15px;
}
table {
    font-family: Arial, sans-serif;
    font-size: 10pt; 
}
textarea {
    resize: none;
    overflow-y: hidden;
    height:100px;
}
td {
   font-size: 1em;   
}
pre {
   font-family: Arial;
   font-size: 1.3em; 
}
.cabeza_pagina {
     background-color:#DBA901;
  /*background-color: #3050A9; */
 /* background-image: url('../images/SAP_fondo_1.jpg') ; */
 /* background-color: #305B61; */
  text-align: center;
}
.linea_menu {
   margin-bottom: 0px;
   background-color: white;
   text-align: center;
 /* background-image : "imagenes/sex_pie.jpg" */
}
.linea_identificacion{
    background-color: white;
    color: #4D0CDA;
    font-family: Arial, sans-serif;
    font-size: 12pt; 
    text-align: center;
}
.linea_titulo{
    background-color: white;
    color: #1B0C7C ;
    font-family: Arial, sans-serif;
    font-size: 12pt; 
    text-align: center;
}
.linea_titulo2{
    background-color: white;
    color: #4D0CDA;
    font-family: Arial, sans-serif;
    font-size: 12pt; 
    text-align: center;
}

.caja_listado {
        height: 150px;
        width: 900px;
        border: 1px solid black;
        overflow-y: auto;
        overflow-x:hidden;
        background: #FBFBE0;
    /*    background: #E5E9F2; */
        margin: 0 auto;
        padding: 3px;
        /*para Firefox*/
        -moz-border-radius: 15px 15px 15px 15px;
        /*para Safari y Chrome*/
        -webkit-border-radius: 15px 15px 15px 15px;
        /* para Opera */
        border-radius: 15px 15px 15px 15px;
}
.caja_ayuda {
        height: 100px;
        width: 90%;
        border: 1px solid black;
        overflow-y: auto;
        overflow-x:hidden;
        background: white;
        margin: 0 auto;
        padding: 3px;
        -moz-border-radius: 15px 15px 0px 0px;
        -webkit-border-radius: 15px 15px 0px 0px;
        border-radius: 15px 15px 0px 0px;
}
.caja_titulo {
        height: 80px;
        width: 98%;
        border: 1px solid black;
        overflow-y: auto;
        overflow-x:hidden;
        background: white;
        margin: 0 auto;
        padding: 3px;
        -moz-border-radius: 15px 15px 0px 0px;
        -webkit-border-radius: 15px 15px 0px 0px;
        border-radius: 15px 15px 0px 0px;
}
.caja_marco {
      /*  top:130px;  */
        height: 480px;
        width: 98%;
        border: 1px solid black;
        overflow-y: auto;
        overflow-x: hidden;
        background: white;
        margin: 0 auto;
        padding: 3px;
        border-radius: 0px 0px 0px 0px;     
}
.caja_pie {
      /*  top:130px;  */
        height: 50px;
        width: 98%;
        border: 1px solid black;
        overflow-y: auto;
        overflow-x: hidden;
        background: white;
        margin: 0 auto;
        padding: 3px;
        border-radius: 0px 0px 15px 15px;     
}
.espacio {
        height: 20px;
}
.filtro {
        border: 1px solid red;
}
.campo_calculado {
    border: 1px solid blue;
}
.campo_despliegue {
    font-family : Arial;
    font-size: 12 pt;
    font-weight: bold;
    background: white;
    border:none; 
    text-align: center;
        
    border: 1px solid blue;
}
  .campo_despliegue:hover{
    color: #1883ba;
    background-color: #ffffff;
  }
.linea_footer{
    color: black;
    font-family: Arial, sans-serif;
    font-size: 10pt; 
    text-align: center;
}
.TablaTitulo {
  background-image: url('../images/menu4.gif') ; 
  text-shadow: 5px 5px 5px #A4A4A4;
}
