body 
    {
    font-family:Verdana, Arial, "Bookman Old Style", Georgia;
    font-size:14px;
    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:14px;

    }

.pie 
    {
    font-family:Verdana, Arial, "Bookman Old Style", Georgia;
	color:#ffffff;
    font-size:12px;
    }

.mini
    {
    font-family:Verdana, Arial, "Bookman Old Style", Georgia;
    font-size:10px;
    }




.sangria 

	{
	margin-left:15;
	margin-right:0;
	}


.img
  {
  width:auto;
  float:right;
  clear:left;
  text-align:center;
  }

h1
	{

	display: block;
	font-size: 14px; 
	color: #09c; 
	padding: 7px 0 0 0; 
	font-weight: bold; 
	border-bottom: 2px dotted #999;
	margin: 0; 

	}

.h1
	{

	display: block;
	font-size: 14px; 
	color: #09c; 
	padding: 7px 0 0 0; 
	font-weight: bold; 
	border-bottom: 2px dotted #999;
	margin: 0; 

	}

.h2
	{
	color: #999; 
	font-weight: bold; 
	}


h2

{
  font-weight:bold;
  color:#36c;
	font-size: 12px; 

}


.titulo
  {
  text-align: center;
  font-size:14px;
  font-weight:bold;
  color:#09c;
  }


.autor
  {
  text-align: right;
  }

.xp
  {
	color: #09c; 
	font-weight: bold; 
	
  }


.contenido
	 { 

	margin:0;
	padding:0;
	text-align: justify;
	width: 400px; 
	height: auto; 
	}

/* foto */
.foto 

	{
	border-left: 5px solid #9cf;
	border-top: 2px solid #9cf;
	border-right: 2px solid #9cf;
	border-bottom: 2px solid #9cf;
	}


/* vinculos */


A:link		
	{
	color:#0000FF;
	}
A:visited
 	{
	color:#ff0000;
	}

A:active
	{
	text-decoration:none;
	color: #ffcc00;
	}

A:hover
	{
	text-decoration:none;
	color:#ffcc00;
	}

/* style para el pie de pagina */

a.p, A.p:link, A.p:visited
	{
	text-decoration: none;
	color:#fff;
	font-size:12px;
	}

A.p:hover
	{
	color:#fc0;
	}


A:link.piel
	{
	color:#00ffFF;
	}
A:visited.piel
 	{
	color:#FFCCFF;
	}

A:active.piel
	{
	text-decoration:none;
	color: #00CCFF;
	}

A:hover.piel
	{
	text-decoration:none;
	color:#00ff00;
	}


/* 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;
	}
