@charset "utf-8";
/* CSS Document */

/* General Styles*/

img {
	border: none;
}
a {
	outline: none;
}
body {
	margin: 0;
}
/* highlight Styles */

#highlight {
	width: 430px;
	height: 250px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#highlight img {
	border: none;
	position: absolute;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
}
#highlight .navegationbg {
	width: 430px;
	position: absolute;
	height: 250px;
	filter: alpha(opacity=80);
	opacity: .8;
	-moz-opacity:0.8;
	z-index: 5;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#highlight #navegation {
	width: 430px;
	position: absolute;
	z-index: 6;
	border-top: solid 1px #535353;
	height: 25px;
	margin-top: 224px;
}
#highlight #navegation p {
	width: 107px;
	_width: 131px;
	float: left;
	height: 25px;
	font-size: 12pt;
	line-height: 1.3em;
	color: white;
	background: url(border.gif) repeat-y top right;
	line-height: 13pt;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 0;
}
#highlight #navegation p.withoutborder {
	background: none;
}
#highlight #navegation p.selected {
	background-image: url(img/bg-selected.gif);
	background-repeat: repeat;
	height: 25px;
	width: 107px;
}
#highlight #navegation span {
	font-size: 8pt;
}
#highlight #navegation p a {
	color: white;
	text-decoration: none;
	_padding: 2px 0 0 2px;
	display: block;
	height: 30px;
	width: 30px;
	_width: 131px;
	padding-top: 10px;
	padding-left: 10px;
}
