div#qTip
{
  padding: 8px;
  border: 1px solid #110000;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: none;
  background: #BCC8C5;
  color: #3B4D4D;
  font: 10px Arial, Verdana, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}

.subTituloFicha
{
	font-family : Arial;
	font-size : 11px;
	font-style : normal;
    font-weight: bold;
	color : #3B4D4D;
	text-decoration : none;
}
.link {
	font-family : Arial;
	font-size : 10px;
	font-style : normal;
	color : #000000;
	text-decoration : none;
}

.linkbranco {
	font-family : Arial;
	font-size : 10px;
	font-style : normal;
	color : #FFFFFF;
	text-decoration : none;
}





.link1 {
	font-family : Arial;
	font-size : 11px;
	font-style : normal;
	color : #000000;
	text-decoration : none;
}

.linkLogin {
	font-family : Arial;
	font-size : 11px;
	font-style : normal;
	color : #FFFFFF;
	text-decoration : none;
}

.textoCorpo {
	font-family : Arial;
	font-size : 11px;
	font-style : normal;
	color : #FFFFFF;
	text-decoration : none;
}

.link2 {
	font-family : Arial;
	font-size : 11px;
	font-style : normal;
	color : #FFFFFF;
	text-decoration : none;
}
.link3 {
	font-family : Arial;
	font-size : 11px;
	font-style : normal;
	color : #b91a35;
	text-decoration : none;
}
.link3:HOVER {
	font-family : Arial;
	font-size : 11px;
	font-style : normal;
	color : #b91a35;
	text-decoration : underline;
}
.link4 {
	font-family : Arial;
	font-size : 11px;
	font-style : normal;
	color : #FFFFFF;
	text-decoration : none;
}
.link4:HOVER {
	font-family : Arial;
	font-size : 11px;
	font-style : normal;
	color : #FFFFFF;
	text-decoration : underline;
}
.link5 {  
    font-family: Arial;
    font-size: 11px; 
    font-weight: bold; 
    color: #FFFFFF; 
    text-decoration: none
}
.link6 {
	font-family : Arial;
	font-size : 11px;
	font-style : normal;
	font-weight: bold;
	color : #000000;
	text-decoration : none;
}
.link9 {
	font-family : Arial;
	font-size : 11px;
	font-style : normal;
	font-weight: bold;
	color : #000099;
	text-decoration : none;
}




.link7 {
	font-family : Arial;
	font-size : 11px;
	font-style : normal;
	color : #FFFFFF;
	text-decoration : none;
}
.titulo {
	font-family : Arial;
	font-size : 16px;
	font-style : normal;
	color : #000000;
	text-decoration : none;
}
.titulo1 {
	font-family : Arial;
	font-size : 10px;
	font-style : normal;
	color : #000000;
	text-decoration : none;
}
.titulo2 {
	font-family : Arial;
	font-size : 16px;
	font-style : normal;
	color : #b91a35;
	text-decoration : none;
}
.titulo2:HOVER {
	font-family : Arial;
	font-size : 16px;
	font-style : normal;
	color : #b91a35;
	text-decoration : none;
}
.textbox {
	BORDER-TOP-WIDTH: 1px; 
	BACKGROUND-POSITION: left top; 
	BORDER-LEFT-WIDTH: 1px; 
	FONT-SIZE: 9px; 
	BORDER-LEFT-COLOR: #999999; 
	BACKGROUND-ATTACHMENT: fixed; 
	BACKGROUND-IMAGE: url(imagenes/cell-background.gif); 
	BORDER-BOTTOM-WIDTH: 1px; 
	BORDER-BOTTOM-COLOR: #999999; 
	COLOR: #000033; 
	BORDER-TOP-COLOR: #999999; 
	BACKGROUND-REPEAT: no-repeat; 
	FONT-FAMILY: arial, verdana, helvetica; 
	BORDER-RIGHT-WIDTH: 1px; 
	BORDER-RIGHT-COLOR: #999999
}


.tabbar {
  margin-top: 10px;
  padding: 2px 0px;
  font-family: sans-serif;
  font-size: 83%;
}
.tabbar ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.tabbar li {
  display: inline;
}

.tabbar li a {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 2px 1em;
  font-size: 11px;
  border-bottom: none;
  background-color: #CCCCCC;
  color: #b91a35;
  text-decoration: none;
}
.tabbar a:hover{
  background-color: #EFEFEF;
  color: #b91a35;
  text-decoration: underline;
}
.tabbar a.tabact {
  background-color: #3b4d4d;
  color: white;
  font-weight: bold;
}
.tabbar a.tabact:hover,
.tabbar a.tabact:active {
  background-color: #3b4d4d;
  color: white;
}
.tabConteudo{
  padding: 2px 0px;
  font-family: sans-serif;
  font-size: 83%;
  border-bottom: 1px solid #3b4d4d;
  border-left: 1px solid #3b4d4d;
  border-right: 1px solid #3b4d4d;
  border-top: 2px solid #3b4d4d;
}

.up{ text-transform:capitalize;}
