/*Los input en general: Texboxes, botones, passwords...*/
input{
  font-size:10pt;
  font-family:Verdana,Arial;
}
/*los select en general*/
.select{
  font-size:10pt;
  font-family:Verdana,Arial;
  width:200px;
}
/*Parrafos en general*/
p{
  font-size:10pt;
  font-family:Verdana,Arial;
}
/*parrafo resaltado*/
p#small{
  color: red;
}
/*body de la pagina de LoginEmp.html*/
body#login {
  font-size:10pt;
  text-align:center;
  font-family:Verdana,Arial;
  background:#A4A4A4;
/*background:#0B4D99;*/
  /*background: url(img/bg1.jpg);*/
  /*background:#B40404; ORIGINAL MODIFICADO POR J HERNANDEZ TPP 27 AGOSTO 2010*/
 /*  background: url(background.jpg);*/
}
/*tabla en general*/
table{
  padding:0px;
  border-spacing:0px;
  font-family: Verdana,Arial;
  text-align:center;
}
/*tabla para mantener formato de inputs*/
table#invs{
  font-size: 10pt;
}

table#busqueda{
  font-size: 8pt;
}
table#resumen{
  font-size: 8pt;
  text-align:left;
  background:#B0C4DE;
  position: absolute;
  top: 1%; left: 25%;
  width: 65%; height: 15%;
  border: 1px solid red;
}
div#resumenfin{
  font-size: 10pt;
  text-align:center;
  color:white;
  font-family:Verdana,Arial;
  /*font-weight: bold;*/
  background:#5FB404;
  /*position: absolute;*/
  /*position: static;*/
  /*top: 14%; left: 2%;*/
  width: 75%; height: 10%;
  border: 1px solid red;
}
div#resumenfin2{
  font-size: 10pt;
  text-align:center;
  color:white;
  font-family:Verdana,Arial;
  /*font-weight: bold;*/
  background:#5FB404;
  /*position: absolute;*/
  /*position: static;
  top: 4%; left: 2%;*/
  width: 75%; height: 10%;
  border: 1px solid red;
}

table#resument1{
  text-align:left;
  border: 0px solid;
  padding:5px;
  }
table#resument2{
  text-align:left;
  border: 2px solid;
  background:#B40404;
  padding:5px;
  color:white;
}
div#doc{
  text-align:left;
  
}

  
  



/*celdas de la tabla anterior*/
td#data{
  text-align:left;
}
td#caption{
  text-align:left;
}


/*inputs de la pagina de login*/
.login_item{
  width:130px;

}
/*header para nombre en el menu de opciones*/
h1{
  font-family:Verdana,Arial;
  font-size:10pt;
  text-align: center;
  color:white;
}

/*cabecera de tablas*/
th{
  text-align: center;
}

/*celdas de tabla de datos*/
td#td1{
  border-bottom:2px solid #C0C0C0;
  border-left: 2px solid #C0C0C0;
  border-right: hidden;/*2px solid #C0C0C0*/
  text-align:left;
}

/*cabecera de tabla de datos*/
th#th1{
/*  color: #191970;*/
  color: white;
  font-size: 10pt;
  font-family: Verdana,Arial;
  font-weight: bold;
  border-bottom:2px solid #C0C0C0;
  border-left: 2px solid #C0C0C0;
  border-top:2px solid #C0C0C0;
  border-right:hidden;
  background:#B0C4DE; 
}

/*HL*/
  .titulo {
  	  color: white;
	  font-size: 6pt;
	  font-family: Verdana,Arial;
	  font-weight: bold;
	  border-bottom:0px solid #C0C0C0;
	  border-left: 0px solid #C0C0C0;
	  border-top:0px solid #C0C0C0;
	  border-right:hidden;
	  background:#BF0000;
}

  .celda {
          color: white;
          font-size: 6pt;
          font-family: Verdana,Arial;
          font-weight: bold;
          border-bottom:0px solid #C0C0C0;
          border-left: 0px solid #C0C0C0;
          border-top:0px solid #C0C0C0;
          border-right:hidden;
          background:#F5F5F5;
}

	a { 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none
}




/*campo de data que tiene imagen*/
td#td3{
  border-bottom: hidden;
}

/*campos de tabla de datos*/
/*td#td1{
  border-bottom:2px solid #C0C0C0;
  border-left: 2px solid #C0C0C0;
}*/
td#tdX{
  font-family: "Courier";
  border-bottom:2px solid #C0C0C0;
  border-left: 2px solid #C0C0C0;
}
td#td2{
  border-bottom:2px solid #C0C0C0;
  border-left: 2px solid #C0C0C0;
  border-right: 2px solid #C0C0C0;
}

td#tdizq{
  align:left;
  width: 96%;
}

td#tdder{
  align:right;
  width:4%

}

/*resto de inputs dentro de las operaciones*/
input#i1{
  width:200px;
}

/*header de resultado de Busqueda*/
h2{
  font-family:Verdana,Arial;
  font-size: 12pt;
  text-align:center;
}

th{
  text-align: center;
  font-size: 8pt;
  }

th#th1{
/*  color: #191970; */
  color: #FFFFFF; 
  font-family: Verdana, Arial;
  font-weight: bold;
  border-bottom:2px solid #C0C0C0;
  border-left: 2px solid #C0C0C0;
  border-top:2px solid #C0C0C0;
  border-right:2px solid #C0C0C0;
/*  background:#B0C4DE; */
  background:#B40404; 
}
th#th2{
  color: #000000;
  border-top:hidden;
  border-right:hidden;
  border-bottom:hidden;
}
/*textarea*/
.texto{
    font-size:10pt;
    font-family:Verdana,Arial;
    width:500px;
}
input#asunto{
  width:500px;
}
body#bluebod{
/*background:#B0C4DE;*/
background:#B40404; 

}

.centrar-imagen {
 text-align: center;
 background: url(img/login_empresa1.png) no-repeat;*/
 }

.imagenlogin {
 text-align: center;
 background: url(img/login3.png) no-repeat;
 width: 65px; 
 height: 15px;
 }
 

