
.titulo {
	font-size: 13px;
	color: #ffffff;
}

.scroll {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-3dlight-color: #3D3D3D;
  scrollbar-arrow-color: #000000;
  scrollbar-base-color: #58585A;
  scrollbar-darkshadow-color: #58585A;
  scrollbar-face-color: #58585A;
  scrollbar-track-color: #464648;
  scrollbar-highlight-color: #58585A;
  scrollbar-shadow-color: #58585A;
  padding-right: 5px;
}

.texto8 {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
}
.texto9 {
	font-family: tahoma;
	font-size: 9px;
	color: #ffffff;
}

.texto10 {
	font-family: tahoma;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

.titulo_ficha {
	font-family: tahoma;
	font-size: 10px;
	color: #e2e2e2;
}

.titulo_tabla {
	font-family: tahoma;
	font-size: 10px;
	color: #999999;
	height: 25;
	background-color:#000000;
}

.info_tabla {
	font-family: tahoma;
	font-size: 10px;
	color: #333333;
	height: 25;
	background-color:#dadada;
}

.tabla {
	font-family: tahoma;
	font-size: 10px;
	color: #333333;
	height: 25;
	background-color:#eeeeee;
}

.campo_contacto {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	height: 20;
}

.scroll_contacto {
  font-family: tahoma;
  font-size: 11px;
  color: #333333;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-3dlight-color: #3D3D3D;
  scrollbar-arrow-color: #000000;
  scrollbar-base-color: #58585A;
  scrollbar-darkshadow-color: #58585A;
  scrollbar-face-color: #58585A;
  scrollbar-track-color: #464648;
  scrollbar-highlight-color: #58585A;
  scrollbar-shadow-color: #58585A;
  padding-right: 5px;
}


