body 
    {
    font-family:Verdana, Arial, Georgia;
    font-size:13px;
    margin:0; 
	background-image: url(./i/fondo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100% 100%;

    } 
td 
    {
    font-family:Verdana, Arial, Georgia;
    font-size:13px;
	text-align : justify;
    }

.espec
    {
    font-family:Verdana, Arial, Georgia;
    font-size:10px;
	text-align : center;
    }

.dir
    {
    font-family:Verdana, Arial, Georgia;
    font-size:10px;
    }

.titulo
	{
	display: block;
	font-size: 18px; 
	color: #903; 
	padding: 7px 0 0 0; 
	font-weight: bold; 
	border-bottom: 2px dotted #903;
	margin: 0; 
	}

.contenido /* define el bloque de texto para el contenido */ 
	 { 
	margin:0;
	padding:0;
	text-align: justify; 
	width: 400px; 
	height: auto; 
	 }


.vit
    {
    font-family:"Bookman Old Style", Georgia;
    font-size:30px;
	text-align : center;
	font-weight: bold;
	color: #6666cc; 
    }


A:link		
	{
	color:#0000ff;
	}

A:visited 	
	{
	color:#990000;
	}

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

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