.textoGral {
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:hover {
	color: #83ACB1;
}
a:active {
	color: #660000;
	text-decoration: none;

}
a:visited {
	color: #666666;
	text-decoration: none;
}
.tablaBordesGrises {
	border-top: none #999999;
	border-right: none #999999;
	border-bottom: none #999999;
	border-left: 1px solid #999999;

}
.tablaPunteada {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

}
.formulario {
	background-color: #DDDDDD;
	border: 1px solid #999999;
	font-family: Tahoma;
	font-size: 11px;


}
