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: 50% 50%;
    } 
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; 
	 }

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


.dir 
    {
    font-family:Verdana, Arial, "Bookman Old Style", Georgia;
    font-size:11px;
	color:#ffffff;
    }


A:link
	{
	color:#0000ff;
	}

A:visited
	{
	color:#CC0000;
	}

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

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

A:link.pie		
	{
	color:#ccffff;
	}

A:visited.pie 	
	{
	color:#ccffff;
	}

A:active.pie 		
	{
	text-decoration: none; 
	color: #00ff00;
	}

A:hover.pie
	{
	text-decoration: none; 
	color:#ffff99;
	}
