/* CSS Document */
a:link {
	color: #FF9900; 
	text-decoration: none;
}
a:hover {
	color: #3366FF; 
	font-size: 11px; 
	text-decoration: none;
}
a:visited {
	color: #3366FF; 
	text-decoration: none;
}
body {
	margin: 3;
	background-image: url('imagenes/bg.gif'); 
	background-repeat: repeat-x; 
	}
table {
	font-family: verdana; 
	color: #24339b; 
	font-size: 12px; 
	background-color: #333333;
	
}
h1 {
color: #006633; 
}
h2 {
color: #006633; 
}
h3 {
color: #006633; 
}
h4 {
color: #FF9900; 
}
h5 {
color: #FF9900; 
}


