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

td  /* tamaņo y tipo de letra  para celdas en tablas*/
  {
	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: 17px; 
	color: #060; 
	padding: 7px 0 0 0; 
	font-weight: bold; 
	border-bottom: 2px dotted #999;
	margin: 0; 
  }




A:link		
	{
	color:#0000ff;
	}

A:visited 	
	{
	color:#660000;
	}

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

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