/* etiquetas HTML */

/* body */
body
{
  background: #FFFFFF;
  font-family: "Arial";
  overflow-x:hidden;
  scrollbar-face-color:#f5f5f5;
  scrollbar-highlight-color: #eeeeee;
  scrollbar-shadow-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #999999;
  scrollbar-track-color: #fcfcfc;
  scrollbar-darkshadow-color: #999999;
}

/* etiquetas tabla de inserción de datos */
table.marco {border: #908F90 1px solid;}

tr.gris1 {background: #EFEFEF;}
tr.gris2 {background: #DEDFDE;}

td.titulo1 {font-size: 10px;
           font-family: Arial;
		   font-weight: bold;
		   color: rgb(51,51,51);
		   letter-spacing: 1px;
		   text-align: left;
		   border-bottom: #908F90 1px solid;
		  }
td.titulo2 {font-size: 10px;
           font-family: Arial;
		   font-weight: bold;
		   color: rgb(51,51,51);
		   letter-spacing: 1px;
		   text-align: right;
		   border-bottom: #908F90 1px solid;
		  }
td.titulo3 {font-size: 10px;
           font-family: Arial;
		   font-weight: bold;
		   color: rgb(51,51,51);
		   letter-spacing: 1px;
		   text-align: left;
		  }


			
/* etiquetas textos y menú izquierda */
.arial10gris
{
  font-size: 10px;
  font-family: "Arial";
  font-weight: normal;
  color: rgb(51,51,51);
}
.ticker
{
  font-size: 8px;
  font-family: "Arial";
  font-weight: normal;
  color: rgb(148,148,145);
}
td.celdas1 {font-size: 10px;
            font-family: "Arial";
			font-weight: normal;
			color: rgb(51,51,51);
			letter-spacing: 1px;
			text-align: left;
			}
td.celdas
{
  font-size: 10px;
  font-family: "Arial";
  font-weight: normal;
  color: rgb(51,51,51);
  letter-spacing: 1px;
  text-align: right;
}

.arial10grisaceo
{
  font-size: 10px;
  font-family: "Arial";
  font-weight: normal;
  color: rgb(106,106,106);
}

.arial10rojo
{
  font-size: 10px;
  font-family: "Arial";
  font-weight: normal;
  color: rgb(224,35,37);
}

.arial12verde
{
  font-size: 12px;
  font-family: "Arial";
  font-weight: normal;
  color: rgb(0,136,52);
}

.arial12gris
{
  font-size: 12px;
  font-family: "Arial";
  font-weight: normal;
  color: rgb(51,51,51);
}

.arial11Broja
{
  font-size: 11px;
  font-family: "Arial";
  font-weight: bold;
  color: rgb(224,35,37);
}

/* etiquetas menú inferior */

.arial11Bgris
{
  font-size: 11px;
  font-family: "Arial";
  font-weight: bold;
  color: rgb(51,51,51);
}

.arial9marengo
{
  font-size: 9px;
  font-family: "Arial";
  font-weight: normal;
  color: rgb(51,51,51);
   line-height: 100%;
}

.arial12Bgrisaceo
{
  font-size: 12px;
  font-family: "Arial";
  font-weight: bold;
  color: rgb(156,154,154);
}

/* etiquetas copyright */

.arial8gris
{
  font-size: 8px;
  font-family: "Arial";
  font-weight: normal;
  color: rgb(102,102,102);
  letter-spacing: 0.2em;
}

/* etiquetas enlaces */

a
{
  font-family: "Arial";
  color: rgb(51,51,51);
  text-decoration: none;
}

a:link
{
  font-family: "Arial";
  color: rgb(51,51,51);
  text-decoration: none;
}

a:visited
{
  font-family: "Arial";
  color: rgb(51,51,51);
  text-decoration: none;
}

a:hover
{
  font-family: "Arial";
  color: rgb(224,35,37);
  text-decoration: none;
}

/* capas */
.menuIzqHome
{
  padding-top: 3px;
  font-size: 10px;
  font-family: "Arial";
  font-weight: normal;
  color: rgb(51,51,51);
}

/* imágenes */
.images
{
  border-left-color : #808080;
  border-right-color : #808080;
  border-top-color : #808080;
  border-bottom-color : #808080;
}

/* formularios */

.form
{
  font-size: 10px;
  font-family: "Arial";
  font-weight: normal;
  color: rgb(51,51,51);
  background-color: #FFFFFF;
  border-bottom:1px solid rgb(156,154,154);
  border-right:1px solid rgb(156,154,154);
  border-top:1px solid rgb(156,154,154);
  border-left:1px solid rgb(156,154,154);
}

