/*
    Document   :Tienda_css
    Created on : 14 de Febrero de 2008, 13:29
    Author     : csantiag
    Description:
        Purpose of the stylesheet follows.
*//* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*//* ----------------------   MENÚS Y DIV     ----------------------- */
HR {
  color: #375673;
  width: 100%;
}

/*
TD #linea{
  FONT: 8pt Verdana;
  TEXT-ALIGN: left;
  width: 70%;
  font-weight: bold;
  color: black;
}

TD #linea2{
  FONT: 8pt Verdana;
  TEXT-ALIGN: left;
  width: 35%;
  font-weight: bold;
  color: black;
  text-align: center;
}
*/

TD#linea{ FONT: 8pt Verdana; TEXT-ALIGN: left; width: 70%; font-weight: bold; color: black;} 
TD#linea2{ FONT: 8pt Verdana; TEXT-ALIGN: left; width: 35%; font-weight: bold; color: black; text-align: center; }
TD#linea3{ FONT: 8pt Verdana; TEXT-ALIGN: left; width: 65%; font-weight: bold; color: black;}

.titulo_form1{
  FONT: 12pt Arial;
  font-weight: bold;
  color: #375673;
  letter-spacing: 0px;
}

.titulo_form3{
  FONT: 14pt  Arial;
  font-weight: bold;
  color: #375673;
  letter-spacing: 0px;
}

.titulo_form4{
  FONT: 11pt Arial;
  font-weight: bold;
  color: #375673;
  letter-spacing: 0px;
}

.etiqueta1{
  FONT: 9pt Verdana;
  color: #00008b;
}

.etiqueta2{
  FONT: 12pt verdana;
  color: #a52b2a;
  font-weight: bold;
}

.etiqueta3{
  FONT: 14pt verdana;
  color: #a52b2a;
}

.etiqueta4{
  FONT: 9pt Verdana;
  color: #00008b;
  font-weight: bold;
}

.cuadroCabecera {
  background: red;
}

.busquedaLiteral {
  background: #e0e5f4;/*#cdd089;*/
  color: #375673;/*#152e6c; #6a6c95;*/
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  font-family: verdana, arial;
  border-top: 1px solid #375673;
  border-bottom: 2px solid #375673;
  border-right: 1px solid #375673;
  border-left: 1px solid #375673;
}

.busquedaCampo {
  background: #FFFFFF;
  color: #375673;/*#152e6c;#000000;*/
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  border-left: 1px solid #375673;
  border-top: 1px solid #375673;
  border-right: 2px solid #375673;
  border-bottom: 2px solid #375673;
  font-family: verdana, arial;
}


#paginasArriba{
  position: relative;
  top: 0.1cm !important;/*1.3cm;*/
  top: 0.1cm;/*1.3cm;*/
  right: -0.2cm !important;
  right: 0cm;
  width: 97% !important;
  width: 101%;
  padding: 3px 3px 3px 3px;
  font-family: verdana, arial;
  font-size: 12px;
  border: 1px solid #375673;
  background: #e0e5f4;
  border-bottom: 2px solid #375673;
  text-align: right;
}

#paginasArriba a {
  text-decoration: none;
  color: blue;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
  border: 1px solid #375673;
}

#paginasArriba a:hover {
  text-decoration: none;
  background: white;
  border: 1px solid blue;
}

#paginasAbajo{
  position: relative;
  top: 0.20cm !important;
  top: 0.40cm;
  width: 99.5% !important;
  width: 100%;
  right: 0cm;
  padding: 3px 3px 3px 3px !important;
  padding: 3px 3px 3px 3px;
  font-family: verdana, arial;
  font-size: 12px;
  border: 1px solid #375673;
  background: #e0e5f4;
  border-bottom: 2px solid #375673;
  text-align: right;
}

#paginasAbajo a {
  text-decoration: none;
  color: blue;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
  border: 1px solid  #375673;
}

#paginasAbajo a:hover {
  text-decoration: none;
  background: white;
  border: 1px solid blue;
}

#registrosAbajo{
  position: relative;
  top: 0.1cm;
  right: -12.5cm;
  width: 6cm;
}
/* Soporta la ayuda en formulario */

#limpia{
  position: absolute;
  bottom: 6.5cm !important;
  bottom: 5.5cm;
  right: 1.9cm;
}

#busca{
  position: absolute;
  bottom: 3.5cm !important;
  bottom: 2.5cm;
  left: 7.5cm;
}

#aceptar{
  position: absolute;
  top: 4cm;
  left: 7.5cm;
}

.boton8 {
  height: 20px;
  width: 150px;
  background-color: #e6e6fa;
  FONT: 9pt Verdana;
  color: #00008b;
  font-weight: bold;
}

.boton9 {
  height: 20px;
  width: 125px;
  background-color: #e6e6fa;
  FONT: 9pt Verdana;
  color: #00008b;
}

#ayuda_volver {
  display: block;
  position: absolute;
  left: 16.2cm;
  width: 5%;
  height: 50px;
}

.editaPrecio{
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: solid 1px blue;
}