@import url("template.css");
/* CSS Document */

H1 {
	color: #1599B0;
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial;
	text-align: left;
	width: 350px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

H3 {
	color: #1599B0;
}

H5 {
	color: #1599B0;
}

#ContBody UL LI A {
	color: #000000;
	padding: 2px;
}

#ContBody UL LI A:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1599B0;
}

#Breadcrumbs A {
	background-image: url(../img/bullet_blue.gif);
	color: #1599B0;
}

#filter A {
	color: #1599B0;
}

.Sel {
	font-weight: bold;
	color: #FFFFFF ! important;
	background-color: #1599B0;
}

.Sel2 {
	color: #1599B0 ! important;
}

.Sel2 A {
	color: #1599B0 ! important;
}
.up {
	background-image: url(../img/blue_up.gif);
	background-repeat: no-repeat;
	background-position: 40px;
	height: 24px;
}

.down {
	background-image: url(../img/blue_down.gif);
	background-repeat: no-repeat;
	background-position: 410px -1px;
	height: 23px;
}

.left {
	background-image: url(../img/blue_left.gif);
	background-repeat: no-repeat;
	background-position: 11px 210px;
	width: 28px;
}

.right {
	background-image: url(../img/blue_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	height: 20px;
}

.minitexto P {
	font-family: Verdana, Arial, Helvetica, sans-serif ! important; 
	font-size: 9px ! important;
}