body 
    {


	color: #006;
	margin:0; 
	padding:0;
	font-family: Verdana, Arial, Bookman Old Style, Georgia;
	font-size:13px;

	background-color: #fff; 

	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:13px;
    }

.titulo
	{
	display: block;
	font-size: 18px; 
	color: #ccc; 
	padding: 7px 0 0 0; 
	font-weight: bold; 
	border-bottom: 2px dotted #ccc;
	margin: 0; 
	}


.subt_azul
	{
	font-size:15px;	
	color: #69c; 
	font-weight: bold; 
	border-bottom: 2px dotted #ccc;
	}
	
	
h1
	{
	font-size:15px;
	color: #69c; 
	font-weight: bold; 
	border-bottom: 2px dotted #ccc;
	}


.subt_n /* subt naranja */
	{
	color: #f90; 
	font-weight: bold; 
	}

h2
	{
	font-size:13px;
	color: #f90; 
	font-weight: bold; 
	}


h3
	{
	font-size:13px;
	color: #cc5c5c; 
	font-weight: bold; 
	}


h4
	{
	font-style: italic;
	font-size:13px;	
	font-weight: bold; 
	}


.sangria /* crea una sangrķa */
  {
  	margin-left:15px;
	margin-right:0px;
  }

A:link		
	{
	color: #00f;
	}

A:visited
	{
	color: #600;
	}

A:active
 	{
	text-decoration: none; 
	color: #69c;
	}

A:hover
	{	
	text-decoration: none; 
	color: #F90;
	}


.xp
  {
	color: #2E877D; 
	font-weight: bold; 
	
  }

.contenido /* define el bloque de texto para el contenido */ 
	 { 
	margin:0;
	padding:0;
	text-align: justify; 
	width: 450px; 
	height: auto; 
	 }




/* 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;
	}
