body 
    {
    font-family:Verdana, Arial, "Bookman Old Style", Georgia;
    font-size:12px;
    margin:0; 
	background-image: url(./i/fondo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100% 100%;
    } 
td 
    {
    font-family:Verdana, Arial, "Bookman Old Style", Georgia;
    font-size:12px;
    }

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

h1 /* subtitulo */
  {
	display: block;
	font-size: 18px; 
	color: #39c; 
	padding: 7px 0 0 0; 
	font-weight: bold; 
	border-bottom: 2px dotted #999;
	margin: 0; 
  }


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

.h2
  {
	color: #f90; 
	font-weight: bold; 
  }


.azul
  {
	color: #09c; 
	font-weight: bold; 
  }


td.fondo
    {
	background-image: url(./i/fondo.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0% 0%;
    }

td.fondo2
    {
	background-image: url(./i/banner2.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: 100% 0%;
    }


td.banner
    {
	background-image: url(./i/banner.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 0% 0%;
    }


A:link		{ color:#0000ff;}
A:visited 	{color:#990000;}
A:active 		{text-decoration: none; color: #00ff00;}
A:hover 		{color:#ffcc00;}



a.menu, A.menu:link, A.menu:visited
	{
    font-family:Arial, "Bookman Old Style", Georgia;
    font-size:12px;
	color:#fff;
	}

A.menu:active
	{
	color: #00ff00;
	}

A.menu:hover
	{
	color:#ffcc00;
	}



/* style para el menu de bd clientes */
a.menux, A.menux:link, A.menux: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.menux:hover
	{
	background: #6cf;
	}
