body {
	color: #006;
	margin:0; 
	padding:0;
	font-family: Verdana, Arial, "Bookman Old Style", Georgia;
	font-size:12px;
	background-color: #fff; 


	background-image: url(./i/fondo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100% 100%;



	scrollbar-face-color: #999;
	scrollbar-track-color: #ccc;

	scrollbar-arrow-color: #fff;
	scrollbar-shadow-color: #666;
	scrollbar-highlight-color:#ccc;
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-color: #cccccc;

	}


td  /* tamaño y tipo de letra  para celdas en tablas*/
  {
	font-family: Verdana, Arial, "Bookman Old Style", Georgia;
	font-size:12px;
  }

.titulo /* subtitulo */
  {
	display: block;
	font-size: 18px; 
	color: #36f; 
	padding: 7px 0 0 0; 
	font-weight: bold; 
	border-bottom: 2px dotted #ccc;
	margin: 0; 
  }




.naranja
  {
	color: #f93;
	font-weight: bold; 
	
  }


.xp
  {
	color: #36f; 
	font-weight: bold; 
	
  }



.contenido /* define el bloque de texto para el contenido */ 
	 { 
	margin:0;
	padding:0;
	text-align: justify;
	width: 400px; 
	height: auto; 
	 }


.sangria /* crea una sangría */
  {
  	margin-left:15px;
	margin-right:0px;
  }


/* vinculos */

A:link		
	{
	color: #00f;
	}

A:visited
	{
	color: #f00;
	}

A:active
 	{
	text-decoration: none; 
	color: #fc0;
	}

A:hover
	{	
	text-decoration: none; 
	color: #f63;
	}



/* link recomienda este sitio */

a.rx, a.rx:link, a.rx:visited
	{
	color: #00f;	
	}

A.rx:hover
	{	
	text-decoration: none; 
	color: #f63;
	}


/* menu catalogo */

A:link.mx
	{
	color: #000;
	background: #efefef;
	text-decoration: none;
	display: block;
	}


A:visited.mx
	{
	color: #000;
	background: #efefef;
	text-decoration: none;
	display: block;
	}

a:hover.mx
	{
	color: #a00;
	background: #fff;
	}

/* formatea la ul usada en el menu del catalogo */

.lista
	{
	list-style: none;
	margin:0;
	padding:0;
	background: #efefef;
	}

.mt
	{
	color: #fff;
	background: #369;
	font-weight: bold;
	padding:3px;
	}

.mi
	{
	border-bottom: 1px dotted #369;
	border-left: 1px solid #369;
	
	margin: 0;
	padding: 0;
	padding-left: 10px; 
	 background: url("./i/xp.gif") no-repeat 0 .3em; 
	}



/* style para el menu principal */

a.m0, A.m0:link, A.m0:visited
	{

	color:#006;
	background: #fff;

	font-family:Arial,Verdana;

	text-decoration: none;

	font-size:16px;
	font-weight: bold; 

	padding:7px 5px 6px 5px;

	height:35px;

	background:transparent url(./i/bgDIVIDER.gif) no-repeat top right;

	
	}

A.m0:hover
	{

	color:#f63;
	background:#fff;

	}


/* style para el menu de bd clientes */

a.menu, A.menu:link, A.menu:visited
	{
	background: #69c;
	color:#ffffff;
	text-decoration: none;
	padding:5px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	}

A.menu:hover
	{
	background: #6cf;
	text-decoration: none;
	color:#ffffff;
	padding:5px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

