body {
	
	background-attachment: fixed;
	background-color: #151515;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a { font-family: Courier New; font-size: 13px; color: #000; text-decoration: underline;}

a:hover { text-decoration: underline; font-family: Courier New; font-size: 13px; color: #666;}



.bg_a {

    background-image: url ("images/fondo.gif");
    background-repeat: no-repeat;

}	

.Texto {
	font-size: 13px;
	color: #000000;
	font-family: Courier New;
}

.TextoColumna {
	font-size: 11px;
	color: #000000;
	font-family: Courier New;
}

.Sub-Index {
	font-size: 15px;
	color: #000000;
	font-family: Courier New;
}

.Borde { 
    border-style: solid; 
    border-width: 1px; 
    border-color: #151515; 
    background-color: #FFFFFF; 

}

.Index {
    font-size: 28px;
	color: #999999;
    font-family: Courier New;
	text-decoration: none;
	font-weight: bold;
	
}

.Index:hover {
    font-size: 28px;
	color: #999999;
    font-family: Courier New;
	text-decoration: underline;
	
}






