body 
    {
	color: #fff;
	margin:0; 
	padding:0;
	background-color: #000; 

    font-family:Verdana, Arial, Bookman Old Style, Georgia;
    font-size:13px;

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

    } 



td 
    {
    font-family:Verdana, Arial, Bookman Old Style, Georgia;
    font-size:13px;
    }

.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: #cf9; 
	padding: 7px 0 0 0; 
	font-weight: bold; 
	border-bottom: 2px dotted #ccc;
	margin: 0; 
  }



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

A:link
	{
	color:#00CCFF;
	}

A:visited
 	{
 	color:#00CCFF;
 	}

A:active
	{
	text-decoration:none;
	color: #ffc000;
	}
	
A:hover 		
	{
	color:#FFCC00; 
	text-decoration: none; 
	}

.menu 
	{
	margin-left:10;
	}

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