@charset "utf-8";
.header {
	font-family: "Trebuchet MS";
	height: 80px;
	padding-top: 10px;
	background-attachment: scroll;
	background-image: url(imagenes/header.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.aplink a{
	color: #CC0000;
	text-decoration: none;
	height: 23px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFECEC;
	display: block;
	width: 250px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 23px;
}
.aplink a:hover{
	color: #CCCCCC;
	background-color: #CC0000;
}
.nllink a{
	color: #666666;
	text-decoration: none;
	height: 23px;
	display: block;
	width: 250px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 23px;
	font-size: 10px;
}
.nllink a:hover{
	color: #CCCCCC;
}
.footline {
	background-color: #6699CC;
	height: 5px;
	line-height: 5px;
}
.footxt {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
}
.footxt a{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #6699CC;
	text-decoration: none;
}
.footxt a:hover{
	color: #FF0000;
}


