@charset "UTF-8";

#container_h{
	height:300px;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	color:#666;
	text-align: center;
}
#menu {
	margin-top:20px;
	font-family:"Courier New", Courier, monospace;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	color:#666;
	text-align: center;
}
#blink{
	font-size:24px;
	text-decoration:blink;
}
#red{
	color:#F00;
}

#spacer{
	margin-top:20px;
	height:20px;
	background-image:url(/imagenes/f_tres.jpg)
}

a.header {
	font-size:24px;
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
a.header:link{
	font-size:24px;
	color: #666;
	text-decoration:none;
}
a.header:visited {
	font-size:24px;
	color: #666;
	text-decoration:none;
}
a.header:hover {
	font-size:24px;
	color: #F90;
	text-decoration: none;
}
a.header:active {
	font-size:24px;
	color: #666;
	text-decoration: none;
}
