/*externalized from home page */
  body, td, th
  {
	color: #000000;
	font-family: "Tw Cen MT", "Tw Cen MT Condensed";
  }

  body
  {
    background-color: #7798E7;
    margin-left: 0px;
    background-image: url(/imagen/back_fondo.jpg);
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  h1
  {
    font-size: 14px; 
	display: inline;
  }

  .inlineH1
  {
    font-size: 14px; font-weight: bold; display: inline;
  }

  .Estilo8
  {
    font-family: "Tw Cen MT", "Tw Cen MT Condensed", "Tw Cen MT Condensed Extra Bold";
    color: #000000;
    font-size: 14px;
    font-weight: inherit;
    font-stretch: inherit;
  }

.Estilo9 {font-family: "Tw Cen MT"; color: #000000; font-size: 14px; font-weight: inherit; font-stretch: inherit; }
.Estilo14 {font-stretch: inherit; font-family: "Tw Cen MT"; color: #000000; font-size: 14px;}
.Estilo16 {font-family: "Tw Cen MT"; font-weight: bold; font-size: 16px}
.Estilo19 {font-family: "Tw Cen MT"; color: #000000; font-size: 12px; font-weight: inherit; font-stretch: inherit; }
.Estilo24 {color: #FF0000}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.Estilo21 {font-family: Arial; font-size: 12px}
.Estilo22 {font-size: 10px}
.Estilo23 {font-stretch: inherit; color: #000000; font-weight: inherit;}

/*externalized from faq page */
/*
body,td,th {
	color: #000000;
}
body {
	background-color: #7798E7;
	margin-left: 0px;
	background-image: url(/imagen/back_fondo.jpg);
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
*/
.Estilo14 {
	font-stretch: inherit;
	font-family: "Tw Cen MT";
	color: #000000;
	font-size: 15px;
}
#Layer1 {
	position:absolute;
	left:247px;
	top:562px;
	width:491px;
	height:364px;
	z-index:1;
	overflow: hidden;
	visibility: hidden;
}
#Layer2 {
	position:absolute;
	left:229px;
	top:561px;
	width:484px;
	height:22px;
	z-index:2;
	visibility: visible;
	overflow: hidden;
}
/*
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
*/

/* externalized from conproduct.php */
/*
body,td,th {
	color: #000000;
}
body {
	background-color: #7798E7;
	margin-left: 0px;
	background-image: url(../imagen/back_fondo.jpg);
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}

.Estilo9 {font-family: "Tw Cen MT"; color: #000000; font-size: 14px; font-weight: inherit; font-stretch: inherit; }
.Estilo14 {font-stretch: inherit; font-family: "Tw Cen MT"; color: #000000; font-size: 14px;}
.Estilo16 {font-size: 16px;	color: #000000;	font-family: "Tw Cen MT";font-stretch: inherit;}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
*/
.Estilo25 {color: #000000;}
.Estilo27 {color: #FF0000;}

/*externalized from orderstatus*/
/*
.Estilo16 {font-size: 16px;	color: #000000;	font-family: "Tw Cen MT";font-stretch: inherit;}
.Estilo25 {color: #000000;}
*/
.Estilo26 {color: #FF0000;}
/*
.Estilo27 {color: #FF0000; font-family: "Tw Cen MT";}
*/

.categories
{
 margin-top: 0;
 text-align: left;
}

.productsListTop
{
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.productsListBottom
{
  margin-top: 0;
  text-align: left;
  display: none;
}

#content
{
  padding: 0px 7px 0px 0px; 


  width: 100%; 
  height: 144px; 
  
  overflow: auto; 
}

#content, p
{
  margin-top:  0;
  padding-top: 0;

  font-size: 14px;
}

#content a
{
  color: blue;
}

/* Styles for the Menu */

  /* Info Pages Styles */

  ul#navInfoPages, ul#navInfoPages ul
  {
    margin:  0;
    padding: 0;

    list-style: none;

    text-align: left;
  }

  ul#navInfoPages ul
  {
    border-left:   1px solid black;
    border-right:  1px solid black;
    border-bottom: 1px solid black;

    background-color: #3399CC;
  }

  ul#navInfoPages a.navInfoPagesButton
  {
    display: block;
    width: 120px;
  }

  ul#navInfoPages li.navInfoPagesButton
  {
    float: left;
    width: 120px;
  }

  ul#navInfoPages ul li
  {
    width: 212px;

    text-indent: 12px;
  }

  ul#navInfoPages ul li a
  {
    color: white;
  }

  ul#navInfoPages li ul
  {
    padding-top: 2px;
    padding-bottom: 8px;

    position: absolute;
    width: 212px;
    left: -9999px;
  }

  ul#navInfoPages li:hover, ul#navInfoPages li.hover
  {
    position: static;
  }

  ul#navInfoPages li:hover ul, ul#navInfoPages li.hover ul
  {
    left: auto;
  }

  /* Categories Styles */
  ul#navCategories, ul#navCategories ul
  {
    margin:  0;
    padding: 0;

    list-style: none;

    text-align: left;
  }

  ul#navCategories ul
  {
    border-left:   1px solid black;
    border-right:  1px solid black;
    border-bottom: 1px solid black;

    background-color: #3399CC;
  }

  ul#navCategories a.navCategoriesButton
  {
    display: block;
    width: 85px;
  }

  ul#navCategories li.navCategoriesButton
  {
    float: left;
    width: 85px;
  }

  ul#navCategories ul li
  {
    width: 130px;

    text-indent: 12px;
  }

  ul#navCategories ul li a
  {
    color: white;
  }

  ul#navCategories li ul
  {
    padding-top: 2px;
    padding-bottom: 8px;

    position: absolute;
    width: 130px;
    left: -9999px;
  }

  ul#navCategories li:hover, ul#navCategories li.hover
  {
    position: static;
  }

  ul#navCategories li:hover ul, ul#navCategories li.hover ul
  {
    left: auto;
  }

  /* Shared Nav Styles */
  .navRelative
  {
    position: relative;
  }

  /* Categories Styles */

  ul#navProducts
  {
    position: relative;
  }

  ul#navProducts, ul#navProducts ul
  {
    margin:  0;
    padding: 0;

    list-style: none;

    text-align: left;
  }

  ul#navProducts ul.navProductsMenu
  {
    border-left:   1px solid black;
    border-right:  1px solid black;
    border-bottom: 1px solid black;

    background-color: #3399CC;
  }

  ul#navProducts a.navProductsButton
  {
    display: block;
    width: 76px;
  }

  ul#navProducts li.navProductsButton
  {
    float: left;
    width: 76px;
  }

  ul#navProducts ul li.navProductsContainer
  {
    width: 943px;
  }

  ul#navProducts ul li.navProductsContainer ul.navProductsList
  {
    margin:  0;
    padding: 0;

    width:   19%;
    display: inline; 
    float:   left;

    list-style-position: outside;

    text-indent: 0;
  }

  ul#navProducts ul li a
  {
    color: white;
  }

  ul#navProducts li ul.navProductsMenu
  {
    padding-top: 2px;
    padding-bottom: 8px;

    position: absolute;
    width: 943px;
    left: -9999px;
  }

  ul#navProducts li:hover, ul#navProducts li.hover
  {
    position: static;
  }

  ul#navProducts li:hover ul, ul#navProducts li.hover ul
  {
    left: -371px;
  }

  /* Shared Nav Styles */
  .navRelative
  {
    position: relative;
  }

  /* Index Product List */

  #ProductListTop
  {
    margin:  0;
    padding: 0;
  }

  #ProductListBottom
  {
    margin:  0;
    padding: 0;

    display: none;
  }

  .bodyProductList
  {
    margin: 0;
    padding: 0;

    width:   24%;
    display: inline; 
    float:   left;

    list-style-position: outside;
    list-style-type: none;

    text-indent: 0;
    text-align: left;
  }